drm/i915: Add initial selftests for hang detection and resets
Check that we can reset the GPU and continue executing from the next request. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170213171558.20942-47-chris@chris-wilson.co.uk
此提交包含在:
@@ -480,3 +480,7 @@ void intel_hangcheck_init(struct drm_i915_private *i915)
|
||||
INIT_DELAYED_WORK(&i915->gpu_error.hangcheck_work,
|
||||
i915_hangcheck_elapsed);
|
||||
}
|
||||
|
||||
#if IS_ENABLED(CONFIG_DRM_I915_SELFTEST)
|
||||
#include "selftests/intel_hangcheck.c"
|
||||
#endif
|
||||
|
新增問題並參考
封鎖使用者