From: "Ville Syrjälä" <syrjala@sci.fi>
To: linux-fbdev-devel@lists.sourceforge.net
Cc: Andrew Morton <akpm@osdl.org>, Olaf Hering <olh@suse.de>
Subject: Re: [PATCH 7/8] fbdev: atyfb_base.c requires atyfb_cursor()
Date: Tue, 2 Nov 2004 15:58:43 +0200 [thread overview]
Message-ID: <20041102135843.GA13761@sci.fi> (raw)
In-Reply-To: <200411021946.26862.adaplas@hotpop.com>
On Tue, Nov 02, 2004 at 07:46:26PM +0800, Antonino A. Daplas wrote:
> atyfb_base.c requires atyfb_cursor, but it is only available for linking
> if CONFIG_FB_ATY_CT=y.
> This patch moves the .o file to the CONFIG_FB_ATY rule.
Here's a better fix. It was a part of my swcursor patch which was
partially included. Looks like Alex accidentally dropped this part.
Fix atyfb cursor problems:
- oops with noaccel option
- CONFIG_FB_ATY_CT dependency problem
Signed-off-by: Ville Syrjala <syrjala@sci.fi>
---
atyfb_base.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nur a/drivers/video/aty/atyfb_base.c b/drivers/video/aty/atyfb_base.c
--- a/drivers/video/aty/atyfb_base.c 2004-11-02 15:20:23.199495000 +0200
+++ b/drivers/video/aty/atyfb_base.c 2004-11-02 15:22:20.979495000 +0200
@@ -292,7 +292,7 @@
.fb_fillrect = atyfb_fillrect,
.fb_copyarea = atyfb_copyarea,
.fb_imageblit = atyfb_imageblit,
- .fb_cursor = atyfb_cursor,
+ .fb_cursor = soft_cursor,
#ifdef __sparc__
.fb_mmap = atyfb_mmap,
#endif
--
Ville Syrjälä
syrjala@sci.fi
http://www.sci.fi/~syrjala/
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_idU88&alloc_id\x12065&op=click
next prev parent reply other threads:[~2004-11-02 13:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-02 11:46 [PATCH 7/8] fbdev: atyfb_base.c requires atyfb_cursor() Antonino A. Daplas
2004-11-02 13:14 ` S1D13506 CRT ramprasad
2004-11-02 13:58 ` Ville Syrjälä [this message]
2004-11-02 21:31 ` [PATCH 7/8] fbdev: atyfb_base.c requires atyfb_cursor() Antonino A. Daplas
2004-11-02 22:26 ` Ville Syrjälä
2004-11-03 2:39 ` Antonino A. Daplas
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=20041102135843.GA13761@sci.fi \
--to=syrjala@sci.fi \
--cc=akpm@osdl.org \
--cc=linux-fbdev-devel@lists.sourceforge.net \
--cc=olh@suse.de \
/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 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).