Re: [PATCH v2 6/7] drm/msm/dpu: assign intf to encoder in mode_set

2019-03-04 Thread Sean Paul
On Wed, Feb 13, 2019 at 05:19:15PM -0800, Jeykumar Sankaran wrote: > Iterate and assign HW intf block to physical encoders > in encoder modeset. Moving all the HW block assignments > to encoder modeset to allow easy switching to state > based resource management. > > Signed-off-by: Jeykumar

[PATCH v2 6/7] drm/msm/dpu: assign intf to encoder in mode_set

2019-02-13 Thread Jeykumar Sankaran
Iterate and assign HW intf block to physical encoders in encoder modeset. Moving all the HW block assignments to encoder modeset to allow easy switching to state based resource management. Signed-off-by: Jeykumar Sankaran --- drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c| 22