mirror of
https://github.com/mpv-player/mpv
synced 2024-12-21 22:30:22 +00:00
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:
parent
94a89161fe
commit
07a5e19787
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user