✓ CI.checkpatch: success for VRR Register Read/Write Updates (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Thu Mar 27 15:22:41 UTC 2025
== Series Details ==
Series: VRR Register Read/Write Updates (rev3)
URL : https://patchwork.freedesktop.org/series/146777/
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
99e5a866b5e13f134e606a3e29d9508d97826fb3
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit aaa12d895d13dd7dac96fba55ef558093bcb9730
Author: Ankit Nautiyal <ankit.k.nautiyal at intel.com>
Date: Thu Mar 27 20:16:29 2025 +0530
drm/i915/display: Avoid use of VTOTAL.Vtotal bits
For platforms that always use VRR Timing Generator, the VTOTAL.Vtotal
bits are not required. Since the support for these bits is going to
be deprecated in upcoming platforms, avoid writing these bits for the
platforms that do not use legacy Timing Generator.
Since for these platforms vrr.vmin is always filled with crtc_vtotal,
use TRAN_VRR_VMIN to get the vtotal for adjusted_mode.
v2: Avoid having a helper for manipulating VTOTAL register, and instead
just make the change where required. (Ville)
v3: Set crtc_vtotal instead of working with the bits directly (Ville).
Use intel_vrr_vmin_vtotal() to set the vtotal during readout. (Ville)
v4: Keep the reading part unchanged, and let it get overwritten for
cases where we use vrr.vmin. (Ville)
Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal at intel.com>
+ /mt/dim checkpatch a538fdef11bc12778532b0365d7a9e4c52bd366a drm-intel
ecad9c9778b6 drm/i915/display: Introduce transcoder_has_vrr() helper
aaa12d895d13 drm/i915/display: Avoid use of VTOTAL.Vtotal bits
More information about the Intel-xe
mailing list