✓ CI.checkpatch: success for Fix vrr.enable handling and add logging for fixed_rr (rev2)

Patchwork patchwork at emeril.freedesktop.org
Sat Mar 22 05:00:49 UTC 2025


== Series Details ==

Series: Fix vrr.enable handling and add logging for fixed_rr (rev2)
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 8018cd68130252ae51c0f4520190d13551d8b878
Author: Ankit Nautiyal <ankit.k.nautiyal at intel.com>
Date:   Sat Mar 22 10:13:45 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>
    Reviewed-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
+ /mt/dim checkpatch a123616cf3afc205116835d8b083f48272583dcd drm-intel
35de08292d60 drm/i915/display: Add fixed_rr to crtc_state dump
8018cd681302 drm/i915/vrr: Avoid reading vrr.enable based on fixed_rr check




More information about the Intel-xe mailing list