dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] add more multi functions to streamline error handling
@ 2024-08-06 13:59 Tejas Vipin
  2024-08-06 13:59 ` [PATCH v3 1/2] drm/mipi-dsi: add more multi functions for better " Tejas Vipin
  2024-08-06 13:59 ` [PATCH v3 2/2] drm/panel: startek-kd070fhfid015: transition to mipi_dsi wrapped functions Tejas Vipin
  0 siblings, 2 replies; 9+ messages in thread
From: Tejas Vipin @ 2024-08-06 13:59 UTC (permalink / raw)
  To: maarten.lankhorst, mripard, tzimmermann, neil.armstrong,
	quic_jesszhan
  Cc: dianders, airlied, daniel, dri-devel, linux-kernel, Tejas Vipin

This series adds more multi style functions and uses them in the 
startek-kd070fhfid015 panel. Additionally it marks the older functions
as deprecated.
---
Changes in v3:
    - Removed mipi_dsi_dcs_get_display_brightness_multi
    - Unmarked mipi_dsi_dcs_get_display_brightness as deprecated

Changes in v2:
    - Improved formatting
    - Rewrote hex as lowercase
    - Marked old functions as deprecated
    - Added more functions to transition

v1: https://lore.kernel.org/all/20240628182428.171031-1-tejasvipin76@gmail.com/
v2: https://lore.kernel.org/all/20240730060659.455953-1-tejasvipin76@gmail.com/
---
Tejas Vipin (2):
  drm/mipi-dsi: add more multi functions for better error handling
  drm/panel: startek-kd070fhfid015: transition to mipi_dsi wrapped
    functions

 drivers/gpu/drm/drm_mipi_dsi.c                | 194 ++++++++++++++++++
 .../drm/panel/panel-startek-kd070fhfid015.c   | 115 ++++-------
 include/drm/drm_mipi_dsi.h                    |  10 +
 3 files changed, 239 insertions(+), 80 deletions(-)

-- 
2.46.0


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

end of thread, other threads:[~2024-08-13 18:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-06 13:59 [PATCH v3 0/2] add more multi functions to streamline error handling Tejas Vipin
2024-08-06 13:59 ` [PATCH v3 1/2] drm/mipi-dsi: add more multi functions for better " Tejas Vipin
2024-08-07 22:53   ` Doug Anderson
2024-08-08 21:19   ` Jessica Zhang
2024-08-13 18:16   ` Doug Anderson
2024-08-06 13:59 ` [PATCH v3 2/2] drm/panel: startek-kd070fhfid015: transition to mipi_dsi wrapped functions Tejas Vipin
2024-08-07 22:54   ` Doug Anderson
2024-08-08 21:02   ` Jessica Zhang
2024-08-13 18:16   ` Doug Anderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox