On Thu, 21 Apr 2022 at 02:50, Abhinav Kumar wrote:
>
> Add writeback blocks to DPU resource manager so that
> the encoders can directly request them through RM.
>
> changes in v3:
> - use IS_ERR() instead of IS_ERR_OR_NULL()
>
> Signed-off-by: Abhinav Kumar
Reviewed-by: Dmitry Baryshkov
Add writeback blocks to DPU resource manager so that
the encoders can directly request them through RM.
changes in v3:
- use IS_ERR() instead of IS_ERR_OR_NULL()
Signed-off-by: Abhinav Kumar
---
drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c | 22 ++
drivers/gpu/drm/msm/disp