radeon mobility u1 support

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10333 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-06-24 18:03:38 +00:00
parent ffa3cf783b
commit d20cb9b1d1
1 changed files with 2 additions and 0 deletions

View File

@ -837,6 +837,7 @@ static unsigned short ati_card_ids[] =
DEVICE_ATI_RADEON_MOBILITY_M72,
DEVICE_ATI_RADEON_MOBILITY_M6,
DEVICE_ATI_RADEON_MOBILITY_M62,
DEVICE_ATI_RADEON_MOBILITY_U1,
DEVICE_ATI_RADEON_R200_BB,
DEVICE_ATI_RADEON_R200_QH,
DEVICE_ATI_RADEON_R200_QI,
@ -947,6 +948,7 @@ int vixProbe( int verbose,int force )
case DEVICE_ATI_RADEON_VE_QZ:
case DEVICE_ATI_RADEON_MOBILITY_M6:
case DEVICE_ATI_RADEON_MOBILITY_M62:
case DEVICE_ATI_RADEON_MOBILITY_U1:
RadeonFamily = 120;
break;