✓ CI.checkpatch: success for drm/xe: Unify IP descriptors (rev3)

Patchwork patchwork at emeril.freedesktop.org
Tue Feb 25 18:02:27 UTC 2025


== Series Details ==

Series: drm/xe: Unify IP descriptors (rev3)
URL   : https://patchwork.freedesktop.org/series/145188/
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
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 1df235a8aefcdd32288087208f52e19e260c7b74
Author: Gustavo Sousa <gustavo.sousa at intel.com>
Date:   Fri Feb 21 15:51:46 2025 -0300

    drm/xe: Simplify setting release info in xe->info
    
    Now that we have all IPs being described via struct xe_ip, where release
    information (version and name) is represented in a single struct type,
    we can extract duplicated logic from handle_pre_gmdid() and
    handle_gmdid() and apply it in the body of xe_info_init().
    
    With this change, there is no point in keeping handle_pre_gmdid()
    anymore, so we just remove it and inline the assignment of
    {graphics,media}_ip.
    
    Signed-off-by: Gustavo Sousa <gustavo.sousa at intel.com>
    Reviewed-by: Matt Roper <matthew.d.roper at intel.com>
+ /mt/dim checkpatch 533a24b8fa29455518aed9ac72209c834d814238 drm-intel
d703475c39ab drm/xe: Set IP names in functions handling IP version
c131ad91f317 drm/xe: Disambiguate GMDID-based IP names
dc641fbe2050 drm/xe: Rename gmdid_map to xe_ip
f535d8a545f6 drm/xe: Define xe_ip instances before xe_device_desc
e59cde0bbaf4 drm/xe: Convert pre-GMDID IPs to struct xe_ip
881f34973d64 drm/xe: Re-use feature descriptors for pre-GMDID IPs
1df235a8aefc drm/xe: Simplify setting release info in xe->info




More information about the Intel-xe mailing list