pipe_config->hw.adjusted_mode.crtc_vdisplay,
                   pipe_config->framestart_delay, pipe_config->msa_timing_delay);
 
-       drm_printf(&p, "vrr: %s, vmin: %d, vmax: %d, flipline: %d, pipeline full: %d, guardband: %d vsync start: %d, vsync end: %d\n",
+       drm_printf(&p, "vrr: %s, fixed rr: %s, vmin: %d, vmax: %d, flipline: %d, pipeline full: %d, guardband: %d vsync start: %d, vsync end: %d\n",
                   str_yes_no(pipe_config->vrr.enable),
+                  str_yes_no(intel_vrr_is_fixed_rr(pipe_config)),
                   pipe_config->vrr.vmin, pipe_config->vrr.vmax, pipe_config->vrr.flipline,
                   pipe_config->vrr.pipeline_full, pipe_config->vrr.guardband,
                   pipe_config->vrr.vsync_start, pipe_config->vrr.vsync_end);
 
 int intel_vrr_vmax_vblank_start(const struct intel_crtc_state *crtc_state);
 int intel_vrr_vmin_vblank_start(const struct intel_crtc_state *crtc_state);
 int intel_vrr_vblank_delay(const struct intel_crtc_state *crtc_state);
+bool intel_vrr_is_fixed_rr(const struct intel_crtc_state *crtc_state);
 
 #endif /* __INTEL_VRR_H__ */