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
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/
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