Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_psr.c49 link->psr_settings.psr_feature_enabled = false; 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.c1240 } else if (vblank_work->stream->link->psr_settings.psr_feature_enabled && in vblank_control_worker()
4136 bool psr_feature_enabled = false; in amdgpu_dm_initialize_drm_device() local
4225 psr_feature_enabled = true; in amdgpu_dm_initialize_drm_device()
4228 psr_feature_enabled = amdgpu_dc_feature_mask & DC_PSR_MASK; in amdgpu_dm_initialize_drm_device()
4277 if (psr_feature_enabled) in amdgpu_dm_initialize_drm_device()
6365 if (stream->link->psr_settings.psr_feature_enabled) { in create_stream_for_sink()
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()
126 if (!edp_link->psr_settings.psr_feature_enabled) in clk_mgr_optimize_pwr_state()
/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc_link.c2964 if (psr != NULL && link->psr_settings.psr_feature_enabled && psr->funcs->psr_set_power_opt) 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()
3185 link->psr_settings.psr_feature_enabled = psr->funcs->psr_copy_settings(psr, in dc_link_setup_psr()
3188 link->psr_settings.psr_feature_enabled = dmcu->funcs->setup_psr(dmcu, link, psr_context); in dc_link_setup_psr()
3193 if (link->psr_settings.psr_feature_enabled == 0) in dc_link_setup_psr()
3210 if (psr != NULL && link->psr_settings.psr_feature_enabled) in dc_link_get_psr_residency()
A Ddc.c3519 if (link->psr_settings.psr_feature_enabled) { 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/
A Ddc_link.h77 bool psr_feature_enabled; // PSR is supported by sink member
/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/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 56 milliseconds