Files
linux/drivers/gpu/drm/i915
Thomas Hellström a6cecaf058 drm/i915: Require the vm mutex for i915_vma_bind()
[ Upstream commit c2ea703dca ]

Protect updates of struct i915_vma flags and async binding / unbinding
with the vm::mutex. This means that i915_vma_bind() needs to assert
vm::mutex held. In order to make that possible drop the caching of
kmap_atomic() maps around i915_vma_bind().

An alternative would be to use kmap_local() but since we block cpu
unplugging during sleeps inside kmap_local() sections this may have
unwanted side-effects. Particularly since we might wait for gpu while
holding the vm mutex.

This change may theoretically increase execbuf cpu-usage on snb, but
at least on non-highmem systems that increase should be very small.

Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211221200050.436316-5-thomas.hellstrom@linux.intel.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-07-21 21:24:25 +02:00
..
2021-08-05 00:25:48 +02:00
2022-02-08 18:34:02 +01:00
2021-07-28 17:20:05 +02:00
2022-03-08 19:12:43 +01:00
2022-03-08 19:12:43 +01:00
2021-03-26 09:24:31 +01:00