✗ CI.checkpatch: warning for drm/i915/display: Disable AuxCCS framebuffers if built for Xe (rev2)

Patchwork patchwork at emeril.freedesktop.org
Wed Feb 28 14:07:57 UTC 2024


== Series Details ==

Series: drm/i915/display: Disable AuxCCS framebuffers if built for Xe (rev2)
URL   : https://patchwork.freedesktop.org/series/130400/
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
9ab59fc4b7cb7663906ac4471a262434aef57f03
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 554534263f3d24b3b5ad4bf66498ae9bd8649a97
Author: Juha-Pekka Heikkila <juhapekka.heikkila at gmail.com>
Date:   Wed Feb 28 16:02:25 2024 +0200

    drm/i915/display: Disable AuxCCS framebuffers if built for Xe
    
    AuxCCS framebuffers don't work on Xe driver hence disable them
    from plane capabilities until they are fixed. FlatCCS framebuffers
    work and they are left enabled. CCS is left untouched for i915
    driver.
    
    Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/933
    Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila at gmail.com>
    Reviewed-by: José Roberto de Souza <jose.souza at intel.com>
+ /mt/dim checkpatch 5911a71f0d896bebb7af7cf60d60e0d36c3dde99 drm-intel
554534263f3d drm/i915/display: Disable AuxCCS framebuffers if built for Xe
-:26: WARNING:IS_ENABLED_CONFIG: IS_ENABLED(I915) is normally used as IS_ENABLED(CONFIG_I915)
#26: FILE: drivers/gpu/drm/i915/display/skl_universal_plane.c:2298:
+	if (!IS_ENABLED(I915) && !HAS_FLAT_CCS(i915))

total: 0 errors, 1 warnings, 0 checks, 9 lines checked




More information about the Intel-xe mailing list