]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
drm: Check against color expansion in drm_mm_reserve_node()
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 23 Nov 2016 14:11:15 +0000 (14:11 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 24 Nov 2016 08:11:37 +0000 (09:11 +0100)
commit2db86dfcefbb7f6d7586dbd16a0b2819a2aad149
tree8bc11f9149c961fc7ec65cbbda2170e8e8e00d34
parent522e85dd8677e9cca40c3ae773f171e6a9eece31
drm: Check against color expansion in drm_mm_reserve_node()

Use the color_adjust callback when reserving a node to check if
inserting a node into this hole requires any additional space, and so if
that space then conflicts with an existing allocation.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: dri-devel@lists.freedesktop.org
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/20161123141118.23876-2-chris@chris-wilson.co.uk
drivers/gpu/drm/drm_mm.c