override memory size detection bug on rage 128 RL/VR

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15110 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
aurel 2005-04-10 17:40:44 +00:00
parent 94a89161fe
commit 07a5e19787
1 changed files with 1 additions and 0 deletions

View File

@ -1155,6 +1155,7 @@ int vixInit( void )
/* Rage Mobility (rage128) also has memsize bug */
if (radeon_ram_size == 0 &&
(def_cap.device_id == DEVICE_ATI_RAGE_MOBILITY_M3 ||
def_cap.device_id == DEVICE_ATI_RAGE_128_RL_VR ||
def_cap.device_id == DEVICE_ATI_RAGE_MOBILITY_M32))
{
printf(RADEON_MSG" Workarounding buggy Rage Mobility M3 (0 vs. 8MB ram)\n");