linux_dsm_epyc7002/drivers/gpu/drm/i915/gvt
Chris Wilson c017cf6b1a drm/i915: Drop the deferred active reference
An old optimisation to reduce the number of atomics per batch sadly
relies on struct_mutex for coordination. In order to remove struct_mutex
from serialising object/context closing, always taking and releasing an
active reference on first use / last use greatly simplifies the locking.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190528092956.14910-15-chris@chris-wilson.co.uk
2019-05-28 12:45:29 +01:00
..
aperture_gm.c
cfg_space.c
cmd_parser.c drm/i915: Move GEM object domain management from struct_mutex to local 2019-05-28 12:45:29 +01:00
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 drm/i915: Move more GEM objects under gem/ 2019-05-28 12:45:29 +01:00
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 drm/i915: Drop the deferred active reference 2019-05-28 12:45:29 +01:00
scheduler.h
trace_points.c
trace.h
vgpu.c