All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Walrond <andrew@walrond.org>
To: adaplas@pol.net
Cc: linux-fbdev-devel@lists.sourceforge.net
Subject: Re: x86_64 64bit kernel rivafb broke between 2.6.8.1 and linus bk as of today
Date: Wed, 17 Nov 2004 00:33:38 +0000	[thread overview]
Message-ID: <200411170033.38614.andrew@walrond.org> (raw)
In-Reply-To: <200411170815.45567.adaplas@hotpop.com>

On Wednesday 17 Nov 2004 00:15, Antonino A. Daplas wrote:
>
> There was a bunch of IO access fixes in rivafb.  Can you narrow it down to
> a particular function?  Replace the following...
>
>  .fb_fillrect  = rivafb_fillrect,
>  .fb_copyarea  = rivafb_copyarea,
>  .fb_imageblit  = rivafb_imageblit,
>  .fb_cursor = rivafb_cursor,
>
> ..with:
>
>  .fb_fillrect  = cfb_fillrect,
>  .fb_copyarea  = cfb_copyarea,
>  .fb_imageblit  = cfb_imageblit,
>  .fb_cursor = soft_cursor,
>
> And make sure that 'info->pixmap.scan_align = 4' if using rivafb_imageblit
> and 'info->pixmap.scan_align = 1' if using cfb_imageblit. (The scan
> alignment is adjusted in rivafb_set_par() and riva_set_fbinfo()).
>
> Using the soft drawing functions (cfb_*), in theory, should always produce
> a working console. Then just bring back the rivafb_* functions one by one.
>

Ok, it works using all the soft functions. I'll swap them out now...


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

  reply	other threads:[~2004-11-17  0:33 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-16 22:44 x86_64 64bit kernel rivafb broke between 2.6.8.1 and linus bk as of today Andrew Walrond
2004-11-16 23:29 ` Andrew Walrond
2004-11-17  0:01 ` Andrew Walrond
2004-11-17  0:15 ` Antonino A. Daplas
2004-11-17  0:33   ` Andrew Walrond [this message]
2004-11-17 11:07     ` Andrew Walrond
2004-11-17 11:11       ` Geert Uytterhoeven
2004-11-17 11:34         ` Andrew Walrond
2004-11-17 22:23       ` Antonino A. Daplas
2004-11-17 22:28         ` Antonino A. Daplas
2004-11-17 22:50           ` Andrew Walrond
2004-11-18  0:02             ` 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=200411170033.38614.andrew@walrond.org \
    --to=andrew@walrond.org \
    --cc=adaplas@pol.net \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    /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.