mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
Revert "drm/i915: replace select with dependency for visible DEBUG_OBJECTS"
This reverts commit025f89b01e.025f89b01e("drm/i915: replace select with dependency for visible DEBUG_OBJECTS") breaks the build in certain scenarios, presumably because config DRM_I915_DEBUG selects DRM_I915_SW_FENCE_DEBUG_OBJECTS without looking at its dependencies, allowing DRM_I915_SW_FENCE_DEBUG_OBJECTS=y and DEBUG_OBJECTS=n. Fixes:025f89b01e("drm/i915: replace select with dependency for visible DEBUG_OBJECTS") Cc: Julian Braha <julianbraha@gmail.com> Acked-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com> Link: https://patch.msgid.link/20260506101957.202271-1-jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
parent
025f89b01e
commit
b32b3cabf9
|
|
@ -153,7 +153,7 @@ config DRM_I915_TRACE_GTT
|
|||
config DRM_I915_SW_FENCE_DEBUG_OBJECTS
|
||||
bool "Enable additional driver debugging for fence objects"
|
||||
depends on DRM_I915
|
||||
depends on DEBUG_OBJECTS
|
||||
select DEBUG_OBJECTS
|
||||
default n
|
||||
help
|
||||
Choose this option to turn on extra driver debugging that may affect
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user