Home
last modified time | relevance | path

Searched refs:hw_dsc (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_dsc_1_2.c74 if (!hw_dsc) in dpu_hw_dsc_disable_1_2()
77 hw = &hw_dsc->hw; in dpu_hw_dsc_disable_1_2()
78 sblk = hw_dsc->caps->sblk; in dpu_hw_dsc_disable_1_2()
97 if (!hw_dsc || !dsc) in dpu_hw_dsc_config_1_2()
100 hw = &hw_dsc->hw; in dpu_hw_dsc_config_1_2()
102 sblk = hw_dsc->caps->sblk; in dpu_hw_dsc_config_1_2()
246 if (!hw_dsc || !dsc) in dpu_hw_dsc_config_thresh_1_2()
249 hw = &hw_dsc->hw; in dpu_hw_dsc_config_thresh_1_2()
251 sblk = hw_dsc->caps->sblk; in dpu_hw_dsc_config_thresh_1_2()
351 hw = &hw_dsc->hw; in dpu_hw_dsc_bind_pingpong_blk_1_2()
[all …]
H A Ddpu_hw_dsc.c43 static void dpu_hw_dsc_config(struct dpu_hw_dsc *hw_dsc, in dpu_hw_dsc_config() argument
48 struct dpu_hw_blk_reg_map *c = &hw_dsc->hw; 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() argument
129 struct dpu_hw_blk_reg_map *c = &hw_dsc->hw; in dpu_hw_dsc_config_thresh()
159 struct dpu_hw_dsc *hw_dsc, in dpu_hw_dsc_bind_pingpong_blk() argument
162 struct dpu_hw_blk_reg_map *c = &hw_dsc->hw; in dpu_hw_dsc_bind_pingpong_blk()
166 dsc_ctl_offset = DSC_CTL(hw_dsc->idx); in dpu_hw_dsc_bind_pingpong_blk()
173 hw_dsc->idx - DSC_0, pp - PINGPONG_0); in dpu_hw_dsc_bind_pingpong_blk()
176 hw_dsc->idx - DSC_0); in dpu_hw_dsc_bind_pingpong_blk()
H A Ddpu_hw_dsc.h27 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,
H A Ddpu_encoder.c1099 hw_dsc, ARRAY_SIZE(hw_dsc)); in dpu_encoder_virt_atomic_mode_set()
1101 dpu_enc->hw_dsc[i] = to_dpu_hw_dsc(hw_dsc[i]); in dpu_encoder_virt_atomic_mode_set()
1811 if (hw_dsc->ops.dsc_config) in dpu_encoder_dsc_pipe_cfg()
1812 hw_dsc->ops.dsc_config(hw_dsc, dsc, common_mode, initial_lines); in dpu_encoder_dsc_pipe_cfg()
1815 hw_dsc->ops.dsc_config_thresh(hw_dsc, dsc); in dpu_encoder_dsc_pipe_cfg()
1821 hw_dsc->ops.dsc_bind_pingpong_blk(hw_dsc, hw_pp->idx); in dpu_encoder_dsc_pipe_cfg()
1847 hw_dsc[i] = dpu_enc->hw_dsc[i]; in dpu_encoder_prep_dsc()
2004 hw_dsc->ops.dsc_disable(hw_dsc); in dpu_encoder_dsc_pipe_clr()
2010 hw_dsc->ops.dsc_bind_pingpong_blk(hw_dsc, PINGPONG_NONE); in dpu_encoder_dsc_pipe_clr()
2027 hw_dsc[i] = dpu_enc->hw_dsc[i]; in dpu_encoder_unprep_dsc()
[all …]