Commit beb30ae4 authored by Dave Airlie's avatar Dave Airlie Committed by Ben Hutchings

drm/vmwgfx: add MODULE_DEVICE_TABLE so vmwgfx loads at boot

commit c4903429 upstream.

This will cause udev to load vmwgfx instead of waiting for X
to do it.
Reviewed-by: default avatarJakob Bornecrantz <jakob@vmware.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
parent 06335856
...@@ -178,6 +178,7 @@ static struct pci_device_id vmw_pci_id_list[] = { ...@@ -178,6 +178,7 @@ static struct pci_device_id vmw_pci_id_list[] = {
{0x15ad, 0x0405, PCI_ANY_ID, PCI_ANY_ID, 0, 0, VMWGFX_CHIP_SVGAII}, {0x15ad, 0x0405, PCI_ANY_ID, PCI_ANY_ID, 0, 0, VMWGFX_CHIP_SVGAII},
{0, 0, 0} {0, 0, 0}
}; };
MODULE_DEVICE_TABLE(pci, vmw_pci_id_list);
static int enable_fbdev; static int enable_fbdev;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment