Searched refs:psr_settings (Results 1 – 13 of 13) sorted by relevance
48 link->psr_settings.psr_version = DC_PSR_VERSION_UNSUPPORTED; in amdgpu_dm_set_psr_caps()49 link->psr_settings.psr_feature_enabled = false; in amdgpu_dm_set_psr_caps()51 link->psr_settings.psr_version = DC_PSR_VERSION_1; in amdgpu_dm_set_psr_caps()52 link->psr_settings.psr_feature_enabled = true; in amdgpu_dm_set_psr_caps()55 DRM_INFO("PSR support:%d\n", link->psr_settings.psr_feature_enabled); in amdgpu_dm_set_psr_caps()89 DRM_DEBUG_DRIVER("PSR link: %d\n", link->psr_settings.psr_feature_enabled); in amdgpu_dm_link_setup_psr()
1238 if (vblank_work->stream->link->psr_settings.psr_allow_active) in vblank_control_worker()1240 } else if (vblank_work->stream->link->psr_settings.psr_feature_enabled && in vblank_control_worker()1241 !vblank_work->stream->link->psr_settings.psr_allow_active && in vblank_control_worker()6365 if (stream->link->psr_settings.psr_feature_enabled) { in create_stream_for_sink()9255 acrtc_state->stream->link->psr_settings.psr_allow_active) in amdgpu_dm_commit_planes()9283 acrtc_state->stream->link->psr_settings.psr_version != DC_PSR_VERSION_UNSUPPORTED && in amdgpu_dm_commit_planes()9284 !acrtc_state->stream->link->psr_settings.psr_feature_enabled) in amdgpu_dm_commit_planes()9289 acrtc_state->stream->link->psr_settings.psr_feature_enabled) { in amdgpu_dm_commit_planes()
106 if (!edp_link->psr_settings.psr_feature_enabled) in clk_mgr_exit_optimized_pwr_state()108 clk_mgr->psr_allow_active_cache = edp_link->psr_settings.psr_allow_active; in clk_mgr_exit_optimized_pwr_state()126 if (!edp_link->psr_settings.psr_feature_enabled) in clk_mgr_optimize_pwr_state()
76 struct psr_settings { struct183 struct psr_settings psr_settings; member
1702 link->psr_settings.psr_version = DC_PSR_VERSION_UNSUPPORTED; in dc_link_construct_legacy()1782 link->psr_settings.psr_version = DC_PSR_VERSION_UNSUPPORTED; in dc_link_construct_dpia()2962 link->psr_settings.psr_power_opt = *power_opts; in dc_link_set_psr_allow_active()2970 link->psr_settings.psr_allow_active = *allow_active; in dc_link_set_psr_allow_active()2973 if (!link->psr_settings.psr_allow_active) in dc_link_set_psr_allow_active()2977 if (psr != NULL && link->psr_settings.psr_feature_enabled) { in dc_link_set_psr_allow_active()2982 link->psr_settings.psr_feature_enabled) in dc_link_set_psr_allow_active()3001 if (psr != NULL && link->psr_settings.psr_feature_enabled) in dc_link_get_psr_state()3003 else if (dmcu != NULL && link->psr_settings.psr_feature_enabled) in dc_link_get_psr_state()3193 if (link->psr_settings.psr_feature_enabled == 0) in dc_link_setup_psr()[all …]
3519 if (link->psr_settings.psr_feature_enabled) { in dc_set_psr_allow_active()3520 if (enable && !link->psr_settings.psr_allow_active) { in dc_set_psr_allow_active()3524 } else if (!enable && link->psr_settings.psr_allow_active) { in dc_set_psr_allow_active()3846 if (link->psr_settings.psr_feature_enabled) in dc_notify_vsync_int_state()
3414 if (!link->psr_settings.psr_feature_enabled)
126 if (stream->link->psr_settings.psr_version == DC_PSR_VERSION_UNSUPPORTED) in dmub_psr_set_version()132 switch (stream->link->psr_settings.psr_version) { in dmub_psr_set_version()
147 if (stream->link->psr_settings.psr_version != DC_PSR_VERSION_UNSUPPORTED) in mod_build_vsc_infopacket()
97 if (pipe_ctx->stream->link->psr_settings.psr_feature_enabled) in dce60_should_enable_fbc()
788 stream->link->psr_settings.psr_version == DC_PSR_VERSION_UNSUPPORTED && in dcn30_apply_idle_power_optimizations()
1649 pipe_ctx->stream->link->psr_settings.psr_feature_enabled = false;2091 if (pipe_ctx->stream->link->psr_settings.psr_feature_enabled)
3096 if ((link->link_index == 0 && link->psr_settings.psr_feature_enabled) in decide_zstate_support()
Completed in 59 milliseconds