Home
last modified time | relevance | path

Searched refs:psr_feature_enabled (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_psr.c64 link->psr_settings.psr_feature_enabled = false; in amdgpu_dm_set_psr_caps()
69 link->psr_settings.psr_feature_enabled = false; in amdgpu_dm_set_psr_caps()
75 link->psr_settings.psr_feature_enabled = false; in amdgpu_dm_set_psr_caps()
83 link->psr_settings.psr_feature_enabled = true; in amdgpu_dm_set_psr_caps()
87 link->psr_settings.psr_feature_enabled, in amdgpu_dm_set_psr_caps()
128 DRM_DEBUG_DRIVER("PSR link: %d\n", link->psr_settings.psr_feature_enabled); in amdgpu_dm_link_setup_psr()
Damdgpu_dm_crtc.c128 } else if (vblank_work->stream->link->psr_settings.psr_feature_enabled && in vblank_control_worker()
Damdgpu_dm.c4195 bool psr_feature_enabled = false; in amdgpu_dm_initialize_drm_device() local
4297 psr_feature_enabled = true; in amdgpu_dm_initialize_drm_device()
4300 psr_feature_enabled = amdgpu_dc_feature_mask & DC_PSR_MASK; in amdgpu_dm_initialize_drm_device()
4356 if (psr_feature_enabled) in amdgpu_dm_initialize_drm_device()
4362 if (link->psr_settings.psr_feature_enabled) in amdgpu_dm_initialize_drm_device()
5855 if (stream->link->psr_settings.psr_feature_enabled) { in create_stream_for_sink()
7673 if (acrtc_state->stream->link->psr_settings.psr_feature_enabled) in amdgpu_dm_commit_planes()
7868 !acrtc_state->stream->link->psr_settings.psr_feature_enabled) in amdgpu_dm_commit_planes()
7873 acrtc_state->stream->link->psr_settings.psr_feature_enabled) { in amdgpu_dm_commit_planes()
Damdgpu_dm_debugfs.c872 seq_printf(m, "Driver support: %s", str_yes_no(link->psr_settings.psr_feature_enabled)); in psr_capability_show()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/clk_mgr/
Dclk_mgr.c115 if (!edp_link->psr_settings.psr_feature_enabled) in clk_mgr_exit_optimized_pwr_state()
135 if (!edp_link->psr_settings.psr_feature_enabled) in clk_mgr_optimize_pwr_state()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c3158 if (psr != NULL && link->psr_settings.psr_feature_enabled && psr->funcs->psr_set_power_opt) in dc_link_set_psr_allow_active()
3162 if (psr != NULL && link->psr_settings.psr_feature_enabled && in dc_link_set_psr_allow_active()
3173 if (psr != NULL && link->psr_settings.psr_feature_enabled) { in dc_link_set_psr_allow_active()
3176 link->psr_settings.psr_feature_enabled) in dc_link_set_psr_allow_active()
3195 if (psr != NULL && link->psr_settings.psr_feature_enabled) in dc_link_get_psr_state()
3197 else if (dmcu != NULL && link->psr_settings.psr_feature_enabled) in dc_link_get_psr_state()
3417 link->psr_settings.psr_feature_enabled = psr->funcs->psr_copy_settings(psr, in dc_link_setup_psr()
3423 link->psr_settings.psr_feature_enabled = dmcu->funcs->setup_psr(dmcu, link, psr_context); in dc_link_setup_psr()
3428 if (link->psr_settings.psr_feature_enabled == 0) in dc_link_setup_psr()
3445 if (psr != NULL && link->psr_settings.psr_feature_enabled) in dc_link_get_psr_residency()
[all …]
Ddc.c4239 if (link->psr_settings.psr_feature_enabled) { in dc_set_psr_allow_active()
4740 if (link->psr_settings.psr_feature_enabled) in dc_notify_vsync_int_state()
Ddc_link_dp.c3970 if (!link->psr_settings.psr_feature_enabled) in handle_hpd_irq_psr_sink()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/
Ddc_link.h100 bool psr_feature_enabled; // PSR is supported by sink member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce60/
Ddce60_hw_sequencer.c97 if (pipe_ctx->stream->link->psr_settings.psr_feature_enabled) in dce60_should_enable_fbc()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c1608 pipe_ctx->stream->link->psr_settings.psr_feature_enabled = false; in apply_single_controller_ctx_to_hw()
2034 if (pipe_ctx->stream->link->psr_settings.psr_feature_enabled) in should_enable_fbc()