Directory Files
.. 110
File Size
Kconfig 616 B
Makefile 212 B
hgsmi_base.c 5.4 kB
hgsmi_ch_setup.h 853 B
hgsmi_channels.h 1.1 kB
hgsmi_defs.h 2.1 kB
modesetting.c 4.0 kB
vbox_drv.c 4.2 kB
vbox_drv.h 4.7 kB
vbox_hgsmi.c 2.4 kB
vbox_irq.c 5.3 kB
vbox_main.c 4.5 kB
vbox_mode.c 27 kB
vbox_ttm.c 844 B
vboxvideo.h 14 kB
vboxvideo.mod.c 0 B
vboxvideo_guest.h 2.3 kB
vboxvideo_vbe.h 1.9 kB
vbva_base.c 5.4 kB

Linux v6.6.1 - vboxvideo

# SPDX-License-Identifier: GPL-2.0
config DRM_VBOXVIDEO
	tristate "Virtual Box Graphics Card"
	depends on DRM && X86 && PCI
	select DRM_KMS_HELPER
	select DRM_VRAM_HELPER
	select DRM_TTM
	select DRM_TTM_HELPER
	select GENERIC_ALLOCATOR
	help
	  This is a KMS driver for the virtual Graphics Card used in
	  Virtual Box virtual machines.

	  Although it is possible to build this driver built-in to the
	  kernel, it is advised to build it as a module, so that it can
	  be updated independently of the kernel. Select M to build this
	  driver as a module and add support for these devices via drm/kms
	  interfaces.