Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h234 bool allow_freesync; member
340 bool *allow_freesync; member
H A Ddc_dmub_srv.c692 …(vblank_pipe->stream->allow_freesync || vblank_pipe->stream->vrr_active_variable || vblank_pipe->s… in populate_subvp_cmd_vblank_pipe_info()
805 …(subvp_pipe->stream->allow_freesync || subvp_pipe->stream->vrr_active_variable || subvp_pipe->stre… in populate_subvp_cmd_pipe_info()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource_helpers.c580 if (!fpo_candidate_stream->allow_freesync) in dcn32_can_support_mclk_switch_using_fw_based_vblank_stretch()
674 …(pipe->stream->allow_freesync || pipe->stream->vrr_active_variable || pipe->stream->vrr_active_fix… in dcn32_subvp_drr_admissable()
735 …(pipe->stream->allow_freesync || pipe->stream->vrr_active_variable || pipe->stream->vrr_active_fix… in dcn32_subvp_vblank_admissable()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2963 (stream_update->vrr_infopacket || stream_update->allow_freesync || in check_update_surfaces_for_stream()
3260 if (update->allow_freesync) in copy_stream_update_to_stream()
3261 stream->allow_freesync = *update->allow_freesync; in copy_stream_update_to_stream()
5063 stream_update->allow_freesync || in full_update_required()
H A Ddc_hw_sequencer.c677 if (pipe_ctx->stream->allow_freesync == 1) { in set_p_state_switch_method()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/
H A Ddml21_translation_helper.c457 timing->drr_config.disallowed = !stream->allow_freesync; in populate_dml21_timing_config_from_stream_state()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c1991 if (!context->streams[0]->allow_freesync) in dcn30_can_support_mclk_switch_using_fw_based_vblank_stretch()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c9042 new_stream->allow_freesync = mod_freesync_get_freesync_enabled(&vrr_params); in update_freesync_state_on_stream()