aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/drm/intel/gem/intel_be_device.c
diff options
context:
space:
mode:
authorJakob Bornecrantz <[email protected]>2009-08-05 23:56:08 +0100
committerJakob Bornecrantz <[email protected]>2009-08-06 00:52:13 +0100
commit66b00380a251b14b7622edadb5e7c9344d0f1d5b (patch)
tree5c9b37705a167d814bc760327925b34d1d9f4807 /src/gallium/winsys/drm/intel/gem/intel_be_device.c
parent246f58d922272a778454a466abd50106317e16ac (diff)
i915g: Switch to mapping the batch buffer instead of using subdata
Diffstat (limited to 'src/gallium/winsys/drm/intel/gem/intel_be_device.c')
-rw-r--r--src/gallium/winsys/drm/intel/gem/intel_be_device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/winsys/drm/intel/gem/intel_be_device.c b/src/gallium/winsys/drm/intel/gem/intel_be_device.c
index c7e88271ec6..512bd41d648 100644
--- a/src/gallium/winsys/drm/intel/gem/intel_be_device.c
+++ b/src/gallium/winsys/drm/intel/gem/intel_be_device.c
@@ -340,6 +340,7 @@ intel_be_init_device(struct intel_be_device *dev, int fd, unsigned id)
dev->pools.gem = drm_intel_bufmgr_gem_init(dev->fd, dev->max_batch_size);
dev->softpipe = debug_get_bool_option("INTEL_SOFTPIPE", FALSE);
+ dev->dump_cmd = debug_get_bool_option("INTEL_DUMP_CMD", FALSE);
return true;
}