Re: [PATCH v2 5/7] drm/msm/dpu: map mixer/ctl hw blocks in encoder modeset

2019-03-04 Thread Sean Paul
On Wed, Feb 13, 2019 at 05:19:14PM -0800, Jeykumar Sankaran wrote: > After resource allocation, iterate and populate mixer/ctl > hw blocks in encoder modeset thereby centralizing all > the resource mapping to the CRTC. This change is made > for easy switching to state based allocation using >

[PATCH v2 5/7] drm/msm/dpu: map mixer/ctl hw blocks in encoder modeset

2019-02-13 Thread Jeykumar Sankaran
After resource allocation, iterate and populate mixer/ctl hw blocks in encoder modeset thereby centralizing all the resource mapping to the CRTC. This change is made for easy switching to state based allocation using private objects later in this series. Signed-off-by: Jeykumar Sankaran ---