drm/i915: Include instdone[1] in hangcheck
[pandora-kernel.git] / drivers / gpu / drm / i915 / i915_drv.h
index 21a4af9..70e2527 100644 (file)
@@ -286,6 +286,8 @@ typedef struct drm_i915_private {
        struct timer_list hangcheck_timer;
        int hangcheck_count;
        uint32_t last_acthd;
+       uint32_t last_instdone;
+       uint32_t last_instdone1;
 
        struct drm_mm vram;