Home
last modified time | relevance | path

Searched refs:psr_settings (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_psr.c48 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()
A Damdgpu_dm.c1238 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()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/
A Dclk_mgr.c106 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()
/linux/drivers/gpu/drm/amd/display/dc/
A Ddc_link.h76 struct psr_settings { struct
183 struct psr_settings psr_settings; member
/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc_link.c1702 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 …]
A Ddc.c3519 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()
A Ddc_link_dp.c3414 if (!link->psr_settings.psr_feature_enabled)
/linux/drivers/gpu/drm/amd/display/dc/dce/
A Ddmub_psr.c126 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()
/linux/drivers/gpu/drm/amd/display/modules/info_packet/
A Dinfo_packet.c147 if (stream->link->psr_settings.psr_version != DC_PSR_VERSION_UNSUPPORTED) in mod_build_vsc_infopacket()
/linux/drivers/gpu/drm/amd/display/dc/dce60/
A Ddce60_hw_sequencer.c97 if (pipe_ctx->stream->link->psr_settings.psr_feature_enabled) in dce60_should_enable_fbc()
/linux/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_hwseq.c788 stream->link->psr_settings.psr_version == DC_PSR_VERSION_UNSUPPORTED && in dcn30_apply_idle_power_optimizations()
/linux/drivers/gpu/drm/amd/display/dc/dce110/
A Ddce110_hw_sequencer.c1649 pipe_ctx->stream->link->psr_settings.psr_feature_enabled = false;
2091 if (pipe_ctx->stream->link->psr_settings.psr_feature_enabled)
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_resource.c3096 if ((link->link_index == 0 && link->psr_settings.psr_feature_enabled) in decide_zstate_support()

Completed in 63 milliseconds