Re: [Freedreno] [DPU PATCH] drm/msm: Add pm_runtime_get/put calls to dpu

2018-03-15 Thread skolluku
On 2018-03-15 20:12, skoll...@codeaurora.org wrote: On 2018-03-14 20:37, Sean Paul wrote: Ensure that pm_runtime is properly referenced/unreferenced when we need it. Signed-off-by: Sean Paul Reviewed-by: Sravanthi Kollukuduru --- Didn't get

Re: [Freedreno] [DPU PATCH] drm/msm: Add pm_runtime_get/put calls to dpu

2018-03-15 Thread skolluku
On 2018-03-14 20:37, Sean Paul wrote: Ensure that pm_runtime is properly referenced/unreferenced when we need it. Signed-off-by: Sean Paul --- Didn't get a response to my suggestion, so wrote the patch anyways. Thoughts? This patch looks fine for now. The plan is to

[Freedreno] [DPU PATCH] drm/msm: Add pm_runtime_get/put calls to dpu

2018-03-14 Thread Sean Paul
Ensure that pm_runtime is properly referenced/unreferenced when we need it. Signed-off-by: Sean Paul --- Didn't get a response to my suggestion, so wrote the patch anyways. Thoughts? drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c | 3 +++