Re: [PATCH 15/16] drm/msm/dpu: add NV12 in the list of supported WB formats

2023-12-06 Thread Abhinav Kumar
On 8/30/2023 5:26 PM, Dmitry Baryshkov wrote: On Thu, 31 Aug 2023 at 01:50, Abhinav Kumar wrote: Since CDM block support has now been added for writeback blocks add NV12 in the list of supported WB formats. Signed-off-by: Abhinav Kumar --- drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c

Re: [PATCH 15/16] drm/msm/dpu: add NV12 in the list of supported WB formats

2023-08-30 Thread Dmitry Baryshkov
On Thu, 31 Aug 2023 at 01:50, Abhinav Kumar wrote: > > Since CDM block support has now been added for writeback blocks > add NV12 in the list of supported WB formats. > > Signed-off-by: Abhinav Kumar > --- > drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c | 1 + > 1 file changed, 1 insertion(+) >

[PATCH 15/16] drm/msm/dpu: add NV12 in the list of supported WB formats

2023-08-30 Thread Abhinav Kumar
Since CDM block support has now been added for writeback blocks add NV12 in the list of supported WB formats. Signed-off-by: Abhinav Kumar --- drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c b/driv