Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A 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()
H A Dlink_edp_panel_control.c884 if (power_opts && link->replay_settings.replay_power_opt_active != *power_opts) { in edp_set_replay_allow_active()
885 if (replay != NULL && link->replay_settings.replay_feature_enabled && in edp_set_replay_allow_active()
888 link->replay_settings.replay_power_opt_active = *power_opts; in edp_set_replay_allow_active()
893 if (allow_active && link->replay_settings.replay_allow_active != *allow_active) { in edp_set_replay_allow_active()
896 if (replay != NULL && link->replay_settings.replay_feature_enabled) in edp_set_replay_allow_active()
898 link->replay_settings.replay_allow_active = *allow_active; in edp_set_replay_allow_active()
914 if (replay != NULL && link->replay_settings.replay_feature_enabled) in edp_get_replay_state()
973 link->replay_settings.replay_feature_enabled = in edp_setup_replay()
975 if (link->replay_settings.replay_feature_enabled) { in edp_setup_replay()
979 link->replay_settings.config.replay_timing_sync_supported; in edp_setup_replay()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A 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()
H A Damdgpu_dm.c8182 acrtc_state->stream->link->replay_settings.replay_feature_enabled) { in amdgpu_dm_commit_planes()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_replay.c189 copy_settings_data->debug.u32All = link->replay_settings.config.debug_flags; in dmub_replay_copy_settings()
192 copy_settings_data->smu_optimizations_en = link->replay_settings.replay_smu_opt_enable; in dmub_replay_copy_settings()
193 …copy_settings_data->replay_timing_sync_supported = link->replay_settings.config.replay_timing_sync… in dmub_replay_copy_settings()
/openbmc/linux/drivers/gpu/drm/amd/display/modules/info_packet/
H A Dinfo_packet.c152 else if (stream->link->replay_settings.config.replay_supported) in mod_build_vsc_infopacket()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1543 struct replay_settings replay_settings; member
H A Ddc_types.h1055 struct replay_settings { struct
H A Ddc_dmub_srv.c902 if (pipe_ctx->stream->link->replay_settings.config.replay_supported) in dc_dmub_should_update_cursor_data()
/openbmc/linux/drivers/gpu/drm/amd/display/modules/power/
H A Dpower_helpers.c935 link->replay_settings.config = *pr_config; in init_replay_config()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c1599 pipe_ctx->stream->link->replay_settings.replay_feature_enabled = false; in apply_single_controller_ctx_to_hw()
2032 if (pipe_ctx->stream->link->replay_settings.replay_feature_enabled) in should_enable_fbc()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c3262 if (stream->link->replay_settings.config.replay_supported) in dc_dmub_should_send_dirty_rect_cmd()
5179 if (link->replay_settings.replay_feature_enabled) in dc_notify_vsync_int_state()