linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Damian <dhobsong@igel.co.jp>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH] fbdev: sh_mobile_lcdcfb: add blanking support
Date: Tue, 29 Mar 2011 04:48:48 +0000	[thread overview]
Message-ID: <4D9164B0.4030008@igel.co.jp> (raw)
In-Reply-To: <1298450190-3803-1-git-send-email-gnurou@gmail.com>

Hello Magnus and Alexandre,
On 2011/03/21 16:40, Magnus Damm wrote:
> On Wed, Feb 23, 2011 at 5:36 PM, Alexandre Courbot<gnurou@gmail.com>  wrote:
>> Add a blanking callback to the LCDC driver in order to support both
>> FBIOBLANK and TIOCLINUX blanking ioctls. LCDC clocks are also released
>> if the requested blanking level is superior to FB_BLANK_NORMAL, to allow
>> runtime PM to disable the clocks if possible.
>>
>> Signed-off-by: Alexandre Courbot<gnurou@gmail.com>
>
> I just tried this on the Mackerel board, seems fine to me.
>
> Acked-by: Magnus Damm<damm@opensource.se>
> --
 > +		struct fb_fillrect rect = {
 > +			.width = info->var.xres,
 > +			.height = info->var.yres,
 > +		};
 > +		sh_mobile_lcdc_fillrect(info, &rect);

I noticed that this patch only blanks the first screen of the buffer.
What about the rest of the buffer in a double or triple-buffer 
configuration (i.e. should .height = info->var.yres_virtual instead of 
info->var.yres)?

Thanks,
Damian

      parent reply	other threads:[~2011-03-29  4:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-23  8:36 [PATCH] fbdev: sh_mobile_lcdcfb: add blanking support Alexandre Courbot
2011-03-21  7:40 ` Magnus Damm
2011-03-29  4:48 ` Damian [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=4D9164B0.4030008@igel.co.jp \
    --to=dhobsong@igel.co.jp \
    --cc=linux-sh@vger.kernel.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 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).