Hi,
On Fri, May 10, 2024 at 7:14 PM Cong Yang
<[email protected]> 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 <[email protected]>
> ---
> Chage since V6:
>
> - Add hx83102_enable_extended_cmds(&dsi_ctx, false) at end of inital cmds.
>
> V5: https://lore.kernel.org/all/[email protected]
>
> 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/[email protected]
>
> Chage since V4:
>
> - inital cmds use lowercasehex.
>
> V3: https://lore.kernel.org/all/[email protected]
>
> Chage since V3:
>
> - Depend Dous'series [1].
> [1]: https://lore.kernel.org/all/[email protected]
>
> V2: https://lore.kernel.org/all/[email protected]
>
> ---
> drivers/gpu/drm/panel/panel-himax-hx83102.c | 131 ++++++++++++++++++++
> 1 file changed, 131 insertions(+)
Reviewed-by: Douglas Anderson <[email protected]>