* [PATCH 1/6] radeonfb: Set accelerator id
@ 2005-01-17 21:40 Antonino A. Daplas
0 siblings, 0 replies; only message in thread
From: Antonino A. Daplas @ 2005-01-17 21:40 UTC (permalink / raw)
To: Andrew Morton; +Cc: Linux Fbdev development list
Set accelerator id for radeonfb. This id is checked by some user apps such
as DirectFB.
Signed-off-by: Antonino Daplas <adaplas@pol.net>
---
radeon_base.c | 1 +
1 files changed, 1 insertion(+)
diff -Nru a/drivers/video/aty/radeon_base.c b/drivers/video/aty/radeon_base.c
--- a/drivers/video/aty/radeon_base.c 2005-01-15 04:25:57 +08:00
+++ b/drivers/video/aty/radeon_base.c 2005-01-15 08:08:53 +08:00
@@ -1748,6 +1748,7 @@
info->fix.type_aux = 0;
info->fix.mmio_start = rinfo->mmio_base_phys;
info->fix.mmio_len = RADEON_REGSIZE;
+ info->fix.accel = FB_ACCEL_ATI_RADEON;
fb_alloc_cmap(&info->cmap, 256, 0);
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-01-17 21:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-17 21:40 [PATCH 1/6] radeonfb: Set accelerator id Antonino A. Daplas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).