Home
last modified time | relevance | path

Searched refs:replay_settings (Results 1 – 13 of 13) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/link/protocols/
Dlink_dp_irq_handler.c191 if (!link->replay_settings.replay_feature_enabled) in handle_hpd_irq_replay_sink()
208 link->replay_settings.config.replay_error_status.bits.LINK_CRC_ERROR = in handle_hpd_irq_replay_sink()
210 link->replay_settings.config.replay_error_status.bits.DESYNC_ERROR = in handle_hpd_irq_replay_sink()
212 link->replay_settings.config.replay_error_status.bits.STATE_TRANSITION_ERROR = in handle_hpd_irq_replay_sink()
215 if (link->replay_settings.config.replay_error_status.bits.LINK_CRC_ERROR || in handle_hpd_irq_replay_sink()
216 link->replay_settings.config.replay_error_status.bits.DESYNC_ERROR || in handle_hpd_irq_replay_sink()
217 link->replay_settings.config.replay_error_status.bits.STATE_TRANSITION_ERROR) { in handle_hpd_irq_replay_sink()
237 if (link->replay_settings.replay_allow_active) { in handle_hpd_irq_replay_sink()
Dlink_edp_panel_control.c848 if (power_opts && link->replay_settings.replay_power_opt_active != *power_opts) { in edp_set_replay_allow_active()
849 if (link->replay_settings.replay_feature_enabled && replay->funcs->replay_set_power_opt) { in edp_set_replay_allow_active()
851 link->replay_settings.replay_power_opt_active = *power_opts; in edp_set_replay_allow_active()
856 if (allow_active && link->replay_settings.replay_allow_active != *allow_active) { in edp_set_replay_allow_active()
859 if (replay != NULL && link->replay_settings.replay_feature_enabled) in edp_set_replay_allow_active()
861 link->replay_settings.replay_allow_active = *allow_active; in edp_set_replay_allow_active()
877 if (replay != NULL && link->replay_settings.replay_feature_enabled) in edp_get_replay_state()
933 link->replay_settings.replay_feature_enabled = in edp_setup_replay()
935 if (link->replay_settings.replay_feature_enabled) { in edp_setup_replay()
939 link->replay_settings.config.replay_timing_sync_supported; in edp_setup_replay()
[all …]
/Linux-v6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_replay.c78 if (link->replay_settings.config.replay_supported) in amdgpu_dm_setup_replay()
104 link->replay_settings.replay_feature_enabled = true; in amdgpu_dm_setup_replay()
Damdgpu_dm_crtc.c130 if (vblank_work->stream->link->replay_settings.replay_feature_enabled) in vblank_control_worker()
Damdgpu_dm.c6140 …if (stream->link->psr_settings.psr_feature_enabled || stream->link->replay_settings.replay_feature… in create_stream_for_sink()
8149 acrtc_state->stream->link->replay_settings.replay_feature_enabled) { in amdgpu_dm_commit_planes()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dce/
Ddmub_replay.c188 copy_settings_data->debug.u32All = link->replay_settings.config.debug_flags; in dmub_replay_copy_settings()
191 copy_settings_data->smu_optimizations_en = link->replay_settings.replay_smu_opt_enable; in dmub_replay_copy_settings()
192 …copy_settings_data->replay_timing_sync_supported = link->replay_settings.config.replay_timing_sync… in dmub_replay_copy_settings()
/Linux-v6.6/drivers/gpu/drm/amd/display/modules/info_packet/
Dinfo_packet.c152 else if (stream->link->replay_settings.config.replay_supported) in mod_build_vsc_infopacket()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/
Ddc_types.h1057 struct replay_settings { struct
Ddc.h1539 struct replay_settings replay_settings; member
Ddc_dmub_srv.c902 if (pipe_ctx->stream->link->replay_settings.config.replay_supported) in dc_dmub_should_update_cursor_data()
/Linux-v6.6/drivers/gpu/drm/amd/display/modules/power/
Dpower_helpers.c931 link->replay_settings.config = *pr_config; in init_replay_config()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c1598 pipe_ctx->stream->link->replay_settings.replay_feature_enabled = false; in apply_single_controller_ctx_to_hw()
2031 if (pipe_ctx->stream->link->replay_settings.replay_feature_enabled) in should_enable_fbc()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/core/
Ddc.c3292 if (stream->link->replay_settings.config.replay_supported) in dc_dmub_should_send_dirty_rect_cmd()
5189 if (link->replay_settings.replay_feature_enabled) in dc_notify_vsync_int_state()