diff options
author | Stephen Kitt <steve@sk2.org> | 2022-06-16 20:23:13 +0300 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2022-06-24 22:41:51 +0300 |
commit | db475c11cd592d626749c9ccd98f12c05f29ed88 (patch) | |
tree | 1f43f8cada1ef37405ffb556c037cd12201f1b11 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 91c2cbf9b6a6779ee428955fb202ae66c750aaaf (diff) | |
download | linux-db475c11cd592d626749c9ccd98f12c05f29ed88.tar.xz |
drm/panel: panel-asus-z00t-tm5p5-n35596: Use backlight helper
backlight_properties.fb_blank is deprecated. The states it represents
are handled by other properties; but instead of accessing those
properties directly, drivers should use the helpers provided by
backlight.h.
Instead of retrieving the backlight brightness in struct
backlight_properties manually, and then checking whether the backlight
should be on at all, use backlight_get_brightness() which does all
this and insulates this from future changes.
Signed-off-by: Stephen Kitt <steve@sk2.org>
Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220616172316.1355133-2-steve@sk2.org
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions