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

Patchwork patchwork at emeril.freedesktop.org
Fri Feb 21 19:21:53 UTC 2025


== Series Details ==

Series: drm/xe: Unify IP descriptors (rev2)
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 c34c0c48f9c6c39aaa6e8aec2b6a3b2948b2771e
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>
+ /mt/dim checkpatch 3ef8736446933ce5e8ccbec2f85922ca1ed3b706 drm-intel
7f1e59becb61 drm/xe: Set IP names in functions handling IP version
7af83f670df8 drm/xe: Disambiguate GMDID-based IP names
a4c9a5a6ae78 drm/xe: Rename gmdid_map to xe_ip
ff0e08747d05 drm/xe: Define xe_ip instances before xe_device_desc
3aea4702fb7a drm/xe: Convert pre-GMDID IPs to struct xe_ip
656f5e035e9d drm/xe: Re-use feature descriptors for pre-GMDID IPs
c34c0c48f9c6 drm/xe: Simplify setting release info in xe->info




More information about the Intel-xe mailing list