Searched refs:psr_feature_enabled (Results 1 – 11 of 11) sorted by relevance
64 link->psr_settings.psr_feature_enabled = false; in amdgpu_dm_set_psr_caps()69 link->psr_settings.psr_feature_enabled = false; in amdgpu_dm_set_psr_caps()75 link->psr_settings.psr_feature_enabled = false; in amdgpu_dm_set_psr_caps()83 link->psr_settings.psr_feature_enabled = true; in amdgpu_dm_set_psr_caps()87 link->psr_settings.psr_feature_enabled, in amdgpu_dm_set_psr_caps()131 DRM_DEBUG_DRIVER("PSR link: %d\n", link->psr_settings.psr_feature_enabled); in amdgpu_dm_link_setup_psr()
130 } else if (vblank_work->stream->link->psr_settings.psr_feature_enabled && in vblank_control_worker()
4271 bool psr_feature_enabled = false; in amdgpu_dm_initialize_drm_device() local4376 psr_feature_enabled = true; in amdgpu_dm_initialize_drm_device()4379 psr_feature_enabled = amdgpu_dc_feature_mask & DC_PSR_MASK; in amdgpu_dm_initialize_drm_device()4435 if (psr_feature_enabled) in amdgpu_dm_initialize_drm_device()4441 if (link->psr_settings.psr_feature_enabled) in amdgpu_dm_initialize_drm_device()6050 if (stream->link->psr_settings.psr_feature_enabled) { in create_stream_for_sink()7990 if (acrtc_state->stream->link->psr_settings.psr_feature_enabled) { in amdgpu_dm_commit_planes()8207 !acrtc_state->stream->link->psr_settings.psr_feature_enabled) in amdgpu_dm_commit_planes()8212 acrtc_state->stream->link->psr_settings.psr_feature_enabled) { in amdgpu_dm_commit_planes()
849 seq_printf(m, "Driver support: %s", str_yes_no(link->psr_settings.psr_feature_enabled)); in psr_capability_show()
479 if (psr != NULL && link->psr_settings.psr_feature_enabled && psr->funcs->psr_set_power_opt) in dc_link_set_psr_allow_active()483 if (psr != NULL && link->psr_settings.psr_feature_enabled && in dc_link_set_psr_allow_active()494 if (psr != NULL && link->psr_settings.psr_feature_enabled) { in dc_link_set_psr_allow_active()497 link->psr_settings.psr_feature_enabled) in dc_link_set_psr_allow_active()515 if (psr != NULL && link->psr_settings.psr_feature_enabled) in dc_link_get_psr_state()517 else if (dmcu != NULL && link->psr_settings.psr_feature_enabled) in dc_link_get_psr_state()742 link->psr_settings.psr_feature_enabled = psr->funcs->psr_copy_settings(psr, in dc_link_setup_psr()747 link->psr_settings.psr_feature_enabled = dmcu->funcs->setup_psr(dmcu, link, psr_context); in dc_link_setup_psr()753 if (link->psr_settings.psr_feature_enabled == 0) in dc_link_setup_psr()770 if (psr != NULL && link->psr_settings.psr_feature_enabled) in link_get_psr_residency()[all …]
115 if (!link->psr_settings.psr_feature_enabled) in handle_hpd_irq_psr_sink()
116 if (!edp_link->psr_settings.psr_feature_enabled) in clk_mgr_exit_optimized_pwr_state()136 if (!edp_link->psr_settings.psr_feature_enabled) in clk_mgr_optimize_pwr_state()
92 bool psr_feature_enabled; // PSR is supported by sink member
97 if (pipe_ctx->stream->link->psr_settings.psr_feature_enabled) in dce60_should_enable_fbc()
1589 pipe_ctx->stream->link->psr_settings.psr_feature_enabled = false; in apply_single_controller_ctx_to_hw()2015 if (pipe_ctx->stream->link->psr_settings.psr_feature_enabled) in should_enable_fbc()
4509 if (link->psr_settings.psr_feature_enabled) { in dc_set_psr_allow_active()4977 if (link->psr_settings.psr_feature_enabled) in dc_notify_vsync_int_state()
Completed in 47 milliseconds