intel: helper to debug bufmgr (disabled)
This commit is contained in:
@@ -640,6 +640,10 @@ intelInitContext(struct intel_context *intel,
|
|||||||
intel->maxBatchSize = BATCH_SZ;
|
intel->maxBatchSize = BATCH_SZ;
|
||||||
|
|
||||||
intel->bufmgr = intelScreen->bufmgr;
|
intel->bufmgr = intelScreen->bufmgr;
|
||||||
|
|
||||||
|
if (0) /* for debug */
|
||||||
|
drm_intel_bufmgr_set_debug(intel->bufmgr, 1);
|
||||||
|
|
||||||
intel->ttm = intelScreen->ttm;
|
intel->ttm = intelScreen->ttm;
|
||||||
if (intel->ttm) {
|
if (intel->ttm) {
|
||||||
int bo_reuse_mode;
|
int bo_reuse_mode;
|
||||||
|
Reference in New Issue
Block a user