drm/gma500: Use backlight_get_brightness() to get the brightness
authorHans de Goede <hdegoede@redhat.com>
Sat, 17 Sep 2022 20:59:18 +0000 (22:59 +0200)
committerHans de Goede <hdegoede@redhat.com>
Sun, 18 Sep 2022 19:03:10 +0000 (21:03 +0200)
commitfbf3093466d05461e3f307ffe6b1150daa4b065b
tree2412b22bf0dd832dc23218398e98b51200f4eb49
parentdec4ddbe1d4a4414092309611cc97e6b9dc7ec3f
drm/gma500: Use backlight_get_brightness() to get the brightness

Use backlight_get_brightness() instead of directly referencing
bd->props.brightness. This will take backlight_is_blank() into account,
properly setting brightness to 0 when screen-blanking has been requested
through the backlight sysfs interface.

Suggested-by: Sam Ravnborg <sam@ravnborg.org>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220917205920.647212-4-hdegoede@redhat.com
drivers/gpu/drm/gma500/backlight.c