Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/
Ddc_link.h72 bool psr_feature_enabled; // PSR is supported by sink member
/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c2595 if (psr != NULL && link->psr_settings.psr_feature_enabled) in dc_link_set_psr_allow_active()
2597 …(dmcu != NULL && dmcu->funcs->is_dmcu_initialized(dmcu)) && link->psr_settings.psr_feature_enabled) in dc_link_set_psr_allow_active()
2611 if (psr != NULL && link->psr_settings.psr_feature_enabled) in dc_link_get_psr_state()
2613 else if (dmcu != NULL && link->psr_settings.psr_feature_enabled) in dc_link_get_psr_state()
2784 link->psr_settings.psr_feature_enabled = psr->funcs->psr_copy_settings(psr, link, psr_context); in dc_link_setup_psr()
2786 link->psr_settings.psr_feature_enabled = dmcu->funcs->setup_psr(dmcu, link, psr_context); in dc_link_setup_psr()
2791 if (link->psr_settings.psr_feature_enabled == 0) in dc_link_setup_psr()
Ddc.c3064 if (link->psr_settings.psr_feature_enabled) { in dc_set_psr_allow_active()
Ddc_link_dp.c2534 if (!link->psr_settings.psr_feature_enabled) in handle_hpd_irq_psr_sink()
/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()
/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c4886 if (stream->link->psr_settings.psr_feature_enabled) { in create_stream_for_sink()
7489 !acrtc_state->stream->link->psr_settings.psr_feature_enabled) in amdgpu_dm_commit_planes()
7492 acrtc_state->stream->link->psr_settings.psr_feature_enabled && in amdgpu_dm_commit_planes()
9226 link->psr_settings.psr_feature_enabled = false; in amdgpu_dm_set_psr_caps()
9229 link->psr_settings.psr_feature_enabled = true; in amdgpu_dm_set_psr_caps()
9232 DRM_INFO("PSR support:%d\n", link->psr_settings.psr_feature_enabled); in amdgpu_dm_set_psr_caps()
9266 DRM_DEBUG_DRIVER("PSR link: %d\n", link->psr_settings.psr_feature_enabled); in amdgpu_dm_link_setup_psr()
/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c1496 pipe_ctx->stream->link->psr_settings.psr_feature_enabled = false; in apply_single_controller_ctx_to_hw()
1907 if (pipe_ctx->stream->link->psr_settings.psr_feature_enabled) in should_enable_fbc()