Re: [PATCH v4 04/15] drm/edid: Use new encoded panel id style for quirks matching

2021-09-14 Thread Doug Anderson
Hi, On Tue, Sep 14, 2021 at 12:36 PM Andrzej Hajda wrote: > > > W dniu 14.09.2021 o 20:59, Jani Nikula pisze: > > On Tue, 14 Sep 2021, Doug Anderson wrote: > >> Hi, > >> > >> On Tue, Sep 14, 2021 at 11:16 AM Jani Nikula > >> wrote: > >>> On Thu, 09 Sep 2021, Douglas Anderson wrote: > In t

Re: [PATCH v4 04/15] drm/edid: Use new encoded panel id style for quirks matching

2021-09-14 Thread Andrzej Hajda
W dniu 14.09.2021 o 20:59, Jani Nikula pisze: > On Tue, 14 Sep 2021, Doug Anderson wrote: >> Hi, >> >> On Tue, Sep 14, 2021 at 11:16 AM Jani Nikula >> wrote: >>> On Thu, 09 Sep 2021, Douglas Anderson wrote: In the patch ("drm/edid: Allow the querying/working with the panel ID from th

Re: [PATCH v4 04/15] drm/edid: Use new encoded panel id style for quirks matching

2021-09-14 Thread Jani Nikula
On Tue, 14 Sep 2021, Doug Anderson wrote: > Hi, > > On Tue, Sep 14, 2021 at 11:16 AM Jani Nikula > wrote: >> >> On Thu, 09 Sep 2021, Douglas Anderson wrote: >> > In the patch ("drm/edid: Allow the querying/working with the panel ID >> > from the EDID") we introduced a different way of working wi

Re: [PATCH v4 04/15] drm/edid: Use new encoded panel id style for quirks matching

2021-09-14 Thread Jani Nikula
On Thu, 09 Sep 2021, Douglas Anderson wrote: > In the patch ("drm/edid: Allow the querying/working with the panel ID > from the EDID") we introduced a different way of working with the > panel ID stored in the EDID. Let's use this new way for the quirks > code. > > Advantages of the new style: > *

Re: [PATCH v4 04/15] drm/edid: Use new encoded panel id style for quirks matching

2021-09-14 Thread Doug Anderson
Hi, On Tue, Sep 14, 2021 at 11:16 AM Jani Nikula wrote: > > On Thu, 09 Sep 2021, Douglas Anderson wrote: > > In the patch ("drm/edid: Allow the querying/working with the panel ID > > from the EDID") we introduced a different way of working with the > > panel ID stored in the EDID. Let's use this

Re: [PATCH v4 04/15] drm/edid: Use new encoded panel id style for quirks matching

2021-09-14 Thread Jani Nikula
On Thu, 09 Sep 2021, Douglas Anderson wrote: > In the patch ("drm/edid: Allow the querying/working with the panel ID > from the EDID") we introduced a different way of working with the > panel ID stored in the EDID. Let's use this new way for the quirks > code. > > Advantages of the new style: > *

[PATCH v4 04/15] drm/edid: Use new encoded panel id style for quirks matching

2021-09-09 Thread Douglas Anderson
In the patch ("drm/edid: Allow the querying/working with the panel ID from the EDID") we introduced a different way of working with the panel ID stored in the EDID. Let's use this new way for the quirks code. Advantages of the new style: * Smaller data structure size. Saves 4 bytes per panel. * It