From: Alessandro Suardi <alessandro.suardi@oracle.com>
To: linux-kernel <linux-kernel@vger.kernel.org>
Cc: James Simmons <jsimmons@infradead.org>,
Linus Torvalds <torvalds@transmeta.com>
Subject: [PATCH] 2.5.62 radeonfb soft cursor
Date: Tue, 18 Feb 2003 13:10:59 +0100 [thread overview]
Message-ID: <3E5222D3.9060100@oracle.com> (raw)
[-- 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,
};
next reply other threads:[~2003-02-18 12:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-18 12:10 Alessandro Suardi [this message]
2003-02-18 16:45 ` [PATCH] 2.5.62 radeonfb soft cursor Joshua Kwan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3E5222D3.9060100@oracle.com \
--to=alessandro.suardi@oracle.com \
--cc=jsimmons@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.