[Mplayer-cvslog] CVS: main/vidix/drivers radeon_vid.c,1.73,1.74

Attila Kinali CVS attila at mplayerhq.hu
Mon Nov 3 11:31:20 CET 2003


Update of /cvsroot/mplayer/main/vidix/drivers
In directory mail:/var/tmp.root/cvs-serv16268/vidix/drivers

Modified Files:
	radeon_vid.c 
Log Message:
patch by Vladimir Mosgalin <mosgalin at VM10124.spb.edu>

Following patch adds ID of Radeon 9800 (non pro) (R350) to mplayer pci
database, thus enabling vidix for it. Vidix works great on it... Well,
not exactly great, just the same way it works on other radeons.



Index: radeon_vid.c
===================================================================
RCS file: /cvsroot/mplayer/main/vidix/drivers/radeon_vid.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- radeon_vid.c	24 Jun 2003 18:03:38 -0000	1.73
+++ radeon_vid.c	3 Nov 2003 10:30:20 -0000	1.74
@@ -861,7 +861,8 @@
  DEVICE_ATI_RADEON_R300_ND,
  DEVICE_ATI_RADEON_R300_NE,
  DEVICE_ATI_RADEON_R300_NF,
- DEVICE_ATI_RADEON_R300_NG
+ DEVICE_ATI_RADEON_R300_NG,
+ DEVICE_ATI_RADEON_R350_NH
 #endif
 };
 
@@ -993,6 +994,11 @@
             case DEVICE_ATI_RADEON_R300_NG:
               RadeonFamily = 300;
               break;
+
+            case DEVICE_ATI_RADEON_R350_NH:
+              RadeonFamily = 350;
+              break;
+
             default:
               break;
           }



More information about the MPlayer-cvslog mailing list