Skip to content

Commit 2ba1f81

Browse files
committed
Merge tag 'drm-intel-fixes-2024-10-24' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes
- Fix DRM_I915_GVT_KVMGT dependencies in Kconfig Signed-off-by: Dave Airlie <[email protected]> From: Joonas Lahtinen <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
2 parents 19c6890 + 338b655 commit 2ba1f81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/gpu/drm/i915/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,8 @@ config DRM_I915_USERPTR
123123
config DRM_I915_GVT_KVMGT
124124
tristate "Enable KVM host support Intel GVT-g graphics virtualization"
125125
depends on DRM_I915
126-
depends on X86
126+
depends on KVM_X86
127127
depends on 64BIT
128-
depends on KVM
129128
depends on VFIO
130129
select DRM_I915_GVT
131130
select KVM_EXTERNAL_WRITE_TRACKING

0 commit comments

Comments
 (0)