Hi, On Fri, May 10, 2024 at 7:14 PM Cong Yang <yangcong5@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote: > > The IVO t109nw41 is a 11.0" WUXGA TFT LCD panel, use hx83102 controller > which fits in nicely with the existing panel-himax-hx83102 driver. Hence, > we add a new compatible with panel specific config. > > Signed-off-by: Cong Yang <yangcong5@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> > --- > Chage since V6: > > - Add hx83102_enable_extended_cmds(&dsi_ctx, false) at end of inital cmds. > > V5: https://lore.kernel.org/all/20240509015207.3271370-8-yangcong5@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx > > Chage since V5: > > - Adjust inital cmds indentation and check accum_err before calling mdelay in init(). > - Adjust somes inital cmds to Optimize gamma. > > V4: https://lore.kernel.org/all/20240507135234.1356855-8-yangcong5@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx > > Chage since V4: > > - inital cmds use lowercasehex. > > V3: https://lore.kernel.org/all/20240424023010.2099949-8-yangcong5@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx > > Chage since V3: > > - Depend Dous'series [1]. > [1]: https://lore.kernel.org/all/20240501154251.3302887-1-dianders@xxxxxxxxxxxx > > V2: https://lore.kernel.org/all/20240422090310.3311429-8-yangcong5@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx > > --- > drivers/gpu/drm/panel/panel-himax-hx83102.c | 131 ++++++++++++++++++++ > 1 file changed, 131 insertions(+) Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>