Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_psr.c64 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()
A Damdgpu_dm_crtc.c130 } else if (vblank_work->stream->link->psr_settings.psr_feature_enabled && in vblank_control_worker()
A Damdgpu_dm.c4271 bool psr_feature_enabled = false; in amdgpu_dm_initialize_drm_device() local
4376 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()
A Damdgpu_dm_debugfs.c849 seq_printf(m, "Driver support: %s", str_yes_no(link->psr_settings.psr_feature_enabled)); in psr_capability_show()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/protocols/
A Dlink_edp_panel_control.c479 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 …]
A Dlink_dp_irq_handler.c115 if (!link->psr_settings.psr_feature_enabled) in handle_hpd_irq_psr_sink()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/
A Dclk_mgr.c116 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()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/
A Ddc_link.h92 bool psr_feature_enabled; // PSR is supported by sink member
/linux-6.3-rc2/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-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce110/
A Ddce110_hw_sequencer.c1589 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()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/
A Ddc.c4509 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 48 milliseconds