diff options
author | 2024-10-25 07:43:40 +1000 | |
---|---|---|
committer | 2024-10-25 07:43:41 +1000 | |
commit | 2ba1f81ec7cbb2a9920cd3435c515247863b32a6 (patch) | |
tree | b0d3ae67f332c29f29ee3dad7eb49015dfd3c198 | |
parent | Merge tag 'amd-drm-fixes-6.12-2024-10-23' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (diff) | |
parent | i915: fix DRM_I915_GVT_KVMGT dependencies (diff) | |
download | wireguard-linux-2ba1f81ec7cbb2a9920cd3435c515247863b32a6.tar.xz wireguard-linux-2ba1f81ec7cbb2a9920cd3435c515247863b32a6.zip |
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
Diffstat (limited to '')
-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 |