Re: [PATCH v2 3/3] drm/msm: stop storing the array of CRTCs in struct msm_drm_private

2022-06-16 Thread Abhinav Kumar
On 5/7/2022 10:09 AM, Dmitry Baryshkov wrote: Handling the array of CRTC duplicate the struct msm_drm_private duplicates a list of CRTCs in the drm_device. Drop it and use the There seem to be two duplicates in the commit text :) So this should just be "handling the array of CRTCs

[PATCH v2 3/3] drm/msm: stop storing the array of CRTCs in struct msm_drm_private

2022-05-07 Thread Dmitry Baryshkov
Handling the array of CRTC duplicate 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 Reported-by: kernel test robot Signed-off-by: Dmitry Baryshkov --- Changes since v1: -