[PATCH v1 0/4] Break some CMDS into helper functions

From: Cong Yang
Date: Wed Jul 10 2024 - 04:47:42 EST


This series main purpose is to break some common CMDS into helper
functions (select page and reload CMDS), refer to the discussion
between Linus and Doug [1]. It is expected that there will be no
impact on the functionality, but I don’t have an actual board to
verify it.

[1] https://lore.kernel.org/dri-devel/CAD=FV=VssfZBxwh6i4e_mHhT8vZ_CnXCrUhoeTUeo5xN-FmASg@xxxxxxxxxxxxxx/

Cong Yang (4):
drm/panel: boe-tv101wum-nl6: Break some CMDS into helper functions
drm/panel: nt35521: Break some CMDS into helper functions
drm/panel: nt36672e: Break some CMDS into helper functions
drm/panel: ili9806e: Break some CMDS into helper functions

.../gpu/drm/panel/panel-boe-tv101wum-nl6.c | 190 ++++++------------
drivers/gpu/drm/panel/panel-ilitek-ili9806e.c | 14 +-
.../gpu/drm/panel/panel-novatek-nt36672e.c | 69 ++++---
.../panel/panel-sony-tulip-truly-nt35521.c | 29 ++-
4 files changed, 138 insertions(+), 164 deletions(-)

--
2.25.1