From: Knut Petersen <Knut_Petersen@t-online.de>
To: "Antonino A. Daplas" <adaplas@gmail.com>
Cc: linux-fbdev-devel@lists.sourceforge.net,
Geert Uytterhoeven <geert@linux-m68k.org>
Subject: Re: scroll modes
Date: Fri, 02 Dec 2005 00:03:18 +0100 [thread overview]
Message-ID: <438F8136.5030005@t-online.de> (raw)
In-Reply-To: <438E3D66.8080601@gmail.com>
Hi Geert/Antonino,
YWRAP_MOVE now does work on the cyberblade/i1. The following change
to bitblit.c is necessary:
static int bit_update_start(struct fb_info *info)
{
struct fbcon_ops *ops = info->fbcon_par;
int err;
- err = fb_pan_display(info, &ops->var);
+ err = info->fbops->fb_pan_display(&ops->var,info);;
ops->var.xoffset = info->var.xoffset;
ops->var.yoffset = info->var.yoffset;
ops->var.vmode = info->var.vmode;
return err;
}
I have to admit that I´m not one of those gurus who fully understand the
fbcon
console layer in all details ... so please check that this does not
break anything else.
cu,
knut
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
next prev parent reply other threads:[~2005-12-01 23:03 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-30 12:43 scroll modes Knut Petersen
2005-11-30 12:48 ` Geert Uytterhoeven
2005-11-30 17:32 ` Knut Petersen
2005-11-30 20:40 ` Antonino A. Daplas
2005-11-30 22:54 ` Knut Petersen
2005-12-01 0:01 ` Antonino A. Daplas
2005-12-01 23:03 ` Knut Petersen [this message]
2005-12-01 23:16 ` Antonino A. Daplas
2005-12-01 23:27 ` Antonino A. Daplas
2005-12-01 23:47 ` Knut Petersen
2005-12-02 1:16 ` Antonino A. Daplas
2005-12-03 12:01 ` Geert Uytterhoeven
2005-12-02 10:55 ` Knut Petersen
2005-12-08 20:57 ` 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=438F8136.5030005@t-online.de \
--to=knut_petersen@t-online.de \
--cc=adaplas@gmail.com \
--cc=geert@linux-m68k.org \
--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 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).