Home
last modified time | relevance | path

Searched refs:dpu_hw_dsc (Results 1 – 6 of 6) 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,
49 void (*dsc_bind_pingpong_blk)(struct dpu_hw_dsc *hw_dsc,
53 struct dpu_hw_dsc { struct
72 struct dpu_hw_dsc *dpu_hw_dsc_init(struct drm_device *dev,
83 struct dpu_hw_dsc *dpu_hw_dsc_init_1_2(struct drm_device *dev,
91 void dpu_hw_dsc_destroy(struct dpu_hw_dsc *dsc);
93 static inline struct dpu_hw_dsc *to_dpu_hw_dsc(struct dpu_hw_blk *hw) in to_dpu_hw_dsc()
[all …]
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()
127 static void dpu_hw_dsc_config_thresh(struct dpu_hw_dsc *hw_dsc, in dpu_hw_dsc_config_thresh()
161 struct dpu_hw_dsc *hw_dsc, in dpu_hw_dsc_bind_pingpong_blk()
193 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()
372 struct dpu_hw_dsc *dpu_hw_dsc_init_1_2(struct drm_device *dev, in dpu_hw_dsc_init_1_2()
376 struct dpu_hw_dsc *c; in dpu_hw_dsc_init_1_2()
H A Ddpu_encoder.c182 struct dpu_hw_dsc *hw_dsc[MAX_CHANNELS_PER_ENC];
1859 struct dpu_hw_dsc *hw_dsc, in dpu_encoder_dsc_pipe_cfg()
1890 struct dpu_hw_dsc *hw_dsc[MAX_CHANNELS_PER_ENC]; in dpu_encoder_prep_dsc()
2054 struct dpu_hw_dsc *hw_dsc, in dpu_encoder_dsc_pipe_clr()
2075 struct dpu_hw_dsc *hw_dsc[MAX_CHANNELS_PER_ENC]; in dpu_encoder_unprep_dsc()
H A Ddpu_rm.c150 struct dpu_hw_dsc *hw; in dpu_rm_init()
/linux/drivers/gpu/drm/msm/
H A DMakefile80 disp/dpu1/dpu_hw_dsc.o \