mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-01 04:40:22 +01:00
Revert "intel: helper to debug bufmgr (disabled)"
This reverts commit e0ec405a9f.
This is already available in INTEL_DEBUG=bufmgr in the environment.
This commit is contained in:
parent
b2de028523
commit
58a57e3fc4
1 changed files with 0 additions and 4 deletions
|
|
@ -641,10 +641,6 @@ 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