public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.5.62 radeonfb soft cursor
@ 2003-02-18 12:10 Alessandro Suardi
  2003-02-18 16:45 ` Joshua Kwan
  0 siblings, 1 reply; 2+ messages in thread
From: Alessandro Suardi @ 2003-02-18 12:10 UTC (permalink / raw)
  To: linux-kernel; +Cc: James Simmons, Linus Torvalds

[-- Attachment #1: Type: text/plain, Size: 382 bytes --]

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")

[-- Attachment #2: radeonfb-cursor.diff --]
[-- Type: text/plain, Size: 279 bytes --]

--- 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,
 };
 
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-02-18 16:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-18 12:10 [PATCH] 2.5.62 radeonfb soft cursor Alessandro Suardi
2003-02-18 16:45 ` Joshua Kwan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox