[PATCH v2 0/3] drm/panel: Use backlight helpers

From: Stephen Kitt
Date: Thu Jun 16 2022 - 14:43:43 EST


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.

This will ultimately allow fb_blank to be removed.

Changes since v1:
- remove the last remaining fb_blank reference in drm/panel in the
last patch
- remove unnecessary parentheses

Stephen Kitt (3):
drm/panel: Use backlight helper
drm/panel: panel-dsi-cm: Use backlight helpers
drm/panel: sony-acx565akm: Use backlight helpers

.../drm/panel/panel-asus-z00t-tm5p5-n35596.c | 7 +----
drivers/gpu/drm/panel/panel-dsi-cm.c | 29 ++++---------------
drivers/gpu/drm/panel/panel-sony-acx565akm.c | 12 ++------
3 files changed, 9 insertions(+), 39 deletions(-)


base-commit: f2906aa863381afb0015a9eb7fefad885d4e5a56
--
2.30.2