Re: [PATCH v3 08/18] drm/msm/dpu: add writeback blocks to DPU RM

2022-04-21 Thread Dmitry Baryshkov
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

[PATCH v3 08/18] drm/msm/dpu: add writeback blocks to DPU RM

2022-04-20 Thread Abhinav Kumar
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