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

2023-07-11 Thread Dmitry Baryshkov
On Fri, 19 May 2023 18:07:34 +0300, 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. > > Applied, thanks! [1/1] drm/msm: stop storing the array of CRTCs in struct

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

2023-05-23 Thread Abhinav Kumar
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 --- This was a part of https://patchwork.freedesktop.org/series/

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

2023-05-19 Thread Dmitry Baryshkov
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 --- This was a part of https://patchwork.freedesktop.org/series/105302/ Changes since v6: - Dropped applied patche