✓ CI.checkpatch: success for VRR Refactor
Patchwork
patchwork at emeril.freedesktop.org
Tue Mar 11 09:58:03 UTC 2025
== Series Details ==
Series: VRR Refactor
URL : https://patchwork.freedesktop.org/series/146127/
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 c039ecfc05a5f348ad04c41a07bd115b0babfd6b
Author: Ankit Nautiyal <ankit.k.nautiyal at intel.com>
Date: Tue Mar 11 15:07:51 2025 +0530
drm/i915/display: Enable MSA Ignore Timing PAR only when in not fixed_rr mode
MSA Ignore Timing PAR enable is set in the DP sink when we enable variable
refresh rate.
Currently for link training we depend on flipline to decide whether we
want to ignore the msa timings. With fixed refresh rate we will still
fill the flipline in all cases whether panel supports VRR or not.
Change the condition for link training to ignore the msa timings if
vrr.in_range.
v2: Add more documentation and a #TODO for readout of vrr.in_range.
(Ville)
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 777e1850811f9864aa8b55940634d3da19712bf7 drm-intel
6f6fb621bd9e drm/i915/vrr: Remove unwanted comment
30b201efba6c drm/i915:vrr: Separate out functions to compute vmin and vmax
d720f108c6fe drm/i915/vrr: Make helpers for cmrr and vrr timings
f46b254073e5 drm/i915/vrr: Disable CMRR
2f6d459acee1 drm/i915/vrr: Track vrr.enable only for variable timing
f878cad593cf drm/i915/vrr: Use crtc_vtotal for vmin
c3bb65c6c6c0 drm/i915/vrr: Prepare for fixed refresh rate timings
c039ecfc05a5 drm/i915/display: Enable MSA Ignore Timing PAR only when in not fixed_rr mode
More information about the Intel-xe
mailing list