✓ CI.checkpatch: success for Refactor GT debugfs (rev2)

Patchwork patchwork at emeril.freedesktop.org
Thu Mar 28 21:57:52 UTC 2024


== Series Details ==

Series: Refactor GT debugfs (rev2)
URL   : https://patchwork.freedesktop.org/series/129890/
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
10b531c2aeb176a1a539b4a77216232f97719cec
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 16da9e75ccc1a908350cc801bb4f4446a44dd82b
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date:   Thu Mar 28 17:28:08 2024 +0100

    drm/xe: Refactor GT debugfs
    
    We are abusing struct drm_info_list.data by storing there pointer
    to the xe_gt, while it shouldn't be used for any device specific
    data.  Use recently introduced xe_gt_debugfs_simple_show() that
    hides all details how to obtain the xe_gt pointer.  This will also
    remove the need for making copies of the struct drm_info_list
    to get GT specific definitions.
    
    Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Link: https://lore.kernel.org/r/20240214115756.1525-4-michal.wajdeczko@intel.com
    Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
+ /mt/dim checkpatch d80d79a49622684f7d0c29e26354fa55c718b48a drm-intel
73bf93a2116d drm/xe: Store pointer to struct xe_gt in gt/ debugfs directory
7f0270ed153d drm/xe: Define helper for GT specific debugfs files
16da9e75ccc1 drm/xe: Refactor GT debugfs




More information about the Intel-xe mailing list