linux_dsm_epyc7002/drivers/gpu/drm/i915/gvt
Chris Wilson e2ccc50a3a drm/i915: Track ggtt fence reservations under its own mutex
We can reduce the locking for fence registers from the dev->struct_mutex
to a local mutex. We could introduce a mutex for the sole purpose of
tracking the fence acquisition, except there is a little bit of overlap
with the fault tracking, so use the i915_ggtt.mutex as it covers both.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190822060914.2671-1-chris@chris-wilson.co.uk
2019-08-22 08:53:40 +01:00
..
aperture_gm.c
cfg_space.c
cmd_parser.c
cmd_parser.h
debug.h
debugfs.c
display.c
display.h
dmabuf.c
dmabuf.h
edid.c
edid.h
execlist.c
execlist.h
fb_decoder.c
fb_decoder.h
firmware.c
gtt.c
gtt.h
gvt.c
gvt.h
handlers.c
hypercall.h
interrupt.c
interrupt.h
kvmgt.c
Makefile
mmio_context.c
mmio_context.h
mmio.c
mmio.h
mpt.h
opregion.c
page_track.c
page_track.h
reg.h
sched_policy.c
sched_policy.h
scheduler.c
scheduler.h
trace_points.c
trace.h
vgpu.c