]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Restrict DRM_I915_DEBUG to developer builds
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 22 Jan 2021 09:10:58 +0000 (09:10 +0000)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Mon, 8 Feb 2021 21:56:36 +0000 (16:56 -0500)
commit6790f4610fa97c666ff1881b97d9ab2a10de951b
tree965c00bae0ddfd06f363fa334a74bf6836689ded
parent20e4e271a4328496f532c123c8b27c35707cbe81
drm/i915: Restrict DRM_I915_DEBUG to developer builds

Let's not encourage everybody to build i915's debug code, and certainly
not the build robots who need to scrutinise the production build. Since
CI will complain if the debug build is broken, having the other build
bots focus on the builds we don't cover ourselves should improve the
build coverage.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: 78c28844ad96 ("drm/i915: Add DEBUG_GEM to the recommended CI config")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210122091058.5145-1-chris@chris-wilson.co.uk
(cherry picked from commit c442f658299d59b327a4bf21457ec8ece936f133)
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/i915/Kconfig.debug