Re: [PATCH v2 7/7] drm/msm/dpu: check split role for single flush

2019-03-04 Thread Sean Paul
On Wed, Feb 13, 2019 at 05:19:16PM -0800, Jeykumar Sankaran wrote: > Removing unwanted access of crtc_state for finding this information. > Use split role information to know whether we have slave ctl. > > Signed-off-by: Jeykumar Sankaran Reviewed-by: Sean Paul > --- > drivers/gpu/drm/msm/dis

[PATCH v2 7/7] drm/msm/dpu: check split role for single flush

2019-02-13 Thread Jeykumar Sankaran
Removing unwanted access of crtc_state for finding this information. Use split role information to know whether we have slave ctl. Signed-off-by: Jeykumar Sankaran --- drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c | 14 +- 1 file changed, 1 insertion(+), 13 deletions(-) diff