Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77d150b9 authored by Chris Wilson's avatar Chris Wilson Committed by Daniel Vetter
Browse files

drm/i915: Restrict DRM_DEBUG_MM automatic selection



DRM_DEBUG_MM is only valid if the DRM.ko is builtin as currently
depot_save_stack is not exported.

Fixes: 5c7fcf2d ("drm/i915: Enable drm_mm debug when enabling DRM_I915_DEBUG")
Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20161108131917.6253-1-chris@chris-wilson.co.uk
parent cd456f8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -21,7 +21,7 @@ config DRM_I915_DEBUG
        select PREEMPT_COUNT
        select PREEMPT_COUNT
        select X86_MSR # used by igt/pm_rpm
        select X86_MSR # used by igt/pm_rpm
        select DRM_VGEM # used by igt/prime_vgem (dmabuf interop checks)
        select DRM_VGEM # used by igt/prime_vgem (dmabuf interop checks)
        select DRM_DEBUG_MM
        select DRM_DEBUG_MM if DRM=y
        default n
        default n
        help
        help
          Choose this option to turn on extra driver debugging that may affect
          Choose this option to turn on extra driver debugging that may affect