diff options
author | Dave Airlie <airlied@redhat.com> | 2024-10-25 00:43:40 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2024-10-25 00:43:41 +0300 |
commit | 2ba1f81ec7cbb2a9920cd3435c515247863b32a6 (patch) | |
tree | b0d3ae67f332c29f29ee3dad7eb49015dfd3c198 | |
parent | 19c6890c3d01a978a167fec0759daf18cc284aa1 (diff) | |
parent | 338b655a1178900ac05aca7ac66dc28b05100430 (diff) | |
download | linux-2ba1f81ec7cbb2a9920cd3435c515247863b32a6.tar.xz |
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 <airlied@redhat.com>
From: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/ZxniUlDg59RxOO-6@jlahtine-mobl.ger.corp.intel.com
-rw-r--r-- | drivers/gpu/drm/i915/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/Kconfig b/drivers/gpu/drm/i915/Kconfig index faa253b27664..14ac351fd76d 100644 --- a/drivers/gpu/drm/i915/Kconfig +++ b/drivers/gpu/drm/i915/Kconfig @@ -123,9 +123,8 @@ config DRM_I915_USERPTR config DRM_I915_GVT_KVMGT tristate "Enable KVM host support Intel GVT-g graphics virtualization" depends on DRM_I915 - depends on X86 + depends on KVM_X86 depends on 64BIT - depends on KVM depends on VFIO select DRM_I915_GVT select KVM_EXTERNAL_WRITE_TRACKING |