Skip to content

Commit

Permalink
drm/i915: Extend hangcheck timeout
Browse files Browse the repository at this point in the history
... reduce the frequency of checking to further reduce the wakeups and
CPU overhead.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
  • Loading branch information
Chris Wilson committed Nov 23, 2010
1 parent dddbc0e commit 576ae4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/i915_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ typedef struct drm_i915_private {
int num_pipe;

/* For hangcheck timer */
#define DRM_I915_HANGCHECK_PERIOD 250 /* in ms */
#define DRM_I915_HANGCHECK_PERIOD 1500 /* in ms */
struct timer_list hangcheck_timer;
int hangcheck_count;
uint32_t last_acthd;
Expand Down

0 comments on commit 576ae4b

Please sign in to comment.