mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 23:29:10 -04:00
drm/i915/vrr: Remove unwanted comment
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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user