Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_plane.c1176 struct dpu_hw_pipe_cdp_cfg *cdp_cfg = &pstate->cdp_cfg; in dpu_plane_sspp_atomic_update() local
1178 memset(cdp_cfg, 0, sizeof(struct dpu_hw_pipe_cdp_cfg)); in dpu_plane_sspp_atomic_update()
1180 cdp_cfg->enable = pdpu->catalog->perf.cdp_cfg in dpu_plane_sspp_atomic_update()
1182 cdp_cfg->ubwc_meta_enable = in dpu_plane_sspp_atomic_update()
1184 cdp_cfg->tile_amortize_enable = in dpu_plane_sspp_atomic_update()
1187 cdp_cfg->preload_ahead = DPU_SSPP_CDP_PRELOAD_AHEAD_64; in dpu_plane_sspp_atomic_update()
1189 pdpu->pipe_hw->ops.setup_cdp(pdpu->pipe_hw, cdp_cfg); in dpu_plane_sspp_atomic_update()
A Ddpu_plane.h45 struct dpu_hw_pipe_cdp_cfg cdp_cfg; member
A Ddpu_hw_catalog.c983 .cdp_cfg = {
1011 .cdp_cfg = {
1040 .cdp_cfg = {
1069 .cdp_cfg = {
1097 .cdp_cfg = {
A Ddpu_hw_catalog.h715 struct dpu_perf_cdp_cfg cdp_cfg[DPU_PERF_CDP_USAGE_MAX]; member

Completed in 14 milliseconds