[PATCH] 2.5.62 radeonfb soft cursor

Alessandro Suardi (alessandro.suardi@oracle.com)
Tue, 18 Feb 2003 13:10:59 +0100


This is a MIME-formatted message. If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_courier-22331-1045570449-0001-2
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Hi all,

it looks like this one has been forgotten - but it's needed
to display a cursor on my Radeon Mobility 7500's framebuffer.

James posted it a while ago, and it always Worked For Me (TM).

Thanks & ciao,

--alessandro

"Life is for the living, you've got to be willing
A song ain't a song until someone starts singing"
(Wallflowers, "Too Late To Quit")

--=_courier-22331-1045570449-0001-2
Content-Type: text/plain; name="radeonfb-cursor.diff"; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="radeonfb-cursor.diff"

--- linux/drivers/video/radeonfb.c-2.5.62 2003-01-03 01:31:42.000000000 +0100
+++ linux/drivers/video/radeonfb.c 2003-02-18 12:13:07.000000000 +0100
@@ -2212,6 +2212,7 @@
.fb_copyarea = cfb_copyarea,
.fb_imageblit = cfb_imageblit,
#endif
+ .fb_cursor = soft_cursor,
};


--=_courier-22331-1045570449-0001-2--