Home
last modified time | relevance | path

Searched refs:dpu_csc_cfg (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_util.h24 extern const struct dpu_csc_cfg dpu_csc_YUV2RGB_601L;
25 extern const struct dpu_csc_cfg dpu_csc10_YUV2RGB_601L;
26 extern const struct dpu_csc_cfg dpu_csc10_rgb2yuv_601l;
351 const struct dpu_csc_cfg *data, bool csc10);
H A Ddpu_hw_util.c386 const struct dpu_csc_cfg *data, bool csc10) in dpu_hw_csc_setup()
563 const struct dpu_csc_cfg dpu_csc_YUV2RGB_601L = {
578 const struct dpu_csc_cfg dpu_csc10_YUV2RGB_601L = {
593 const struct dpu_csc_cfg dpu_csc10_rgb2yuv_601l = {
H A Ddpu_hw_mdss.h316 struct dpu_csc_cfg { struct
H A Ddpu_plane.c512 static const struct dpu_csc_cfg *_dpu_plane_get_csc(struct dpu_sw_pipe *pipe, in _dpu_plane_get_csc()
515 const struct dpu_csc_cfg *csc_ptr; in _dpu_plane_get_csc()
1188 const struct dpu_csc_cfg *csc_ptr; in dpu_plane_flush_csc()