Home
last modified time | relevance | path

Searched refs:dpu_hw_dsc (Results 1 – 5 of 5) 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_hw_dsc.c38 static void dpu_hw_dsc_disable(struct dpu_hw_dsc *dsc) in dpu_hw_dsc_disable()
45 static void dpu_hw_dsc_config(struct dpu_hw_dsc *hw_dsc, in dpu_hw_dsc_config()
128 static void dpu_hw_dsc_config_thresh(struct dpu_hw_dsc *hw_dsc, in dpu_hw_dsc_config_thresh()
162 struct dpu_hw_dsc *hw_dsc, in dpu_hw_dsc_bind_pingpong_blk()
192 struct dpu_hw_dsc *dpu_hw_dsc_init(struct drm_device *dev, in dpu_hw_dsc_init()
197 struct dpu_hw_dsc *c; in dpu_hw_dsc_init()
H A Ddpu_hw_dsc_1_2.c61 static int _dsc_calc_output_buf_max_addr(struct dpu_hw_dsc *hw_dsc, int num_softslice) in _dsc_calc_output_buf_max_addr()
71 static void dpu_hw_dsc_disable_1_2(struct dpu_hw_dsc *hw_dsc) in dpu_hw_dsc_disable_1_2()
87 static void dpu_hw_dsc_config_1_2(struct dpu_hw_dsc *hw_dsc, in dpu_hw_dsc_config_1_2()
241 static void dpu_hw_dsc_config_thresh_1_2(struct dpu_hw_dsc *hw_dsc, in dpu_hw_dsc_config_thresh_1_2()
346 static void dpu_hw_dsc_bind_pingpong_blk_1_2(struct dpu_hw_dsc *hw_dsc, in dpu_hw_dsc_bind_pingpong_blk_1_2()
378 struct dpu_hw_dsc *dpu_hw_dsc_init_1_2(struct drm_device *dev, in dpu_hw_dsc_init_1_2()
382 struct dpu_hw_dsc *c; in dpu_hw_dsc_init_1_2()
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()