[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1b34189e-ae44-44f1-a81a-76f0e02bab91@gmx.de>
Date: Tue, 21 Jan 2025 14:18:11 +0100
From: Helge Deller <deller@....de>
To: oushixiong1025@....com
Cc: Thomas Zimmermann <tzimmermann@...e.de>, Arnd Bergmann <arnd@...db.de>,
Javier Martinez Canillas <javierm@...hat.com>, Lee Jones <lee@...nel.org>,
Uwe Kleine-König <u.kleine-koenig@...libre.com>,
linux-fbdev@...r.kernel.org, linux-kernel@...r.kernel.org,
dri-devel@...ts.freedesktop.org, Shixiong Ou <oushixiong@...inos.cn>
Subject: Re: [PATCH] fbdev/sh_mobile_lcdcfb: Use backlight helper
On 1/21/25 07:42, oushixiong1025@....com wrote:
> From: Shixiong Ou <oushixiong@...inos.cn>
>
> Signed-off-by: Shixiong Ou <oushixiong@...inos.cn>
> ---
> drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-----
> 1 file changed, 1 insertion(+), 5 deletions(-)
That patch did not apply any longer to git head.
I fixed it up manually and applied it to fbdev git tree.
Thanks!
Helge
>
> diff --git a/drivers/video/fbdev/sh_mobile_lcdcfb.c b/drivers/video/fbdev/sh_mobile_lcdcfb.c
> index 6b37b188af31..69c9067eff88 100644
> --- a/drivers/video/fbdev/sh_mobile_lcdcfb.c
> +++ b/drivers/video/fbdev/sh_mobile_lcdcfb.c
> @@ -2123,11 +2123,7 @@ sh_mobile_lcdc_channel_fb_init(struct sh_mobile_lcdc_chan *ch,
> static int sh_mobile_lcdc_update_bl(struct backlight_device *bdev)
> {
> struct sh_mobile_lcdc_chan *ch = bl_get_data(bdev);
> - int brightness = bdev->props.brightness;
> -
> - if (bdev->props.power != FB_BLANK_UNBLANK ||
> - bdev->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK))
> - brightness = 0;
> + int brightness = backlight_get_brightness(bdev);
>
> ch->bl_brightness = brightness;
> return ch->cfg->bl_info.set_brightness(brightness);
Powered by blists - more mailing lists