mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 04:27:02 +07:00
a3be6f6c6e
These files are licensed under GPL-2.0. Removing the MIT boilerplate as that really didn't make any sense for those two header files. Acked-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Dirk Hohndel (VMware) <dirk@hohndel.org> Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180506231626.115996-8-dirk@hohndel.org
28 lines
877 B
Plaintext
28 lines
877 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
config DRM_VMWGFX
|
|
tristate "DRM driver for VMware Virtual GPU"
|
|
depends on DRM && PCI && X86 && MMU
|
|
select FB_DEFERRED_IO
|
|
select FB_CFB_FILLRECT
|
|
select FB_CFB_COPYAREA
|
|
select FB_CFB_IMAGEBLIT
|
|
select DRM_TTM
|
|
select FB
|
|
# Only needed for the transitional use of drm_crtc_init - can be removed
|
|
# again once vmwgfx sets up the primary plane itself.
|
|
select DRM_KMS_HELPER
|
|
help
|
|
Choose this option if you would like to run 3D acceleration
|
|
in a VMware virtual machine.
|
|
This is a KMS enabled DRM driver for the VMware SVGA2
|
|
virtual hardware.
|
|
The compiled module will be called "vmwgfx.ko".
|
|
|
|
config DRM_VMWGFX_FBCON
|
|
depends on DRM_VMWGFX && FB
|
|
bool "Enable framebuffer console under vmwgfx by default"
|
|
help
|
|
Choose this option if you are shipping a new vmwgfx
|
|
userspace driver that supports using the kernel driver.
|
|
|