On Tue, 12 Dec 2023 at 02:23, Abhinav Kumar <[email protected]> wrote: > > Since the type and usage of CSC matrices is spanning across DPU > lets introduce a helper to the dpu_hw_util to return the CSC > corresponding to the request type. This will help to add more > supported CSC types such as the RGB to YUV one which is used in > the case of CDM. > > changes in v3: > - drop the extra wrapper and export the matrices directly > > Signed-off-by: Abhinav Kumar <[email protected]> > --- > drivers/gpu/drm/msm/disp/dpu1/dpu_hw_util.h | 30 ++++++++++++++++++++ > drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c | 31 +-------------------- > 2 files changed, 31 insertions(+), 30 deletions(-)
Reviewed-by: Dmitry Baryshkov <[email protected]> -- With best wishes Dmitry
