]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Enable drm_mm debug when enabling DRM_I915_DEBUG
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 29 Oct 2016 18:42:14 +0000 (19:42 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 8 Nov 2016 09:35:52 +0000 (10:35 +0100)
commit3e2c1861f9fa3154f5349247ee3c6620abb7f147
treec18b2ad9d5c8541d6968878f55629b8879d749b2
parent9c79090ea6c7ce88210d0e74ced36920f96eb5e2
drm/i915: Enable drm_mm debug when enabling DRM_I915_DEBUG

A frequent issue that arises on shutdown is the drm_mm range manager
complaining of a leak. To aide debugging those, drm can now track the
allocation callsite and print those for the leaks.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20161029184214.17329-2-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/Kconfig.debug