Re: [PATCH 4/6] drm/tegra: convert to struct drm_edid

2024-08-29 Thread Jani Nikula
On Thu, 29 Aug 2024, Thierry Reding wrote: > On Thu, Aug 22, 2024 at 08:42:50PM GMT, 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 4/6] drm/tegra: convert to struct drm_edid

2024-08-29 Thread Thierry Reding
On Thu, Aug 22, 2024 at 08:42:50PM GMT, 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.o

Re: [PATCH 4/6] drm/tegra: convert to struct drm_edid

2024-08-28 Thread Daniel Vetter
On Thu, Aug 22, 2024 at 08:42:50PM +0300, Jani Nikula wrote: > Prefer the struct drm_edid based functions for reading the EDID and > updating the connector. > > Signed-off-by: Jani Nikula This time a slightly less blind ... Reviewed-by: Daniel Vetter :-) > > --- > > Cc: Thierry Reding > C