linux-kernel.vger.kernel.org archive mirror
 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

* Re: [PATCH] 2.5.62 radeonfb soft cursor
  2003-02-18 12:10 [PATCH] 2.5.62 radeonfb soft cursor Alessandro Suardi
@ 2003-02-18 16:45 ` Joshua Kwan
  0 siblings, 0 replies; 2+ messages in thread
From: Joshua Kwan @ 2003-02-18 16:45 UTC (permalink / raw)
  To: Alessandro Suardi; +Cc: linux-kernel mailing list

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

Me too. I used it as well, however I think James probably has a better 
solution than this? If not, I bet it would have been committed 
already..

James what is the final word?

Regards
Josh

On Tue, Feb 18, 2003 at 01:10:59PM +0100, Alessandro Suardi wrote:
> 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")

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


-- 
New PGP public key: 0x27AFC3EE

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ 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;
as well as URLs for NNTP newsgroup(s).