✓ CI.checkpatch: success for drm/xe/guc: Return CTB response length

Patchwork patchwork at emeril.freedesktop.org
Thu Jan 11 15:30:14 UTC 2024


== Series Details ==

Series: drm/xe/guc: Return CTB response length
URL   : https://patchwork.freedesktop.org/series/128675/
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 008599d79de978f235b5d33cf827ca36411e6ac6
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date:   Thu Jan 11 16:27:24 2024 +0100

    drm/xe/guc: Return CTB response length
    
    Not all CTB responses from the GuC are fixed size and we need to
    pass response length to the caller, if there was a response_buffer.
    Easiest solution is to return it as positive value from all
    xe_guc_ct_send_recv() functions.  The CTB response length is always
    between 1 and 254 (ie. GUC_HXG_MSG_MIN_LEN and GUC_CTB_MAX_DWORDS
    - GUC_HXG_MSG_MIN_LEN).
    
    Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
    Cc: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 79184e72263e91528195db01783148435c7e4fad drm-intel
008599d79 drm/xe/guc: Return CTB response length




More information about the Intel-xe mailing list