Searched refs:vrr_active_fixed (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h220 bool vrr_active_fixed; member in struct:dc_stream_state
314 bool *vrr_active_fixed; member in struct:dc_stream_update
H A Ddc_dmub_srv.c663 (vblank_pipe->stream->allow_freesync || vblank_pipe->stream->vrr_active_variable || vblank_pipe->stream->vrr_active_fixed))
765 (subvp_pipe->stream->allow_freesync || subvp_pipe->stream->vrr_active_variable || subvp_pipe->stream->vrr_active_fixed);
/linux-master/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource_helpers.c667 (pipe->stream->allow_freesync || pipe->stream->vrr_active_variable || pipe->stream->vrr_active_fixed)) {
728 (pipe->stream->allow_freesync || pipe->stream->vrr_active_variable || pipe->stream->vrr_active_fixed)) {
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2711 stream_update->vrr_active_variable || stream_update->vrr_active_fixed))
2972 if (update->vrr_active_fixed)
2973 stream->vrr_active_fixed = *update->vrr_active_fixed;
4611 stream_update->vrr_active_fixed ||
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c842 (drr_pipe->stream->allow_freesync || drr_pipe->stream->vrr_active_variable || drr_pipe->stream->vrr_active_fixed)) {
3429 pipe->plane_state && !(pipe->stream->vrr_active_variable || pipe->stream->vrr_active_fixed)) {
3544 !(pipe->stream->vrr_active_variable || pipe->stream->vrr_active_fixed) && blank_us < dc->debug.fpo_vactive_max_blank_us) {

Completed in 156 milliseconds