Home
last modified time | relevance | path

Searched refs:allow_freesync (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h240 bool allow_freesync; member
352 bool *allow_freesync; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/
H A Ddml21_translation_helper.c127 timing->drr_config.disallowed = !stream->allow_freesync; in populate_dml21_timing_config_from_stream_state()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c844 …(drr_pipe->stream->allow_freesync || drr_pipe->stream->vrr_active_variable || drr_pipe->stream->vr… in subvp_drr_schedulable()
3433 … if ((context->stream_count == 1 && !pipe->stream->allow_freesync) || context->stream_count > 1) { in dcn32_allow_subvp_high_refresh_rate()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c2027 if (!context->streams[0]->allow_freesync) in dcn30_can_support_mclk_switch_using_fw_based_vblank_stretch()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c684 if (pipe_ctx->stream->allow_freesync == 1) { in set_p_state_switch_method()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c9741 new_stream->allow_freesync = mod_freesync_get_freesync_enabled(&vrr_params); in update_freesync_state_on_stream()