Files
android_kernel_xiaomi_sm8450/drivers/gpu/drm/i915
Chris Wilson 44c22f3f1a drm/i915: Serialize insertion into the file->mm.request_list
Currently, we remove the from per-file request list for throttling and
retirement under a dedicated spinlock, but insertion is governed by
struct_mutex. This needs to be the same lock so that the
retirement/insertion of neighbouring requests (at the tail) doesn't
break the list.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Matthew Auld <matthew.auld@intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190820080907.4665-1-chris@chris-wilson.co.uk
2019-08-20 14:23:45 +01:00
..
2019-08-19 15:25:56 +01:00
2019-08-10 19:47:40 +01:00
2019-08-10 19:47:40 +01:00
2019-08-10 19:47:40 +01:00
2019-08-06 08:32:38 -07:00