Re: [Freedreno] [PATCH 3/4] drm/msm: expose edid to hdmi cec adapter

2023-04-19 Thread Dmitry Baryshkov
On 18/04/2023 21:10, Arnaud Vrac wrote: When edid has been read after hpd, pass it to the cec adapter so that it can extract the physical address of the device on the cec bus. Invalidate the physical address when hpd is low. If there is another bridge in a chain (e.g. display-connector) which

[Freedreno] [PATCH 3/4] drm/msm: expose edid to hdmi cec adapter

2023-04-18 Thread Arnaud Vrac
When edid has been read after hpd, pass it to the cec adapter so that it can extract the physical address of the device on the cec bus. Invalidate the physical address when hpd is low. Signed-off-by: Arnaud Vrac --- drivers/gpu/drm/msm/hdmi/hdmi_bridge.c | 2 ++ drivers/gpu/drm/msm/hdmi/hdmi_hp