Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit cfbe2f4

Browse files
committed
Merge remote-tracking branch 'origin/gvt-next' into gvt-staging
# Conflicts: # drivers/gpu/drm/i915/gvt/execlist.c # drivers/gpu/drm/i915/gvt/handlers.c
2 parents 196ecab + cb14806 commit cfbe2f4

23 files changed

Lines changed: 1922 additions & 1051 deletions

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6930,7 +6930,7 @@ M: Zhi Wang <zhi.a.wang@intel.com>
69306930
L: intel-gvt-dev@lists.freedesktop.org
69316931
L: intel-gfx@lists.freedesktop.org
69326932
W: https://01.org/igvt-g
6933-
T: git https://github.com/01org/gvt-linux.git
6933+
T: git https://github.com/intel/gvt-linux.git
69346934
S: Supported
69356935
F: drivers/gpu/drm/i915/gvt/
69366936

drivers/gpu/drm/i915/gvt/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GVT_DIR := gvt
22
GVT_SOURCE := gvt.o aperture_gm.o handlers.o vgpu.o trace_points.o firmware.o \
33
interrupt.o gtt.o cfg_space.o opregion.o mmio.o display.o edid.o \
4-
execlist.o scheduler.o sched_policy.o render.o cmd_parser.o
4+
execlist.o scheduler.o sched_policy.o render.o cmd_parser.o debugfs.o
55

66
ccflags-y += -I$(src) -I$(src)/$(GVT_DIR)
77
i915-y += $(addprefix $(GVT_DIR)/, $(GVT_SOURCE))

0 commit comments

Comments
 (0)