Re: [PATCH v2 08/16] drm/msm/dpu: add cdm blocks to RM

2023-12-08 Thread Dmitry Baryshkov
On Fri, 8 Dec 2023 at 07:07, Abhinav Kumar wrote: > > Add the RM APIs necessary to initialize and allocate CDM > blocks to be used by the rest of the DPU pipeline. > > changes in v2: > - treat cdm_init() failure as fatal > - fixed the commit text > > Signed-off-by: Abhinav Kumar

[PATCH v2 08/16] drm/msm/dpu: add cdm blocks to RM

2023-12-07 Thread Abhinav Kumar
Add the RM APIs necessary to initialize and allocate CDM blocks to be used by the rest of the DPU pipeline. changes in v2: - treat cdm_init() failure as fatal - fixed the commit text Signed-off-by: Abhinav Kumar --- drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c | 13 +