summaryrefslogtreecommitdiffstats
path: root/src/intel/common/gen_debug.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2015-08-07 19:18:55 +0100
committerKenneth Graunke <kenneth@whitecape.org>2017-03-07 16:40:03 -0800
commit05520ba490c9463391f438c341243d52a00a7168 (patch)
tree3576e10fb55f2bc657ab9fd02bc61a9fb3c86a24 /src/intel/common/gen_debug.c
parent4483c5d57c3a4664d27e59478b9c67b529d50630 (diff)
i965: Remove use of deprecated drm_intel_aub routines
With mesa/drm commit cd2f91e18db087edf93fed828e568ee53b887860 Author: Kristian Høgsberg Kristensen <kristian.h.kristensen@intel.com> Date: Fri Jul 31 10:47:50 2015 -0700 intel: Drop aub dumping functionality the drm_intel_aub routines are mere stubs and do nothing. Likewise remove our invocations. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/intel/common/gen_debug.c')
-rw-r--r--src/intel/common/gen_debug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/common/gen_debug.c b/src/intel/common/gen_debug.c
index 96efdab65f7..1e0ba573c47 100644
--- a/src/intel/common/gen_debug.c
+++ b/src/intel/common/gen_debug.c
@@ -62,7 +62,6 @@ static const struct debug_control debug_control[] = {
{ "urb", DEBUG_URB },
{ "vs", DEBUG_VS },
{ "clip", DEBUG_CLIP },
- { "aub", DEBUG_AUB },
{ "shader_time", DEBUG_SHADER_TIME },
{ "no16", DEBUG_NO16 },
{ "blorp", DEBUG_BLORP },