Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/
H A Ddc_link.h71 struct psr_settings { struct
152 struct psr_settings psr_settings; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_psr.c96 if (stream->link->psr_settings.psr_version == DC_PSR_VERSION_UNSUPPORTED) in dmub_psr_set_version()
101 switch (stream->link->psr_settings.psr_version) { in dmub_psr_set_version()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/clk_mgr/
H A Dclk_mgr.c97 clk_mgr->psr_allow_active_cache = edp_link->psr_settings.psr_allow_active; in clk_mgr_exit_optimized_pwr_state()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link.c1578 link->psr_settings.psr_version = DC_PSR_VERSION_UNSUPPORTED; in dc_link_construct()
2593 link->psr_settings.psr_allow_active = allow_active; in dc_link_set_psr_allow_active()
2595 if (psr != NULL && link->psr_settings.psr_feature_enabled) in dc_link_set_psr_allow_active()
2597 …else if ((dmcu != NULL && dmcu->funcs->is_dmcu_initialized(dmcu)) && link->psr_settings.psr_featur… 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()
H A Ddc.c3055 if (link->psr_settings.psr_feature_enabled) { in dc_set_psr_allow_active()
3056 if (enable && !link->psr_settings.psr_allow_active) in dc_set_psr_allow_active()
3058 else if (!enable && link->psr_settings.psr_allow_active) in dc_set_psr_allow_active()
H A Ddc_link_dp.c2534 if (!link->psr_settings.psr_feature_enabled) in handle_hpd_irq_psr_sink()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/info_packet/
H A Dinfo_packet.c148 if (stream->link->psr_settings.psr_version != DC_PSR_VERSION_UNSUPPORTED) in mod_build_vsc_infopacket()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_hw_sequencer.c97 if (pipe_ctx->stream->link->psr_settings.psr_feature_enabled) in dce60_should_enable_fbc()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c4882 if (stream->link->psr_settings.psr_feature_enabled) { in create_stream_for_sink()
7444 acrtc_state->stream->link->psr_settings.psr_allow_active) in amdgpu_dm_commit_planes()
7472 acrtc_state->stream->link->psr_settings.psr_version != DC_PSR_VERSION_UNSUPPORTED && in amdgpu_dm_commit_planes()
7473 !acrtc_state->stream->link->psr_settings.psr_feature_enabled) in amdgpu_dm_commit_planes()
7476 acrtc_state->stream->link->psr_settings.psr_feature_enabled && in amdgpu_dm_commit_planes()
7477 !acrtc_state->stream->link->psr_settings.psr_allow_active) { in amdgpu_dm_commit_planes()
9208 link->psr_settings.psr_version = DC_PSR_VERSION_UNSUPPORTED; in amdgpu_dm_set_psr_caps()
9209 link->psr_settings.psr_feature_enabled = false; in amdgpu_dm_set_psr_caps()
9211 link->psr_settings.psr_version = DC_PSR_VERSION_1; in amdgpu_dm_set_psr_caps()
9212 link->psr_settings.psr_feature_enabled = true; in amdgpu_dm_set_psr_caps()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c1496 pipe_ctx->stream->link->psr_settings.psr_feature_enabled = false; in apply_single_controller_ctx_to_hw()
1904 if (pipe_ctx->stream->link->psr_settings.psr_feature_enabled) in should_enable_fbc()