✓ CI.checkpatch: success for drm/xe: Use xe_assert in xe_device_assert_mem_access

Patchwork patchwork at emeril.freedesktop.org
Wed Mar 13 18:52:29 UTC 2024


== Series Details ==

Series: drm/xe: Use xe_assert in xe_device_assert_mem_access
URL   : https://patchwork.freedesktop.org/series/131091/
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
a9eb1ac8298ef9f9146567c29fa762d8e9efa1ef
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 45ef96b1867f3e28715802d296b514d38eb2c85e
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Wed Mar 13 11:44:30 2024 -0700

    drm/xe: Use xe_assert in xe_device_assert_mem_access
    
    The implementation of xe_device_assert_mem_access has a non-zero cost.
    Use xe_assert rather than XE_WARN_ON so it will compile out in non-debug
    kernel builds (Kconfig CONFIG_DRM_XE_DEBUG=n).
    
    Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch ca050304d54e3a0f96bf148053f738d6b62de43a drm-intel
45ef96b1867f drm/xe: Use xe_assert in xe_device_assert_mem_access




More information about the Intel-xe mailing list