/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_psr.c | 65 link->psr_settings.psr_feature_enabled = false; in amdgpu_dm_set_psr_caps() 70 link->psr_settings.psr_feature_enabled = false; in amdgpu_dm_set_psr_caps() 76 link->psr_settings.psr_feature_enabled = false; in amdgpu_dm_set_psr_caps() 84 link->psr_settings.psr_feature_enabled = true; in amdgpu_dm_set_psr_caps() 88 link->psr_settings.psr_feature_enabled, in amdgpu_dm_set_psr_caps() 132 DRM_DEBUG_DRIVER("PSR link: %d\n", link->psr_settings.psr_feature_enabled); in amdgpu_dm_link_setup_psr()
|
H A D | amdgpu_dm_crtc.c | 130 } else if (vblank_work->stream->link->psr_settings.psr_feature_enabled && in vblank_control_worker()
|
H A D | amdgpu_dm.c | 4337 bool psr_feature_enabled = false; in amdgpu_dm_initialize_drm_device() local 4439 psr_feature_enabled = true; in amdgpu_dm_initialize_drm_device() 4442 psr_feature_enabled = amdgpu_dc_feature_mask & DC_PSR_MASK; in amdgpu_dm_initialize_drm_device() 4499 if (psr_feature_enabled) in amdgpu_dm_initialize_drm_device() 4505 if (link->psr_settings.psr_feature_enabled) in amdgpu_dm_initialize_drm_device() 6143 if (stream->link->psr_settings.psr_feature_enabled) in create_stream_for_sink() 8139 if (acrtc_state->stream->link->psr_settings.psr_feature_enabled || in amdgpu_dm_commit_planes() 8370 !acrtc_state->stream->link->psr_settings.psr_feature_enabled) in amdgpu_dm_commit_planes() 8375 acrtc_state->stream->link->psr_settings.psr_feature_enabled) { in amdgpu_dm_commit_planes()
|
H A D | amdgpu_dm_debugfs.c | 996 seq_printf(m, "Driver support: %s", str_yes_no(link->psr_settings.psr_feature_enabled)); in psr_capability_show()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/protocols/ |
H A D | link_edp_panel_control.c | 566 if (psr != NULL && link->psr_settings.psr_feature_enabled && psr->funcs->psr_set_power_opt) in edp_set_psr_allow_active() 570 if (psr != NULL && link->psr_settings.psr_feature_enabled && in edp_set_psr_allow_active() 581 if (psr != NULL && link->psr_settings.psr_feature_enabled) { in edp_set_psr_allow_active() 584 link->psr_settings.psr_feature_enabled) in edp_set_psr_allow_active() 602 if (psr != NULL && link->psr_settings.psr_feature_enabled) in edp_get_psr_state() 604 else if (dmcu != NULL && link->psr_settings.psr_feature_enabled) in edp_get_psr_state() 824 link->psr_settings.psr_feature_enabled = psr->funcs->psr_copy_settings(psr, in edp_setup_psr() 829 link->psr_settings.psr_feature_enabled = dmcu->funcs->setup_psr(dmcu, link, psr_context); in edp_setup_psr() 835 if (link->psr_settings.psr_feature_enabled == 0) in edp_setup_psr() 852 if (psr != NULL && link->psr_settings.psr_feature_enabled) in edp_get_psr_residency() [all...] |
H A D | link_dp_irq_handler.c | 123 if (!link->psr_settings.psr_feature_enabled) in handle_hpd_irq_psr_sink()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/ |
H A D | clk_mgr.c | 116 if (!edp_link->psr_settings.psr_feature_enabled) in clk_mgr_exit_optimized_pwr_state() 137 if (!edp_link->psr_settings.psr_feature_enabled) in clk_mgr_optimize_pwr_state()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_link.h | 72 bool psr_feature_enabled; // PSR is supported by sink member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_link.c | 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_feature_enabled) 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 D | dc.c | 3067 if (link->psr_settings.psr_feature_enabled) { in dc_set_psr_allow_active()
|
H A D | dc_link_dp.c | 2534 if (!link->psr_settings.psr_feature_enabled) in handle_hpd_irq_psr_sink()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/info_packet/ |
H A D | info_packet.c | 150 if (stream->link->psr_settings.psr_feature_enabled) { in mod_build_vsc_infopacket()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce60/ |
H A D | dce60_hw_sequencer.c | 97 if (pipe_ctx->stream->link->psr_settings.psr_feature_enabled) in dce60_should_enable_fbc()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce60/ |
H A D | dce60_hw_sequencer.c | 97 if (pipe_ctx->stream->link->psr_settings.psr_feature_enabled) in dce60_should_enable_fbc()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_types.h | 1008 bool psr_feature_enabled; // PSR is supported by sink member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 4885 if (stream->link->psr_settings.psr_feature_enabled) { 7488 !acrtc_state->stream->link->psr_settings.psr_feature_enabled) 7491 acrtc_state->stream->link->psr_settings.psr_feature_enabled && 9225 link->psr_settings.psr_feature_enabled = false; 9228 link->psr_settings.psr_feature_enabled = true; 9231 DRM_INFO("PSR support:%d\n", link->psr_settings.psr_feature_enabled); 9265 DRM_DEBUG_DRIVER("PSR link: %d\n", link->psr_settings.psr_feature_enabled);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_hw_sequencer.c | 1496 pipe_ctx->stream->link->psr_settings.psr_feature_enabled = false; in apply_single_controller_ctx_to_hw() 1907 if (pipe_ctx->stream->link->psr_settings.psr_feature_enabled) in should_enable_fbc()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_hw_sequencer.c | 1597 pipe_ctx->stream->link->psr_settings.psr_feature_enabled = false; in apply_single_controller_ctx_to_hw() 2027 if (pipe_ctx->stream->link->psr_settings.psr_feature_enabled) in should_enable_fbc()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc.c | 4686 if (link->psr_settings.psr_feature_enabled) { in dc_set_psr_allow_active() 5170 if (link->psr_settings.psr_feature_enabled) in dc_notify_vsync_int_state()
|