Skip to content

Commit

Permalink
drm/i915/debug: Select PREEMPT_COUNT when enabling debugging
Browse files Browse the repository at this point in the history
Required to enable correct wait_for_atomic checks.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
  • Loading branch information
Tvrtko Ursulin committed Jun 29, 2016
1 parent bb9c1b9 commit c68b0ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/i915/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c68b0ab

Please sign in to comment.