diff options
author | Keith Packard <keithp@keithp.com> | 2008-05-05 22:10:02 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-05-05 22:10:02 -0700 |
commit | 91cba3ae17eb34d1836164f86c13a2a8e08c2a29 (patch) | |
tree | 113a26cf48c24eea2277d4165d5849ff438f17d1 /shared-core | |
parent | ed6657fa8e7977b19bb836782ac8e87f0f703cef (diff) |
Dump last batch buffer when hardware lockup is detected.
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/i915_drv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared-core/i915_drv.h b/shared-core/i915_drv.h index c6d86584..6c06ff5c 100644 --- a/shared-core/i915_drv.h +++ b/shared-core/i915_drv.h @@ -544,6 +544,8 @@ extern int i915_wait_ring(struct drm_device * dev, int n, const char *caller); #define I915REG_INT_MASK_R 0x020a8 #define I915REG_INT_ENABLE_R 0x020a0 #define I915REG_INSTPM 0x020c0 +#define I965REG_ACTHD 0x02074 +#define I915REG_ACTHD 0x020C8 #define PIPEADSL 0x70000 #define PIPEBDSL 0x71000 |