✗ CI.checkpatch: warning for drm/i915: Fix scanline_offset for LNL+/BMG+

Patchwork patchwork at emeril.freedesktop.org
Fri Feb 7 22:36:12 UTC 2025


== Series Details ==

Series: drm/i915: Fix scanline_offset for LNL+/BMG+
URL   : https://patchwork.freedesktop.org/series/144527/
State : warning

== 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
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 6279f6e7bde5cc82296cd15e57d8ad1928eaf973
Author: Ville Syrjälä <ville.syrjala at linux.intel.com>
Date:   Fri Feb 7 23:54:06 2025 +0200

    drm/i915: Replace the HAS_DDI() in intel_crtc_scanline_offset() with specific platform checks
    
    The HDMI vs. not scanline offset stuff no longer applies to the
    latest platforms, so using HAS_DDI() is a bit confusing. Replace
    with a more specific set of conditions.
    
    Also let's just deal with the platform types in the if ladder
    itself, and handle the HDMI vs. not within the specific branch
    for those platforms.
    
    Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
+ /mt/dim checkpatch 4f934139887fd60bd4ac9027b7eec3e86ade8085 drm-intel
1e73eec882a0 drm/i915: Fix scanline_offset for LNL+ and BMG+
-:31: WARNING:MISSING_FIXES_TAG: The commit message has 'stable@', perhaps it also needs a 'Fixes:' tag?

total: 0 errors, 1 warnings, 0 checks, 10 lines checked
8438d43c11c2 drm/i915: Reverse the scanline_offset if ladder
6279f6e7bde5 drm/i915: Replace the HAS_DDI() in intel_crtc_scanline_offset() with specific platform checks




More information about the Intel-xe mailing list