Re: [PATCH 34/45] drm/msm/dp: add support to re-use and clear the panel edid

2024-12-08 Thread Dmitry Baryshkov
On Thu, Dec 05, 2024 at 08:32:05PM -0800, Abhinav Kumar wrote: > During certain cases, the dp mst connector's panel edid can be > re-used such as getting multiple get_modes() without irq_hpd and > should be cleared in cases when the connector is destroyed or when > irq hpd is received. Add support

[PATCH 34/45] drm/msm/dp: add support to re-use and clear the panel edid

2024-12-05 Thread Abhinav Kumar
During certain cases, the dp mst connector's panel edid can be re-used such as getting multiple get_modes() without irq_hpd and should be cleared in cases when the connector is destroyed or when irq hpd is received. Add support to handle these cases for the mst_connector's panel edid. Signed-off-b