mbox series

[0/2] Fix vrr.enable handling and add logging for fixed_rr

Message ID 20250315080449.2325563-1-ankit.k.nautiyal@intel.com (mailing list archive)
Headers show
Series Fix vrr.enable handling and add logging for fixed_rr | expand

Message

Ankit Nautiyal March 15, 2025, 8:04 a.m. UTC
The commit:
a27217f9d1856 ("drm/i915/vrr: Track vrr.enable only for variable timing")
adds a change in reading the vrr.enable, which is causing issue when GOP
enables VRR timing generator with fixed timings.

Add the fixed_rr status in crtc_state_dump and remove the check for
fixed_rr during readout.

Ankit Nautiyal (2):
  drm/i915/display: Add fixed_rr to crtc_state dump
  drm/i915/vrr: Avoid reading vrr.enable based on fixed_rr check

 drivers/gpu/drm/i915/display/intel_crtc_state_dump.c | 3 ++-
 drivers/gpu/drm/i915/display/intel_vrr.c             | 4 +---
 drivers/gpu/drm/i915/display/intel_vrr.h             | 1 +
 3 files changed, 4 insertions(+), 4 deletions(-)