All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Antonino A. Daplas" <adaplas@gmail.com>
To: Knut Petersen <Knut_Petersen@t-online.de>
Cc: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>,
	linux-fbdev-devel@lists.sourceforge.net
Subject: Re: [PATCH 1/1: 2.6.15-rc6] Fix framebuffer console upside-down ywrap scrolling
Date: Tue, 20 Dec 2005 15:56:09 +0800	[thread overview]
Message-ID: <43A7B919.3030103@gmail.com> (raw)
In-Reply-To: <43A7B031.6070609@t-online.de>

Knut Petersen wrote:
> Whenever ywrap scrolling is selected together with 180 degree
> screen rotation, 2.6.15-rc6 and earlier versions are broken.
> fb_pan_display() expects non-negative yoffsets, but
> ud_update_start() calls it with yoffsets down to -(yres - font height).
> This patch transforms yoffset to the correct range 0 ... vyres-1.
> 
> Some obviously unneeded parentheses are removed, too.
> 
> Verified with cyblafb, should be applied before 2.6.15-final
> because  it does fix the framebuffer rotation code introduced
> early in the 2.6.15 release cycle.
> 
> Signed-off-by: Knut Petersen <Knut_Petersen@t-online.de>
Acked-by: Antonino Daplas <adaplas@pol.net>


-------------------------------------------------------
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

      reply	other threads:[~2005-12-20  7:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-20  7:18 [PATCH 1/1: 2.6.15-rc6] Fix framebuffer console upside-down ywrap scrolling Knut Petersen
2005-12-20  7:56 ` Antonino A. Daplas [this message]

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=43A7B919.3030103@gmail.com \
    --to=adaplas@gmail.com \
    --cc=Knut_Petersen@t-online.de \
    --cc=akpm@osdl.org \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    --cc=torvalds@osdl.org \
    /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.