[MPlayer-cvslog] r23143 - trunk/vidix/radeon_vid.c

Diego Biurrun diego at biurrun.de
Thu Apr 26 23:25:43 CEST 2007


On Thu, Apr 26, 2007 at 11:14:37PM +0200, Benjamin Zores wrote:
> Dominik 'Rathann' Mierzejewski a écrit :
> > On Thursday, 26 April 2007 at 20:39, ben wrote:
> >>
> >> Log:
> >> onboard X200 GPU (shared memory) returns a 0 RAM size (patch by rjoco77 at kezdionline.ro)
> >>
> >> --- trunk/vidix/radeon_vid.c	(original)
> >> +++ trunk/vidix/radeon_vid.c	Thu Apr 26 20:39:08 2007
> >> @@ -1383,6 +1383,13 @@ static int radeon_init(void)
> >>        printf(RADEON_MSG" Workarounding buggy Radeon Mobility M6 (0 vs. 8MB ram)\n");
> >>        radeon_ram_size = 8192*1024;
> >>    }
> >> +  else if (radeon_ram_size == 0 &&
> >> +           (def_cap.device_id == DEVICE_ATI_RS482_RADEON_XPRESS))
> >> +  {
> >> +      printf(RADEON_MSG" Workarounding buggy RS482 Radeon Xpress 200 (0 vs. >32MB ram)\n");
> > 
> > "Working around"
> 
> Indeed but it's not my patch and see just on top of that, the same 
> spelling mistake was on original code.

Fix both then? ;-p

Diego



More information about the MPlayer-cvslog mailing list