Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_edp_panel_control.c897 if (power_opts && link->replay_settings.replay_power_opt_active != *power_opts) { in edp_set_replay_allow_active()
898 if (replay != NULL && link->replay_settings.replay_feature_enabled && in edp_set_replay_allow_active()
901 link->replay_settings.replay_power_opt_active = *power_opts; in edp_set_replay_allow_active()
906 if (allow_active && link->replay_settings.replay_allow_active != *allow_active) { in edp_set_replay_allow_active()
909 if (replay != NULL && link->replay_settings.replay_feature_enabled) in edp_set_replay_allow_active()
911 link->replay_settings.replay_allow_active = *allow_active; in edp_set_replay_allow_active()
927 if (replay != NULL && link->replay_settings.replay_feature_enabled) in edp_get_replay_state()
985 link->replay_settings.replay_feature_enabled = in edp_setup_replay()
987 if (link->replay_settings.replay_feature_enabled) { in edp_setup_replay()
991 link->replay_settings.config.replay_timing_sync_supported; in edp_setup_replay()
[all …]
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_replay.c85 if (link->replay_settings.config.replay_supported) in amdgpu_dm_set_replay_caps()
127 pr_config = &link->replay_settings.config; in amdgpu_dm_link_setup_replay()
141 link->replay_settings.replay_feature_enabled = true; in amdgpu_dm_link_setup_replay()
H A Damdgpu_dm_crtc.c131 bool is_sr_active = (link->replay_settings.replay_allow_active || in amdgpu_dm_crtc_set_panel_sr_feature()
140 if (link->replay_settings.replay_feature_enabled && in amdgpu_dm_crtc_set_panel_sr_feature()
H A Damdgpu_dm.c8896 struct replay_settings *pr = &acrtc_state->stream->link->replay_settings; in amdgpu_dm_enable_self_refresh()
9079 acrtc_state->stream->link->replay_settings.replay_feature_enabled) { in amdgpu_dm_commit_planes()
9270 if (acrtc_state->stream->link->replay_settings.replay_allow_active) in amdgpu_dm_commit_planes()
12262 amdgpu_dm_connector->dc_link->replay_settings.config.replay_supported) { in amdgpu_dm_update_freesync_caps()
12263 amdgpu_dm_connector->dc_link->replay_settings.config.replay_supported = false; in amdgpu_dm_update_freesync_caps()
12264 amdgpu_dm_connector->dc_link->replay_settings.replay_feature_enabled = false; in amdgpu_dm_update_freesync_caps()
H A Damdgpu_dm_debugfs.c995 if (link->replay_settings.config.replay_supported) { in replay_capability_show()
1011 seq_printf(m, "Config support: %s\n", str_yes_no(link->replay_settings.config.replay_supported)); in replay_capability_show()
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_replay.c166 copy_settings_data->debug.u32All = link->replay_settings.config.debug_flags; in dmub_replay_copy_settings()
169 copy_settings_data->smu_optimizations_en = link->replay_settings.replay_smu_opt_enable; in dmub_replay_copy_settings()
170 …copy_settings_data->replay_timing_sync_supported = link->replay_settings.config.replay_timing_sync… in dmub_replay_copy_settings()
H A Ddmub_hw_lock_mgr.c69 if (link->replay_settings.replay_feature_enabled) in should_use_dmub_lock()
/linux/drivers/gpu/drm/amd/display/modules/power/
H A Dpower_helpers.c935 link->replay_settings.config = *pr_config; in init_replay_config()
982 link->replay_settings.defer_update_coasting_vtotal_table[type] = vtotal; in set_replay_defer_update_coasting_vtotal()
988 link->replay_settings.coasting_vtotal_table[type] = in update_replay_coasting_vtotal_from_defer()
989 link->replay_settings.defer_update_coasting_vtotal_table[type]; in update_replay_coasting_vtotal_from_defer()
996 link->replay_settings.coasting_vtotal_table[type] = vtotal; in set_replay_coasting_vtotal()
1001 link->replay_settings.abm_with_ips_on_full_screen_video_pseudo_vtotal = vtotal; in set_replay_ips_full_screen_video_src_vtotal()
1018 link->replay_settings.link_off_frame_count = max_link_off_frame_count; in calculate_replay_link_off_frame_count()
/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()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1760 struct replay_settings replay_settings; member
H A Ddc_types.h1107 struct replay_settings { struct
H A Ddc_dmub_srv.c1053 if (pipe_ctx->stream->link->replay_settings.config.replay_supported) in dc_dmub_should_update_cursor_data()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn35/
H A Ddcn35_fpu.c594 bool is_replay = link && link->replay_settings.replay_feature_enabled; in dcn35_decide_zstate_support()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c3501 if (stream->link->replay_settings.config.replay_supported) in dc_dmub_should_send_dirty_rect_cmd()
5408 if (link->replay_settings.replay_feature_enabled) { in dc_set_replay_allow_active()
5409 if (active && !link->replay_settings.replay_allow_active) { in dc_set_replay_allow_active()
5414 } else if (!active && link->replay_settings.replay_allow_active) { in dc_set_replay_allow_active()
5967 if (link->replay_settings.replay_feature_enabled) in dc_notify_vsync_int_state()
6018 if (link->replay_settings.replay_feature_enabled) in dc_abm_save_restore()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1701 pipe_ctx->stream->link->replay_settings.replay_feature_enabled = false; in dce110_apply_single_controller_ctx_to_hw()
2208 if (pipe_ctx->stream->link->replay_settings.replay_feature_enabled) in should_enable_fbc()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c651 bool is_replay = link && link->replay_settings.replay_feature_enabled; in dcn35_apply_idle_power_optimizations()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1090 bool is_replay = link && link->replay_settings.replay_feature_enabled; in decide_zstate_support()