Re: [PATCH] drm/msm/dpu: enable cursor plane on dpu

2018-08-06 Thread skolluku
On 2018-08-03 21:07, Sean Paul wrote: On Thu, Aug 02, 2018 at 04:24:44PM +0530, Sravanthi Kollukuduru wrote: Reserve DMA pipe for cursor plane and attach it to the crtc during the initialization. Signed-off-by: Sravanthi Kollukuduru Hi Sravanthi, Thanks for sending this. I have a few comment

Re: [PATCH] drm/msm/dpu: enable cursor plane on dpu

2018-08-03 Thread Sean Paul
On Thu, Aug 02, 2018 at 04:24:44PM +0530, Sravanthi Kollukuduru wrote: > Reserve DMA pipe for cursor plane and attach it to the > crtc during the initialization. > > Signed-off-by: Sravanthi Kollukuduru Hi Sravanthi, Thanks for sending this. I have a few comments, mostly based off my own cursor

[PATCH] drm/msm/dpu: enable cursor plane on dpu

2018-08-02 Thread Sravanthi Kollukuduru
Reserve DMA pipe for cursor plane and attach it to the crtc during the initialization. Signed-off-by: Sravanthi Kollukuduru --- drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c | 5 ++- drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.h | 4 +- drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c | 53 +++