Mobility Radeon 9600/9700 support

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12061 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3 2004-03-23 20:10:23 +00:00
parent 529301799f
commit 2a3030f5f4
2 changed files with 7 additions and 1 deletions

View File

@ -271,6 +271,8 @@ d 10024e44 Radeon R300 ND [Radeon 9700] 0
d 10024e45 Radeon R300 NE [Radeon 9700] 0
d 10024e46 Radeon R300 NF [Radeon 9700] 0
d 10024e47 Radeon R300 NG [Radeon 9700] 0
d 10024e50 RV350 [Mobility Radeon 9600 M10] 0 New PCI ID provided by ATI developer relations
d 10024e52 RV350 [Mobility Radeon 9600 M10] 0 New PCI ID provided by ATI developer relations
d 10024e64 Radeon R300 [Radeon 9700] (Secondary) 0
d 10024150 Radeon RV350 AP [Radeon 9600 Pro] 0
d 10024170 Radeon RV350 AP [Radeon 9600 Pro] (Secondary) 0

View File

@ -863,7 +863,9 @@ static unsigned short ati_card_ids[] =
DEVICE_ATI_RADEON_R300_NF,
DEVICE_ATI_RADEON_R300_NG,
DEVICE_ATI_RADEON_RV350_AP,
DEVICE_ATI_RADEON_R350_NH
DEVICE_ATI_RADEON_R350_NH,
DEVICE_ATI_RV350_MOBILITY_RADEON,
DEVICE_ATI_RV350_MOBILITY_RADEON2
#endif
};
@ -999,6 +1001,8 @@ int vixProbe( int verbose,int force )
/* Radeon 9600/9800 */
case DEVICE_ATI_RADEON_RV350_AP:
case DEVICE_ATI_RADEON_R350_NH:
case DEVICE_ATI_RV350_MOBILITY_RADEON:
case DEVICE_ATI_RV350_MOBILITY_RADEON2:
RadeonFamily = 350;
break;