✓ CI.checkpatch: success for Remove falsely GT-centric design in pcode and hwmon

Patchwork patchwork at emeril.freedesktop.org
Thu Aug 29 22:12:26 UTC 2024


== Series Details ==

Series: Remove falsely GT-centric design in pcode and hwmon
URL   : https://patchwork.freedesktop.org/series/137979/
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
9fe5037901cabbcdf27a6fe0dfb047ca1474d363
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 84fc6a08ee61549306d8fb2cb9aa0f3875a71d0e
Author: Matt Roper <matthew.d.roper at intel.com>
Date:   Thu Aug 29 15:06:22 2024 -0700

    drm/xe/hwmon: Treat hwmon as a per-device concept
    
    There's only one instance of hwmon per device, and MMIO access to it is
    always done through the root tile.  The code has been passing around a
    pointer to the root tile's primary GT, which is confusing since this
    isn't really a GT-level concept.  Replace that pointer with an xe_device
    pointer and use xe_root_mmio_gt(xe) to get a pointer when we need to do
    register MMIO.  This makes things easier to follow, and also cleans up
    the code in preparation for a much larger MMIO register access overhaul
    that's coming soon.
    
    Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
+ /mt/dim checkpatch ba2da4a21bf2d821ddf79e6d5c9b994202156355 drm-intel
f2238c405210 drm/xe/pcode: Treat pcode as per-tile rather than per-GT
84fc6a08ee61 drm/xe/hwmon: Treat hwmon as a per-device concept




More information about the Intel-xe mailing list