linux_dsm_epyc7002/drivers/gpu/drm/i915/gvt
Zhenyu Wang 11474e9091 drm/i915/gvt: set max priority for gvt context
This is to workaround guest driver hang regression after
preemption enable that gvt hasn't enabled handling of that
for guest workload. So in effect this disables preemption
for gvt context now.

Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
(cherry picked from commit 1603660b33)
2017-12-06 11:38:21 +08:00
..
aperture_gm.c drm/i915: Add interface to reserve fence registers for vGPU 2017-09-04 16:34:59 +01:00
cfg_space.c drm/i915/gvt: Emulate PCI expansion ROM base address register 2017-12-06 11:24:37 +08:00
cmd_parser.c Linux 4.14-rc7 2017-11-02 12:40:41 +10:00
cmd_parser.h
debug.h
display.c drm/i915/gvt: enabled pipe A default on creating vgpu 2017-11-28 17:24:30 +08:00
display.h
edid.c
edid.h
execlist.c drm/i915/gvt: Move request alloc to dispatch_workload path only 2017-11-28 17:24:20 +08:00
execlist.h
firmware.c
gtt.c drm/i915/gvt: Correct ADDR_4K/2M/1G_MASK definition 2017-11-28 17:24:30 +08:00
gtt.h
gvt.c drm/i915/gvt: Add support for PCIe extended configuration space 2017-09-08 14:21:16 +08:00
gvt.h drm/i915/gvt: Add support for PCIe extended configuration space 2017-09-08 14:21:16 +08:00
handlers.c drm/i915/gvt: Limit read hw reg to active vgpu 2017-12-06 11:33:30 +08:00
hypercall.h
interrupt.c
interrupt.h
kvmgt.c drm/i915/gvt: Add support for PCIe extended configuration space 2017-09-08 14:21:16 +08:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mmio.c drm/i915/gvt: Add emulation for BAR2 (aperture) with normal file RW approach 2017-09-08 14:21:13 +08:00
mmio.h drm/i915/gvt: Export intel_gvt_render_mmio_to_ring_id() 2017-12-06 11:33:20 +08:00
mpt.h
opregion.c
reg.h drm/i915/gvt: Refine MMIO_RING_F() 2017-10-27 01:38:56 +08:00
render.c drm/i915: Rename global i915 to i915_modparams 2017-09-22 14:50:36 +03:00
render.h
sched_policy.c drm/i915/gvt: Fix GPU hang after reusing vGPU instance across different guest OS 2017-10-17 00:44:10 +08:00
sched_policy.h
scheduler.c drm/i915/gvt: set max priority for gvt context 2017-12-06 11:38:21 +08:00
scheduler.h drm/i915/gvt: Move request alloc to dispatch_workload path only 2017-11-28 17:24:20 +08:00
trace_points.c
trace.h
vgpu.c