mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-01 04:40:22 +01:00
intel: helper to debug bufmgr (disabled)
This commit is contained in:
parent
3070b13f4c
commit
e0ec405a9f
1 changed files with 4 additions and 0 deletions
|
|
@ -640,6 +640,10 @@ intelInitContext(struct intel_context *intel,
|
|||
intel->maxBatchSize = BATCH_SZ;
|
||||
|
||||
intel->bufmgr = intelScreen->bufmgr;
|
||||
|
||||
if (0) /* for debug */
|
||||
drm_intel_bufmgr_set_debug(intel->bufmgr, 1);
|
||||
|
||||
intel->ttm = intelScreen->ttm;
|
||||
if (intel->ttm) {
|
||||
int bo_reuse_mode;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue