mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-03 09:20:19 +01:00
xf86: Add AutoConfig driver for PCI ID 1022:2081 to 'amd'
(cherry picked from commitab9b0b36ac) (cherry picked from commit4fa89fbe18) ... and backported to 1.4 (back to no new devprivates and "amd" driver name)
This commit is contained in:
parent
22b1a9dd0f
commit
4e5cf76eca
1 changed files with 7 additions and 2 deletions
|
|
@ -160,12 +160,17 @@ videoPtrToDriverName(pciVideoPtr info)
|
|||
{
|
||||
/*
|
||||
* things not handled yet:
|
||||
* amd/cyrix/nsc
|
||||
* xgi
|
||||
* cyrix/nsc. should be merged into geode anyway.
|
||||
* xgi.
|
||||
*/
|
||||
|
||||
switch (info->vendor)
|
||||
{
|
||||
case 0x1022:
|
||||
if (info->chipType == 0x2081)
|
||||
return "amd";
|
||||
else
|
||||
return NULL;
|
||||
case 0x1142: return "apm";
|
||||
case 0xedd8: return "ark";
|
||||
case 0x1a03: return "ast";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue