Re: [PATCH 07/14] drm/msm/dpu: iterate for assigned hw ctl in virtual encoder

2018-08-30 Thread Sean Paul
On Tue, Aug 28, 2018 at 05:39:56PM -0700, Jeykumar Sankaran wrote: > Instead of iterating for hw ctrl per physical encoder, this > patch moves the iterations and assignment to the virtual encoder. > Missing "Changes in" section as well as _why_ you're doing this in your description. >

[PATCH 07/14] drm/msm/dpu: iterate for assigned hw ctl in virtual encoder

2018-08-28 Thread Jeykumar Sankaran
Instead of iterating for hw ctrl per physical encoder, this patch moves the iterations and assignment to the virtual encoder. Signed-off-by: Jeykumar Sankaran --- drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c| 22 +++--- .../gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c |