Re: [PATCH v15 03/11] drm/edid: Add cea_sad helpers for freq/length

2022-08-05 Thread Jani Nikula
On Fri, 05 Aug 2022, Rex-BC Chen wrote: > On Tue, 2022-08-02 at 17:11 +0300, Jani Nikula wrote: >> On Wed, 27 Jul 2022, Bo-Chen Chen wrote: >> > From: Guillaume Ranquet >> > >> > This patch adds two helper functions that extract the frequency and >> > word >> > length from a struct cea_sad. >>

Re: [PATCH v15 03/11] drm/edid: Add cea_sad helpers for freq/length

2022-08-02 Thread Jani Nikula
On Wed, 27 Jul 2022, Bo-Chen Chen wrote: > From: Guillaume Ranquet > > This patch adds two helper functions that extract the frequency and word > length from a struct cea_sad. > > For these helper functions new defines are added that help translate the > 'freq' and 'byte2' fields into real

Re: [PATCH v15 03/11] drm/edid: Add cea_sad helpers for freq/length

2022-07-27 Thread AngeloGioacchino Del Regno
Il 27/07/22 06:50, Bo-Chen Chen ha scritto: From: Guillaume Ranquet This patch adds two helper functions that extract the frequency and word length from a struct cea_sad. For these helper functions new defines are added that help translate the 'freq' and 'byte2' fields into real numbers.