mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 15:10:02 +01:00
Merge branch 'master' into 'master'
modesetting: match against Multimedia Video Controllers as well See merge request xorg/xserver!1204
This commit is contained in:
commit
0f3d4ac7dd
1 changed files with 3 additions and 0 deletions
|
|
@ -101,6 +101,9 @@ static const struct pci_id_match ms_device_match[] = {
|
||||||
{
|
{
|
||||||
PCI_MATCH_ANY, PCI_MATCH_ANY, PCI_MATCH_ANY, PCI_MATCH_ANY,
|
PCI_MATCH_ANY, PCI_MATCH_ANY, PCI_MATCH_ANY, PCI_MATCH_ANY,
|
||||||
0x00030000, 0x00ff0000, 0},
|
0x00030000, 0x00ff0000, 0},
|
||||||
|
{
|
||||||
|
PCI_MATCH_ANY, PCI_MATCH_ANY, PCI_MATCH_ANY, PCI_MATCH_ANY,
|
||||||
|
0x00040000, 0x00ff0000, 0},
|
||||||
|
|
||||||
{0, 0, 0},
|
{0, 0, 0},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue