Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/amd/display/dc/
Ddc_stream.h231 bool allow_freesync; member
336 bool *allow_freesync; member
Ddc_dmub_srv.c677 …(vblank_pipe->stream->allow_freesync || vblank_pipe->stream->vrr_active_variable || vblank_pipe->s… in populate_subvp_cmd_vblank_pipe_info()
790 …(subvp_pipe->stream->allow_freesync || subvp_pipe->stream->vrr_active_variable || subvp_pipe->stre… in populate_subvp_cmd_pipe_info()
/openbsd/src/sys/dev/pci/drm/amd/display/dc/core/
Ddc_hw_sequencer.c546 if (pipe_ctx->stream->allow_freesync == 1) { in set_p_state_switch_method()
Damdgpu_dc.c2695 (stream_update->vrr_infopacket || stream_update->allow_freesync || in check_update_surfaces_for_stream()
2969 if (update->allow_freesync) in copy_stream_update_to_stream()
2970 stream->allow_freesync = *update->allow_freesync; in copy_stream_update_to_stream()
4724 stream_update->allow_freesync || in full_update_required()
Ddc_resource.c1348 (dc->current_state->stream_count == 1 && !stream->allow_freesync))) in is_subvp_high_refresh_candidate()
/openbsd/src/sys/dev/pci/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c8707 new_stream->allow_freesync = mod_freesync_get_freesync_enabled(&vrr_params); in update_freesync_state_on_stream()