commit | b3ee963fe41d0034cf8b6aff1f0cc9c91bf8d478 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Dec 22 08:36:06 2016 +0000 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Dec 27 12:29:41 2016 +0100 |
tree | a83aa9ad241ffe2af888f57535a56b70850b5999 | |
parent | 2bc98c86517b08304b5008f427b751c08659b100 [diff] |
drm: Compile time enabling for asserts in drm_mm Use CONFIG_DRM_DEBUG_MM to conditionally enable the internal and validation checking using BUG_ON. Ideally these paths should all be exercised by CI selftests (with the asserts enabled). Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20161222083641.2691-4-chris@chris-wilson.co.uk Link: http://patchwork.freedesktop.org/patch/msgid/20161222083641.2691-4-chris@chris-wilson.co.uk