From: Tvrtko Ursulin Date: Tue, 28 Jun 2016 11:51:49 +0000 (+0100) Subject: drm/i915/debug: Select PREEMPT_COUNT when enabling debugging X-Git-Tag: v4.9.8~1110^2~42^2~381 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c68b0ab2e08fd8913a794d11e74cbf5cd589b3df;p=platform%2Fkernel%2Flinux-rpi3.git drm/i915/debug: Select PREEMPT_COUNT when enabling debugging Required to enable correct wait_for_atomic checks. Signed-off-by: Tvrtko Ursulin Cc: Chris Wilson Reviewed-by: Chris Wilson --- diff --git a/drivers/gpu/drm/i915/Kconfig.debug b/drivers/gpu/drm/i915/Kconfig.debug index 8f40410..43400ad 100644 --- a/drivers/gpu/drm/i915/Kconfig.debug +++ b/drivers/gpu/drm/i915/Kconfig.debug @@ -18,6 +18,7 @@ config DRM_I915_WERROR config DRM_I915_DEBUG bool "Enable additional driver debugging" depends on DRM_I915 + select PREEMPT_COUNT default n help Choose this option to turn on extra driver debugging that may affect