commit | 4d3088c7bd4f137eb51bdff6a27d861d3a6361b8 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Jul 26 17:00:38 2017 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Jul 27 09:56:11 2017 +0200 |
tree | ad2f75abebb7438b10dc879cdb17928ac7736a1b | |
parent | 6ea1d55d31c46e2158a49e8e41cb0be4a8cd8677 [diff] |
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>