Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4903429 authored by Dave Airlie's avatar Dave Airlie
Browse files

drm/vmwgfx: add MODULE_DEVICE_TABLE so vmwgfx loads at boot



This will cause udev to load vmwgfx instead of waiting for X
to do it.

Reviewed-by: default avatarJakob Bornecrantz <jakob@vmware.com>
Cc: stable@vger.kernel.org
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 5d2afab9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -182,6 +182,7 @@ static struct pci_device_id vmw_pci_id_list[] = {
	{0x15ad, 0x0405, PCI_ANY_ID, PCI_ANY_ID, 0, 0, VMWGFX_CHIP_SVGAII},
	{0, 0, 0}
};
MODULE_DEVICE_TABLE(pci, vmw_pci_id_list);

static int enable_fbdev = IS_ENABLED(CONFIG_DRM_VMWGFX_FBCON);