patch-2.4.19 linux-2.4.19/drivers/video/radeonfb.c
Next file: linux-2.4.19/drivers/video/riva/accel.c
Previous file: linux-2.4.19/drivers/video/pmagb-b-fb.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Aug 2 17:39:45 2002
- Orig file:
linux-2.4.18/drivers/video/radeonfb.c
- Orig date:
Mon Feb 25 11:38:07 2002
diff -urN linux-2.4.18/drivers/video/radeonfb.c linux-2.4.19/drivers/video/radeonfb.c
@@ -1778,7 +1778,7 @@
/* use highest possible virtual resolution */
if (v->xres_virtual == -1 && v->yres_virtual == -1) {
- printk("radeonfb: using max availabe virtual resolution\n");
+ printk("radeonfb: using max available virtual resolution\n");
for (i=0; modes[i].xres != -1; i++) {
if (modes[i].xres * nom / den * modes[i].yres <
rinfo->video_ram / 2)
@@ -1855,7 +1855,7 @@
if (noaccel)
fix->accel = FB_ACCEL_NONE;
else
- fix->accel = 40; /* XXX */
+ fix->accel = FB_ACCEL_ATI_RADEON;
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)