✓ CI.checkpatch: success for drm/xe/oa: Remove WARN_ON's for unsupported configurations

Patchwork patchwork at emeril.freedesktop.org
Wed Jun 19 23:01:21 UTC 2024


== Series Details ==

Series: drm/xe/oa: Remove WARN_ON's for unsupported configurations
URL   : https://patchwork.freedesktop.org/series/135081/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 165e4bc176a938abca96dbe9b96916999ce0dfb0
Author: Ashutosh Dixit <ashutosh.dixit at intel.com>
Date:   Wed Jun 19 15:56:17 2024 -0700

    drm/xe/oa: Remove WARN_ON's for unsupported configurations
    
    The OA ioctl's already have drm_dbg's which are sufficient to tell the user
    that OA is not supported on unsupported configurations (execlist mode and
    platform gen < 12). Having additional WARN_ON's for these during driver
    probe create unnecessary noise. Just remove these WARN_ON's.
    
    Suggested-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
    Signed-off-by: Ashutosh Dixit <ashutosh.dixit at intel.com>
+ /mt/dim checkpatch 66d8ec4c6e7d124a021a3a8d038ed9e739cc9359 drm-intel
165e4bc176a9 drm/xe/oa: Remove WARN_ON's for unsupported configurations




More information about the Intel-xe mailing list