On Tue, Jun 02, 2026 at 08:18:48PM +0200, Jens Glathe via B4 Relay wrote: > From: Jens Glathe <[email protected]> > > After the refactor to struct drm_edid, the fast path in > msm_dp_panel_get_modes() that already held a cached EDID called > drm_edid_connector_add_modes() directly without first calling > drm_edid_connector_update(). > > The new API requires the update step to associate the EDID with the > connector. Add the missing call. This restores correct behaviour for > the cached-EDID path. > > Fixes: 5bea90ad9743 ("drm/msm/dp: switch to struct drm_edid") > > Signed-off-by: Jens Glathe <[email protected]>
No empty lines between tags, please. Otherwise they might get ignored. With that fixed: Reviewed-by: Dmitry Baryshkov <[email protected]> -- With best wishes Dmitry
