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:
Eric Anholt
2009-09-04 14:30:30 -07:00
parent b2de028523
commit 58a57e3fc4

View File

@@ -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;