Home
last modified time | relevance | path

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

/openbmc/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
71 struct dpu_hw_dsc *dpu_hw_dsc_init(const struct dpu_dsc_cfg *cfg,
80 struct dpu_hw_dsc *dpu_hw_dsc_init_1_2(const struct dpu_dsc_cfg *cfg,
87 void dpu_hw_dsc_destroy(struct dpu_hw_dsc *dsc);
89 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.c36 static void dpu_hw_dsc_disable(struct dpu_hw_dsc *dsc) in dpu_hw_dsc_disable()
43 static void dpu_hw_dsc_config(struct dpu_hw_dsc *hw_dsc, in dpu_hw_dsc_config()
125 static void dpu_hw_dsc_config_thresh(struct dpu_hw_dsc *hw_dsc, in dpu_hw_dsc_config_thresh()
159 struct dpu_hw_dsc *hw_dsc, in dpu_hw_dsc_bind_pingpong_blk()
191 struct dpu_hw_dsc *dpu_hw_dsc_init(const struct dpu_dsc_cfg *cfg, in dpu_hw_dsc_init()
194 struct dpu_hw_dsc *c; in dpu_hw_dsc_init()
210 void dpu_hw_dsc_destroy(struct dpu_hw_dsc *dsc) in dpu_hw_dsc_destroy()
H A Ddpu_hw_dsc_1_2.c59 static int _dsc_calc_output_buf_max_addr(struct dpu_hw_dsc *hw_dsc, int num_softslice) in _dsc_calc_output_buf_max_addr()
69 static void dpu_hw_dsc_disable_1_2(struct dpu_hw_dsc *hw_dsc) in dpu_hw_dsc_disable_1_2()
85 static void dpu_hw_dsc_config_1_2(struct dpu_hw_dsc *hw_dsc, in dpu_hw_dsc_config_1_2()
239 static void dpu_hw_dsc_config_thresh_1_2(struct dpu_hw_dsc *hw_dsc, in dpu_hw_dsc_config_thresh_1_2()
344 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()
370 struct dpu_hw_dsc *dpu_hw_dsc_init_1_2(const struct dpu_dsc_cfg *cfg, in dpu_hw_dsc_init_1_2()
373 struct dpu_hw_dsc *c; in dpu_hw_dsc_init_1_2()
H A Ddpu_rm.c85 struct dpu_hw_dsc *hw; in dpu_rm_destroy()
214 struct dpu_hw_dsc *hw; in dpu_rm_init()
H A Ddpu_encoder.c181 struct dpu_hw_dsc *hw_dsc[MAX_CHANNELS_PER_ENC];
1805 struct dpu_hw_dsc *hw_dsc, in dpu_encoder_dsc_pipe_cfg()
1836 struct dpu_hw_dsc *hw_dsc[MAX_CHANNELS_PER_ENC]; in dpu_encoder_prep_dsc()
2000 struct dpu_hw_dsc *hw_dsc, in dpu_encoder_dsc_pipe_clr()
2021 struct dpu_hw_dsc *hw_dsc[MAX_CHANNELS_PER_ENC]; in dpu_encoder_unprep_dsc()
/openbmc/linux/drivers/gpu/drm/msm/
H A DMakefile67 disp/dpu1/dpu_hw_dsc.o \