Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h241 bool vrr_active_fixed; member
340 bool *vrr_active_fixed; member
H A Ddc_dmub_srv.c678 …low_freesync || vblank_pipe->stream->vrr_active_variable || vblank_pipe->stream->vrr_active_fixed)) in populate_subvp_cmd_vblank_pipe_info()
791 …allow_freesync || subvp_pipe->stream->vrr_active_variable || subvp_pipe->stream->vrr_active_fixed); in populate_subvp_cmd_pipe_info()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource_helpers.c674 …->stream->allow_freesync || pipe->stream->vrr_active_variable || pipe->stream->vrr_active_fixed)) { in dcn32_subvp_drr_admissable()
735 …->stream->allow_freesync || pipe->stream->vrr_active_variable || pipe->stream->vrr_active_fixed)) { in dcn32_subvp_vblank_admissable()
/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2867 stream_update->vrr_active_variable || stream_update->vrr_active_fixed)) in check_update_surfaces_for_stream()
3169 if (update->vrr_active_fixed) in copy_stream_update_to_stream()
3170 stream->vrr_active_fixed = *update->vrr_active_fixed; in copy_stream_update_to_stream()
4942 stream_update->vrr_active_fixed || in full_update_required()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c843 …->allow_freesync || drr_pipe->stream->vrr_active_variable || drr_pipe->stream->vrr_active_fixed)) { in subvp_drr_schedulable()
3455 pipe->plane_state && !(pipe->stream->vrr_active_variable || pipe->stream->vrr_active_fixed)) { in dcn32_allow_subvp_high_refresh_rate()
3580 …pipe->stream->vrr_active_variable || pipe->stream->vrr_active_fixed || blank_us >= dc->debug.fpo_v… in dcn32_find_vactive_pipe()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/
H A Ddml21_translation_helper.c383 timing->drr_config.drr_active_fixed = stream->vrr_active_fixed; in populate_dml21_timing_config_from_stream_state()