aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/i915/i915_drv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index 5afcf2a07cfc..eb3f1f756e81 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -315,7 +315,7 @@ typedef struct drm_i915_private {
315 int num_pipe; 315 int num_pipe;
316 316
317 /* For hangcheck timer */ 317 /* For hangcheck timer */
318#define DRM_I915_HANGCHECK_PERIOD 250 /* in ms */ 318#define DRM_I915_HANGCHECK_PERIOD 1500 /* in ms */
319 struct timer_list hangcheck_timer; 319 struct timer_list hangcheck_timer;
320 int hangcheck_count; 320 int hangcheck_count;
321 uint32_t last_acthd; 321 uint32_t last_acthd;