drm/i915: Pin the pages before acquiring struct_mutex for display
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 26 Jul 2017 16:00:38 +0000 (17:00 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 27 Jul 2017 07:56:11 +0000 (09:56 +0200)
commit4d3088c7bd4f137eb51bdff6a27d861d3a6361b8
treead2f75abebb7438b10dc879cdb17928ac7736a1b
parent6ea1d55d31c46e2158a49e8e41cb0be4a8cd8677
drm/i915: Pin the pages before acquiring struct_mutex for display

Since we don't need the struct_mutex to acquire the object's pages, call
i915_gem_object_pin_pages() before we bind the object into the GGTT.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20170726160038.29487-3-chris@chris-wilson.co.uk
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c