All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] drm/panel: Use backlight helpers
@ 2022-06-07 18:20 ` Stephen Kitt
  0 siblings, 0 replies; 22+ messages in thread
From: Stephen Kitt @ 2022-06-07 18:20 UTC (permalink / raw)
  To: Thierry Reding, Sam Ravnborg, David Airlie, Daniel Vetter
  Cc: Stephen Kitt, linux-kernel, dri-devel

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.

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          | 24 ++++---------------
 drivers/gpu/drm/panel/panel-sony-acx565akm.c  | 11 ++-------
 3 files changed, 7 insertions(+), 35 deletions(-)


base-commit: f2906aa863381afb0015a9eb7fefad885d4e5a56
-- 
2.30.2


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2022-06-10 20:33 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-07 18:20 [PATCH 0/3] drm/panel: Use backlight helpers Stephen Kitt
2022-06-07 18:20 ` Stephen Kitt
2022-06-07 18:20 ` [PATCH 1/3] drm/panel: Use backlight helper Stephen Kitt
2022-06-07 18:20   ` Stephen Kitt
2022-06-07 18:20 ` [PATCH 2/3] drm/panel: panel-dsi-cm: Use backlight helpers Stephen Kitt
2022-06-07 18:20   ` Stephen Kitt
2022-06-09 21:52   ` Sebastian Reichel
2022-06-09 21:52     ` Sebastian Reichel
2022-06-10 17:47     ` Stephen Kitt
2022-06-10 17:47       ` Stephen Kitt
2022-06-10 19:28       ` Sam Ravnborg
2022-06-10 19:28         ` Sam Ravnborg
2022-06-10 19:52         ` Stephen Kitt
2022-06-10 19:52           ` Stephen Kitt
2022-06-10 19:56           ` Stephen Kitt
2022-06-10 19:56             ` Stephen Kitt
2022-06-10 20:15             ` Sam Ravnborg
2022-06-10 20:15               ` Sam Ravnborg
2022-06-07 18:20 ` [PATCH 3/3] drm/panel: sony-acx565akm: " Stephen Kitt
2022-06-07 18:20   ` Stephen Kitt
2022-06-09 21:54   ` Sebastian Reichel
2022-06-09 21:54     ` Sebastian Reichel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.