✓ CI.checkpatch: success for Refactor GT debugfs

Patchwork patchwork at emeril.freedesktop.org
Wed Feb 14 12:00:59 UTC 2024


== Series Details ==

Series: Refactor GT debugfs
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
35591fb8b4d5305b37ce31483f85ac0956eaa536
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 8e1d7cec21e9e4c0f867161805651b5702180547
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date:   Wed Feb 14 12:57:56 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.
    
    Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
+ /mt/dim checkpatch 403e424a8684b55d90b90f293a992e54f37892b3 drm-intel
55fca684a drm/xe: Store pointer to struct xe_gt in gt/ debugfs directory
ce6e370a6 drm/xe: Define helper for GT specific debugfs files
8e1d7cec2 drm/xe: Refactor GT debugfs




More information about the Intel-xe mailing list