Home
last modified time | relevance | path

Searched refs:dpu_hw_dsc (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_dsc.h16 struct dpu_hw_dsc;
27 void (*dsc_disable)(struct dpu_hw_dsc *hw_dsc);
36 void (*dsc_config)(struct dpu_hw_dsc *hw_dsc,
46 void (*dsc_config_thresh)(struct dpu_hw_dsc *hw_dsc,
53 void (*dsc_bind_pingpong_blk)(struct dpu_hw_dsc *hw_dsc,
57 struct dpu_hw_dsc { struct
69 struct dpu_hw_dsc *dpu_hw_dsc_init(struct drm_device *dev, argument
74 struct dpu_hw_dsc *dpu_hw_dsc_init_1_2(struct drm_device *dev,
78 static inline struct dpu_hw_dsc *to_dpu_hw_dsc(struct dpu_hw_blk *hw) in to_dpu_hw_dsc()
80 return container_of(hw, struct dpu_hw_dsc, base); in to_dpu_hw_dsc()
H A Ddpu_encoder.c187 struct dpu_hw_dsc *hw_dsc[MAX_CHANNELS_PER_ENC];
1992 struct dpu_hw_dsc *hw_dsc, in dpu_encoder_dsc_pipe_cfg()
2022 struct dpu_hw_dsc *hw_dsc[MAX_CHANNELS_PER_ENC]; in dpu_encoder_prep_dsc()
2220 struct dpu_hw_dsc *hw_dsc, in dpu_encoder_dsc_pipe_clr()
2241 struct dpu_hw_dsc *hw_dsc[MAX_CHANNELS_PER_ENC]; in dpu_encoder_unprep_dsc()
H A Ddpu_rm.c168 struct dpu_hw_dsc *hw; in dpu_rm_init()