[PATCH v6 2/5] drm/edid: Add a function to match EDID with identity

Hsin-Yi Wang hsinyi at chromium.org
Fri Mar 8 19:26:45 UTC 2024


On Fri, Mar 8, 2024 at 12:07 AM Jani Nikula <jani.nikula at linux.intel.com> wrote:
>
> On Thu, 07 Mar 2024, Hsin-Yi Wang <hsinyi at chromium.org> wrote:
> > Create a type drm_edid_ident as the identity of an EDID. Currently it
> > contains panel id and monitor name.
> >
> > Create a function that can match a given EDID and an identity:
> > 1. Reject if the panel id doesn't match.
> > 2. If name is not null in identity, try to match it in the detailed timing
> >    blocks. Note that some panel vendors put the monitor name after
> >    EDID_DETAIL_MONITOR_STRING.
> >
> > Signed-off-by: Hsin-Yi Wang <hsinyi at chromium.org>
>
> Reviewed-by: Jani Nikula <jani.nikula at intel.com>
>
> The series seems good to go. Thanks Hsin-Yi and Douglas for the
> constructive collaboration! I believe the end result is better now.
>

Thanks for everyone's suggestions to make it better.

> Thanks,
> Jani.
>
> --
> Jani Nikula, Intel


More information about the dri-devel mailing list