Re: [PATCH 04/11] drm/exynos: hdmi: convert to struct drm_edid

2024-06-13 Thread Jani Nikula
On Mon, 10 Jun 2024, Inki Dae wrote: > Hi, Jani Nikula, > > Thanks for your contribution and sorry for being late. Below are my comments. > > 2024년 5월 14일 (화) 오후 9:57, Jani Nikula 님이 작성: >> >> Prefer the struct drm_edid based functions for reading the EDID and >> updating the connector. >> >> The

Re: [PATCH 04/11] drm/exynos: hdmi: convert to struct drm_edid

2024-06-10 Thread Inki Dae
Hi, Jani Nikula, Thanks for your contribution and sorry for being late. Below are my comments. 2024년 5월 14일 (화) 오후 9:57, Jani Nikula 님이 작성: > > Prefer the struct drm_edid based functions for reading the EDID and > updating the connector. > > The functional change is that the CEC physical address

[PATCH 04/11] drm/exynos: hdmi: convert to struct drm_edid

2024-05-14 Thread Jani Nikula
Prefer the struct drm_edid based functions for reading the EDID and updating the connector. The functional change is that the CEC physical address gets invalidated when the EDID could not be read. Signed-off-by: Jani Nikula --- Cc: Inki Dae Cc: Seung-Woo Kim Cc: Kyungmin Park Cc: Krzysztof