Re: [PATCH 05/19] drm/i915/vrr: Track vrr.enable only for variable timing

2025-02-17 Thread Ville Syrjälä
On Fri, Feb 14, 2025 at 05:41:15PM +0530, Ankit Nautiyal wrote: > Since CMRR is now disabled, use the flag vrr.enable to tracks if vrr timing > generator is used with variable timings. > > Avoid setting vrr.enable for CMRR and adjust readout to not set vrr.enable > when vmax == vmin == flipline (f

[PATCH 05/19] drm/i915/vrr: Track vrr.enable only for variable timing

2025-02-14 Thread Ankit Nautiyal
Since CMRR is now disabled, use the flag vrr.enable to tracks if vrr timing generator is used with variable timings. Avoid setting vrr.enable for CMRR and adjust readout to not set vrr.enable when vmax == vmin == flipline (fixed refresh rate timing). Signed-off-by: Ankit Nautiyal --- drivers/gp