Skip to content

Commit 8c4d694

Browse files
YustasSwampbp3tk0v
authored andcommitted
drm/vmwgfx: Fix missing HYPERVISOR_GUEST dependency
VMWARE_HYPERCALL alternative will not work as intended without VMware guest code initialization. [ bp: note that this doesn't reproduce with newer gccs so it must be something gcc-9-specific. ] Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Reported-by: kernel test robot <[email protected]> Signed-off-by: Alexey Makhalov <[email protected]> Signed-off-by: Borislav Petkov (AMD) <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 6ba59ff commit 8c4d694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/vmwgfx/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
config DRM_VMWGFX
33
tristate "DRM driver for VMware Virtual GPU"
44
depends on DRM && PCI && MMU
5-
depends on X86 || ARM64
5+
depends on (X86 && HYPERVISOR_GUEST) || ARM64
66
select DRM_TTM
77
select DRM_TTM_HELPER
88
select MAPPING_DIRTY_HELPERS

0 commit comments

Comments
 (0)