lkml.org 
[lkml]   [2002]   [Apr]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: [PATCH] [CLEANUP] radeonfb accelerator id in 2.4.19
From
Date
On Fri, 2002-04-05 at 17:03, Ingo Albrecht wrote:
> Stupid me. Forgot the patch.

And sent one that doesnt apply. Bad day for me.
Well, this one does.

Thanks to marcello for wasting his time on
trying to apply the old one ;)

Ingo

--
Let the people think they govern and they will be governed.
-- William Penn, founder of Pennsylvania
diff -Nurb linux-2.4.19-pre6/drivers/video/radeonfb.c linux/drivers/video/radeonfb.c
--- linux-2.4.19-pre6/drivers/video/radeonfb.c Sat Apr 6 18:08:06 2002
+++ linux/drivers/video/radeonfb.c Sat Apr 6 18:10:45 2002
@@ -1855,7 +1855,7 @@
if (noaccel)
fix->accel = FB_ACCEL_NONE;
else
- fix->accel = 40; /* XXX */
+ fix->accel = FB_ACCEL_ATI_RADEON;

return 0;
}
diff -Nurb linux-2.4.19-pre6/include/linux/fb.h linux/include/linux/fb.h
--- linux-2.4.19-pre6/include/linux/fb.h Sat Apr 6 18:07:16 2002
+++ linux/include/linux/fb.h Sat Apr 6 18:17:20 2002
@@ -94,6 +94,7 @@
#define FB_ACCEL_IGS_CYBER5000 35 /* CyberPro 5000 */
#define FB_ACCEL_SIS_GLAMOUR 36 /* SiS 300/630/540 */
#define FB_ACCEL_3DLABS_PERMEDIA3 37 /* 3Dlabs Permedia 3 */
+#define FB_ACCEL_ATI_RADEON 38 /* ATI Radeon family */


#define FB_ACCEL_NEOMAGIC_NM2070 90 /* NeoMagic NM2070 */
\
 
 \ /
  Last update: 2005-03-22 13:22    [W:2.973 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site