commit | 05ab3c2eec74507712cd5f2b027c7c8b9a66f190 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Dec 22 08:36:19 2016 +0000 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Dec 27 14:01:06 2016 +0100 |
tree | c18b5c8b0f9c78d6d205a99700fa8113715e5ec6 | |
parent | 0e483254e578e106d66f4881d86e8364c8752a16 [diff] |
drm: kselftest for drm_mm and top-down allocation Check that if we request top-down allocation from drm_mm_insert_node() we receive the next available hole from the top. v2: Flip sign on conditional assert. 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-17-chris@chris-wilson.co.uk