Skip to content

Commit 9da93fe

Browse files
committed
Merge tag 'drm-intel-fixes-2024-02-08' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
- Just includes gvt-fixes-2024-02-05 Signed-off-by: Dave Airlie <[email protected]> From: Joonas Lahtinen <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
2 parents 60c1620 + a99682e commit 9da93fe

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

MAINTAINERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10801,11 +10801,11 @@ F: drivers/gpio/gpio-tangier.h
1080110801

1080210802
INTEL GVT-g DRIVERS (Intel GPU Virtualization)
1080310803
M: Zhenyu Wang <[email protected]>
10804-
M: Zhi Wang <zhi.a.wang@intel.com>
10804+
M: Zhi Wang <zhi.wang.linux@gmail.com>
1080510805
1080610806
1080710807
S: Supported
10808-
W: https://01.org/igvt-g
10808+
W: https://github.com/intel/gvt-linux/wiki
1080910809
T: git https://github.com/intel/gvt-linux.git
1081010810
F: drivers/gpu/drm/i915/gvt/
1081110811

drivers/gpu/drm/i915/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ config DRM_I915_GVT_KVMGT
140140

141141
Note that this driver only supports newer device from Broadwell on.
142142
For further information and setup guide, you can visit:
143-
http://01.org/igvt-g.
143+
https://github.com/intel/gvt-linux/wiki.
144144

145145
If in doubt, say "N".
146146

drivers/gpu/drm/i915/gvt/handlers.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2849,8 +2849,7 @@ static int handle_mmio(struct intel_gvt_mmio_table_iter *iter, u32 offset,
28492849
for (i = start; i < end; i += 4) {
28502850
p = intel_gvt_find_mmio_info(gvt, i);
28512851
if (p) {
2852-
WARN(1, "dup mmio definition offset %x\n",
2853-
info->offset);
2852+
WARN(1, "dup mmio definition offset %x\n", i);
28542853

28552854
/* We return -EEXIST here to make GVT-g load fail.
28562855
* So duplicated MMIO can be found as soon as

drivers/gpu/drm/i915/intel_gvt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* To virtualize GPU resources GVT-g driver depends on hypervisor technology
4242
* e.g KVM/VFIO/mdev, Xen, etc. to provide resource access trapping capability
4343
* and be virtualized within GVT-g device module. More architectural design
44-
* doc is available on https://01.org/group/2230/documentation-list.
44+
* doc is available on https://github.com/intel/gvt-linux/wiki.
4545
*/
4646

4747
static LIST_HEAD(intel_gvt_devices);

0 commit comments

Comments
 (0)