Searched refs:cdp_cfg (Results 1 – 4 of 4) sorted by relevance
142 struct dpu_hw_cdp_cfg cdp_cfg; in dpu_encoder_phys_wb_setup_fb() local165 memset(&cdp_cfg, 0, sizeof(struct dpu_hw_cdp_cfg)); in dpu_encoder_phys_wb_setup_fb()167 cdp_cfg.enable = phys_enc->dpu_kms->catalog->perf->cdp_cfg in dpu_encoder_phys_wb_setup_fb()169 cdp_cfg.ubwc_meta_enable = in dpu_encoder_phys_wb_setup_fb()171 cdp_cfg.tile_amortize_enable = in dpu_encoder_phys_wb_setup_fb()174 cdp_cfg.preload_ahead = DPU_WB_CDP_PRELOAD_AHEAD_64; in dpu_encoder_phys_wb_setup_fb()176 hw_wb->ops.setup_cdp(hw_wb, &cdp_cfg); in dpu_encoder_phys_wb_setup_fb()
1195 struct dpu_hw_cdp_cfg cdp_cfg; in dpu_plane_sspp_atomic_update() local1197 memset(&cdp_cfg, 0, sizeof(struct dpu_hw_cdp_cfg)); in dpu_plane_sspp_atomic_update()1199 cdp_cfg.enable = pdpu->catalog->perf->cdp_cfg in dpu_plane_sspp_atomic_update()1201 cdp_cfg.ubwc_meta_enable = in dpu_plane_sspp_atomic_update()1203 cdp_cfg.tile_amortize_enable = in dpu_plane_sspp_atomic_update()1206 cdp_cfg.preload_ahead = DPU_SSPP_CDP_PRELOAD_AHEAD_64; in dpu_plane_sspp_atomic_update()1208 pdpu->pipe_hw->ops.setup_cdp(pdpu->pipe_hw, &cdp_cfg, pstate->multirect_index); in dpu_plane_sspp_atomic_update()
1518 .cdp_cfg = {1554 .cdp_cfg = {1582 .cdp_cfg = {1611 .cdp_cfg = {1638 .cdp_cfg = {1667 .cdp_cfg = {1695 .cdp_cfg = {1717 .cdp_cfg = {
814 struct dpu_perf_cdp_cfg cdp_cfg[DPU_PERF_CDP_USAGE_MAX]; member