public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/4] Break some CMDS into helper functions
@ 2024-07-10  8:47 Cong Yang
  2024-07-10  8:47 ` [PATCH v1 1/4] drm/panel: boe-tv101wum-nl6: " Cong Yang
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Cong Yang @ 2024-07-10  8:47 UTC (permalink / raw)
  To: quic_jesszhan, neil.armstrong, mwalle, dianders, linus.walleij,
	airlied, dmitry.baryshkov
  Cc: dri-devel, devicetree, linux-kernel, Cong Yang

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=yes, Size: 965 bytes --]

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@mail.gmail.com/

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


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

end of thread, other threads:[~2024-07-25 15:00 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-10  8:47 [PATCH v1 0/4] Break some CMDS into helper functions Cong Yang
2024-07-10  8:47 ` [PATCH v1 1/4] drm/panel: boe-tv101wum-nl6: " Cong Yang
2024-07-10 19:12   ` Doug Anderson
2024-07-10  8:47 ` [PATCH v1 2/4] drm/panel: nt35521: " Cong Yang
2024-07-10 19:12   ` Doug Anderson
2024-07-10  8:47 ` [PATCH v1 3/4] drm/panel: nt36672e: " Cong Yang
2024-07-10 19:12   ` Doug Anderson
2024-07-10  8:47 ` [PATCH v1 4/4] drm/panel: ili9806e: " Cong Yang
2024-07-10  9:02   ` Michael Walle
2024-07-10 19:12     ` Doug Anderson
2024-07-10 19:38       ` Michael Walle
2024-07-11  1:08         ` cong yang
2024-07-11 19:36           ` Doug Anderson
2024-07-12 14:56             ` neil.armstrong
2024-07-12 15:50               ` Doug Anderson
2024-07-24  7:59                 ` neil.armstrong
2024-07-25 15:00 ` (subset) [PATCH v1 0/4] " Neil Armstrong

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