Re: [PATCH 09/11] drm/tegra: convert to struct drm_edid

2024-08-27 Thread Daniel Vetter
On Thu, Aug 22, 2024 at 07:32:15PM +0300, Jani Nikula wrote: > On Mon, 24 Jun 2024, Daniel Vetter wrote: > > On Tue, May 14, 2024 at 03:55:15PM +0300, Jani Nikula wrote: > >> Prefer the struct drm_edid based functions for reading the EDID and > >> updating the connector. > >> > >> Signed-off-by:

Re: [PATCH 09/11] drm/tegra: convert to struct drm_edid

2024-08-22 Thread Jani Nikula
On Mon, 24 Jun 2024, Daniel Vetter wrote: > On Tue, May 14, 2024 at 03:55:15PM +0300, Jani Nikula wrote: >> Prefer the struct drm_edid based functions for reading the EDID and >> updating the connector. >> >> Signed-off-by: Jani Nikula >> >> --- >> >> Cc: Thierry Reding >> Cc: Mikko Perttunen

Re: [PATCH 09/11] drm/tegra: convert to struct drm_edid

2024-06-24 Thread Daniel Vetter
On Tue, May 14, 2024 at 03:55:15PM +0300, Jani Nikula wrote: > Prefer the struct drm_edid based functions for reading the EDID and > updating the connector. > > Signed-off-by: Jani Nikula > > --- > > Cc: Thierry Reding > Cc: Mikko Perttunen > Cc: Jonathan Hunter > Cc: linux-te...@vger.kernel