提交 576ae4b8 编写于 作者: C Chris Wilson

drm/i915: Extend hangcheck timeout

... reduce the frequency of checking to further reduce the wakeups and
CPU overhead.
Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
上级 dddbc0e5
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册