Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_sspp.h232 void (*setup_csc)(struct dpu_hw_sspp *ctx, const struct dpu_csc_cfg *data);
Ddpu_plane.c482 static const struct dpu_csc_cfg dpu_csc_YUV2RGB_601L = {
497 static const struct dpu_csc_cfg dpu_csc10_YUV2RGB_601L = {
512 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()
965 const struct dpu_csc_cfg *csc_ptr; in dpu_plane_flush_csc()
Ddpu_hw_util.h348 const struct dpu_csc_cfg *data, bool csc10);
Ddpu_hw_mdss.h423 struct dpu_csc_cfg { struct
Ddpu_hw_util.c392 const struct dpu_csc_cfg *data, bool csc10) in dpu_hw_csc_setup()
Ddpu_hw_sspp.c506 const struct dpu_csc_cfg *data) in dpu_hw_sspp_setup_csc()