✓ CI.checkpatch: success for drm/xe/guc: Use HXG definitions on HXG messages

Patchwork patchwork at emeril.freedesktop.org
Thu Jan 11 22:31:31 UTC 2024


== Series Details ==

Series: drm/xe/guc: Use HXG definitions on HXG messages
URL   : https://patchwork.freedesktop.org/series/128692/
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
faa12d3432d7ef7793d934cd9338c555e95a5aad
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 47e37eb27c3fac5118cb159d52cb50e74ff8fdd0
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date:   Thu Jan 11 22:06:32 2024 +0100

    drm/xe/guc: Use HXG definitions on HXG messages
    
    While parsing and processing CTB G2H messages we should extract
    underlying HXG message and use HXG definitions on such message.
    Using outer CTB layer message in HXG definitions require use of
    shifted dword index, which might be confusing:
    
            FIELD_GET(GUC_HXG_MSG_0_xxx, msg[1])
    
    instead of:
    
            FIELD_GET(GUC_HXG_MSG_0_xxx, hxg[0])
    
    Cc: Matthew Brost <matthew.brost at intel.com>
    Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
+ /mt/dim checkpatch 3095fbb4deb0722d417b6a4ad4213e2ed9ecd052 drm-intel
47e37eb27 drm/xe/guc: Use HXG definitions on HXG messages




More information about the Intel-xe mailing list