Re: [PATCH] drm/panel-edp: Add SDC ATNA45AF01

From: Doug Anderson
Date: Fri Dec 01 2023 - 10:19:47 EST


Hi,

On Fri, Dec 1, 2023 at 5:13 AM Abel Vesa <abel.vesa@xxxxxxxxxx> wrote:
>
> Add support for the SDC ATNA45AF01 panel.
>
> Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxx>
> ---
> drivers/gpu/drm/panel/panel-edp.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/panel/panel-edp.c b/drivers/gpu/drm/panel/panel-edp.c
> index 825fa2a0d8a5..467a42eddbe9 100644
> --- a/drivers/gpu/drm/panel/panel-edp.c
> +++ b/drivers/gpu/drm/panel/panel-edp.c
> @@ -1988,6 +1988,7 @@ static const struct edp_panel_entry edp_panels[] = {
> EDP_PANEL_ENTRY('S', 'H', 'P', 0x154c, &delay_200_500_p2e100, "LQ116M1JW10"),
>
> EDP_PANEL_ENTRY('S', 'T', 'A', 0x0100, &delay_100_500_e200, "2081116HHD028001-51D"),
> + EDP_PANEL_ENTRY('S', 'D', 'C', 0x416d, &delay_100_500_e200, "ATNA45AF01"),

'SDC' should sort above 'STA' (and 'SHP'). Each of the manufacturers
have their own "block". Since this is the first 'SDC' it should get
its own block (with a blank line before and after) between 'KDB' and
'SHP'.

-Doug