diff options
author | Eric Anholt <[email protected]> | 2011-12-20 14:42:48 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-01-30 11:32:55 -0800 |
commit | 61b9ccd9e298ca1d3db55aee0cb2ff78662d6fa6 (patch) | |
tree | c2ba4ba68fae04938255466bad5189e50029cc30 /src/mesa/drivers/dri/i915 | |
parent | 493faa010d338f68540238c20a74b3b101ca7ff5 (diff) |
intel: Use libdrm's decode functionality instead of the gpu-tools copy.
While typing out the new decode, I added a fallback mode for dumping
when we fail to re-map the BO after execution. This should get us a
minimal dump when trying to dump a batch that results in a GPU hang.
Diffstat (limited to 'src/mesa/drivers/dri/i915')
-rw-r--r-- | src/mesa/drivers/dri/i915/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i915/Makefile.sources b/src/mesa/drivers/dri/i915/Makefile.sources index efbc46b11b4..7d26640019f 100644 --- a/src/mesa/drivers/dri/i915/Makefile.sources +++ b/src/mesa/drivers/dri/i915/Makefile.sources @@ -41,7 +41,6 @@ i915_C_FILES := \ i915_state.c \ i915_vtbl.c \ intel_context.c \ - intel_decode.c \ intel_screen.c \ intel_span.c \ intel_state.c \ |