Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_plane.h43 struct dpu_hw_pipe_cdp_cfg cdp_cfg; member
Ddpu_plane.c1153 struct dpu_hw_pipe_cdp_cfg *cdp_cfg = &pstate->cdp_cfg; in dpu_plane_sspp_atomic_update() local
1155 memset(cdp_cfg, 0, sizeof(struct dpu_hw_pipe_cdp_cfg)); in dpu_plane_sspp_atomic_update()
1157 cdp_cfg->enable = pdpu->catalog->perf.cdp_cfg in dpu_plane_sspp_atomic_update()
1159 cdp_cfg->ubwc_meta_enable = in dpu_plane_sspp_atomic_update()
1161 cdp_cfg->tile_amortize_enable = in dpu_plane_sspp_atomic_update()
1164 cdp_cfg->preload_ahead = DPU_SSPP_CDP_PRELOAD_AHEAD_64; in dpu_plane_sspp_atomic_update()
1166 pdpu->pipe_hw->ops.setup_cdp(pdpu->pipe_hw, cdp_cfg); in dpu_plane_sspp_atomic_update()
Ddpu_hw_catalog.c676 .cdp_cfg = {
701 .cdp_cfg = {
728 .cdp_cfg = {
753 .cdp_cfg = {
Ddpu_hw_catalog.h693 struct dpu_perf_cdp_cfg cdp_cfg[DPU_PERF_CDP_USAGE_MAX]; member