Hi, On Fri, May 10, 2024 at 7:13 PM Cong Yang <yangcong5@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote: > > The BOE nv110wum-l60 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: > > - No change. > > V5: https://lore.kernel.org/all/20240509015207.3271370-6-yangcong5@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx > > Chage since V5: > > - Adjust inital cmds indentation and check accum_err before calling mdelay in init().. > > V4: https://lore.kernel.org/all/20240507135234.1356855-6-yangcong5@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx > > Chage since V4: > > - Depend Dous'series [1]. > [1]: https://lore.kernel.org/all/20240501154251.3302887-1-dianders@xxxxxxxxxxxx > > V3: https://lore.kernel.org/all/20240424023010.2099949-6-yangcong5@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx > > Chage since V3: > > - inital cmds use lowercasehex. > > V2: https://lore.kernel.org/all/20240422090310.3311429-6-yangcong5@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx > > --- > drivers/gpu/drm/panel/panel-himax-hx83102.c | 133 ++++++++++++++++++++ > 1 file changed, 133 insertions(+) Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>