On 5/19/2023 8:07 AM, Dmitry Baryshkov wrote:
The array of CRTC in the struct msm_drm_private duplicates a list of CRTCs in the drm_device. Drop it and use the existing list for CRTC enumeration. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> --- This was a part of https://patchwork.freedesktop.org/series/105302/ Changes since v6: - Dropped applied patches - Dropped msm_drm_thread::crtc as suggested by Abhinav ---
Reviewed-by: Abhinav Kumar <quic_abhinavk@xxxxxxxxxxx>