Commit 839b995a authored by Dave Airlie's avatar Dave Airlie Committed by Greg Kroah-Hartman

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 avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent cc75079d
...@@ -147,6 +147,7 @@ static struct pci_device_id vmw_pci_id_list[] = { ...@@ -147,6 +147,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