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-Url: http://drtracing.org/?a=commitdiff_plain;h=c68b0ab2e08fd8913a794d11e74cbf5cd589b3df;p=deliverable%2Flinux.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 8f404103341d..43400adc95db 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