✓ CI.checkpatch: success for Fix vrr.enable handling and add logging for fixed_rr
Patchwork
patchwork at emeril.freedesktop.org
Sat Mar 15 08:23:04 UTC 2025
== Series Details ==
Series: Fix vrr.enable handling and add logging for fixed_rr
URL : https://patchwork.freedesktop.org/series/146343/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
cbb4e4a079d89106c2736adc3c7de6f9dc56da07
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit f880d413159a03230f48e3871912574532c7d04f
Author: Ankit Nautiyal <ankit.k.nautiyal at intel.com>
Date: Sat Mar 15 13:34:49 2025 +0530
drm/i915/vrr: Avoid reading vrr.enable based on fixed_rr check
Currently, vrr.enable is intended only for variable refresh rate timings.
At this point, we do not set fixed refresh rate timings, but the GOP can,
which creates a problem during the readback of vrr.enable.
The GOP enables the VRR timing generator with fixed timings, while the
driver only recognizes the VRR timing generator as enabled with
variable timings. This discrepancy causes an issue due to the
fixed refresh rate check during readback. Since the VRR timing generator
is enabled and we do not support fixed timings, the readback should set
vrr.enable so that the driver can disable the VRR timing generator.
However, the current check does not allow this.
Therefore, remove the fixed refresh rate check during readback.
Fixes: 27217f9d1856 ("drm/i915/vrr: Track vrr.enable only for variable timing")
Cc: Ankit Nautiyal <ankit.k.nautiyal at intel.com>
Cc: Ville Syrjälä <ville.syrjala at linux.intel.com>
Cc: Jani Nikula <jani.nikula at linux.intel.com>
Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal at intel.com>
+ /mt/dim checkpatch deccd667e475e826a1cdd91ab9aec4f897bd30c4 drm-intel
071b82e9ca8a drm/i915/display: Add fixed_rr to crtc_state dump
f880d413159a drm/i915/vrr: Avoid reading vrr.enable based on fixed_rr check
More information about the Intel-xe
mailing list