Re: [PATCH v1 1/4] drm/panel: boe-tv101wum-nl6: Break some CMDS into helper functions

2024-07-10 Thread Doug Anderson
Hi, On Wed, Jul 10, 2024 at 1:47 AM Cong Yang wrote: > > hj110iz-01a and tv110c9m-ll3 both nt36523 controller, and they have > some common cmds, so let's break them into helper functions. > > Signed-off-by: Cong Yang > --- > .../gpu/drm/panel/panel-boe-tv101wum-nl6.c| 190 ++

[PATCH v1 1/4] drm/panel: boe-tv101wum-nl6: Break some CMDS into helper functions

2024-07-10 Thread Cong Yang
hj110iz-01a and tv110c9m-ll3 both nt36523 controller, and they have some common cmds, so let's break them into helper functions. Signed-off-by: Cong Yang --- .../gpu/drm/panel/panel-boe-tv101wum-nl6.c| 190 ++ 1 file changed, 63 insertions(+), 127 deletions(-) diff --git a/d