OSDN Git Service

drm/i915: Sanity check the vma->node prior to binding into the GTT
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 25 Feb 2017 18:11:21 +0000 (18:11 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Sat, 25 Feb 2017 18:54:37 +0000 (18:54 +0000)
commitaa149431279166025bc457007e5a1fdcb4d2db9b
tree0d4dfe7d52718dc3e236ee3812c44e7d46906f97
parent357480ce2fe4dc11ff0b77706d77e2319c96fe31
drm/i915: Sanity check the vma->node prior to binding into the GTT

We rely on the VMA being allocated inside the drm_mm and for its allotted
node being large enough to accommodate all the vma->pages.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Matthew Auld <matthew.william.auld@gmail.com>
Reviewed-by: Matthew Auld <matthew.william.auld@gmail.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170225181122.4788-3-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_vma.c