]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/i915/vrr: Remove unwanted comment
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Tue, 11 Mar 2025 09:37:44 +0000 (15:07 +0530)
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Thu, 13 Mar 2025 12:15:24 +0000 (17:45 +0530)
The comment about fixed average vtotal is incorrect.
Remove it.

Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250311093751.1329043-2-ankit.k.nautiyal@intel.com
drivers/gpu/drm/i915/display/intel_vrr.c

index cac49319026da959af10fa5663a74b247d14afda..106bfaf6649bd8af9de7af21745eb3a0c815be75 100644 (file)
@@ -276,11 +276,6 @@ intel_vrr_compute_config(struct intel_crtc_state *crtc_state,
         */
        crtc_state->vrr.vmin -= intel_vrr_flipline_offset(display);
 
-       /*
-        * When panel is VRR capable and userspace has
-        * not enabled adaptive sync mode then Fixed Average
-        * Vtotal mode should be enabled.
-        */
        if (crtc_state->uapi.vrr_enabled) {
                crtc_state->vrr.enable = true;
                crtc_state->mode_flags |= I915_MODE_FLAG_VRR;