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

Commit 2b0a25b

Browse files
committed
Merge remote-tracking branch 'origin/gvt-fixes' into gvt-staging
2 parents f75afdb + d72d69a commit 2b0a25b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

drivers/gpu/drm/i915/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ config DRM_I915_USERPTR
103103
config DRM_I915_GVT
104104
bool "Enable Intel GVT-g graphics virtualization host support"
105105
depends on DRM_I915
106+
depends on X86
106107
depends on 64BIT
107108
default n
108109
help

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@ static inline void ppgtt_generate_shadow_entry(struct intel_gvt_gtt_entry *se,
11481148
ops->set_pfn(se, s->shadow_page.mfn);
11491149
}
11501150

1151-
/**
1151+
/*
11521152
* Check if can do 2M page
11531153
* @vgpu: target vgpu
11541154
* @entry: target pfn's gtt entry
@@ -2193,7 +2193,7 @@ static int emulate_ggtt_mmio_read(struct intel_vgpu *vgpu,
21932193
}
21942194

21952195
/**
2196-
* intel_vgpu_emulate_gtt_mmio_read - emulate GTT MMIO register read
2196+
* intel_vgpu_emulate_ggtt_mmio_read - emulate GTT MMIO register read
21972197
* @vgpu: a vGPU
21982198
* @off: register offset
21992199
* @p_data: data will be returned to guest

0 commit comments

Comments
 (0)