Re: [PATCH 0/3] drm/msm/dp: simplify dp_connector_get_modes()

2022-03-23 Thread Abhinav Kumar
On 3/23/2022 3:35 AM, Dmitry Baryshkov wrote: As noted by Ville Syrjälä [1] the dp_connector_get_modes() has weird on-stack interim copy of the mode. When reviewing the mentioned patch I noticed that the rest of the code in dp_connector_get_modes() is weird, unused since September of 2020 and

[PATCH 0/3] drm/msm/dp: simplify dp_connector_get_modes()

2022-03-23 Thread Dmitry Baryshkov
As noted by Ville Syrjälä [1] the dp_connector_get_modes() has weird on-stack interim copy of the mode. When reviewing the mentioned patch I noticed that the rest of the code in dp_connector_get_modes() is weird, unused since September of 2020 and can be removed. This series removes dead weird code