commit | fabef825626d7bd05a321e4427fdf31a169b5173 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Feb 15 10:59:19 2017 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Feb 16 20:31:13 2017 +0000 |
tree | e2abbc985a770ed480ef8d5680cf9a0d885c085b | |
parent | 24dbf51a5517b79de9585dd216488aed09fd5ee8 [diff] |
drm/i915: Drop struct_mutex around frontbuffer flushes Since the frontbuffer has self-contained locking, it does not require us to hold the BKL struct_mutex as we send invalidate and flush messages. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/20170215105919.7347-3-chris@chris-wilson.co.uk Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>