commit | bb18dfcc640d0551073e756e0af2ff60bea89e6d | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Feb 02 11:44:34 2017 +0000 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Feb 03 11:36:49 2017 +0100 |
tree | 2652043ab4e09ea2a1c4c54fd6b5f4ee5b68570b | |
parent | 4e64e5539d152e202ad6eea2b6f65f3ab58d9428 [diff] |
drm: kselftest for drm_mm and bottom-up allocation Check that if we request bottom-up allocation from drm_mm_insert_node() we receive the next available hole from the bottom. 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/20170202114434.3060-2-chris@chris-wilson.co.uk