Searched refs:hw_dsc (Results 1 – 2 of 2) sorted by relevance
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,
187 struct dpu_hw_dsc *hw_dsc[MAX_CHANNELS_PER_ENC]; member632 if (dpu_enc->hw_dsc[i]) in dpu_encoder_use_dsc_merge()1162 struct dpu_hw_blk *hw_dsc[MAX_CHANNELS_PER_ENC]; in dpu_encoder_virt_atomic_mode_set() local1225 hw_dsc, ARRAY_SIZE(hw_dsc)); in dpu_encoder_virt_atomic_mode_set()1227 dpu_enc->hw_dsc[i] = to_dpu_hw_dsc(hw_dsc[i]); in dpu_encoder_virt_atomic_mode_set()1228 dsc_mask |= BIT(dpu_enc->hw_dsc[i]->idx - DSC_0); in dpu_encoder_virt_atomic_mode_set()1992 struct dpu_hw_dsc *hw_dsc, in dpu_encoder_dsc_pipe_cfg() argument1998 if (hw_dsc->ops.dsc_config) in dpu_encoder_dsc_pipe_cfg()1999 hw_dsc->ops.dsc_config(hw_dsc, dsc, common_mode, initial_lines); in dpu_encoder_dsc_pipe_cfg()2001 if (hw_dsc->ops.dsc_config_thresh) in dpu_encoder_dsc_pipe_cfg()[all …]