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

Patchwork patchwork at emeril.freedesktop.org
Thu Feb 20 18:02:24 UTC 2025


== Series Details ==

Series: drm/xe: Unify IP descriptors
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 4e4ae14af93cde00975b20b62aa8070374645020
Author: Gustavo Sousa <gustavo.sousa at intel.com>
Date:   Thu Feb 20 14:25:11 2025 -0300

    drm/xe: Convert pre-GMDID IPs to struct xe_ip
    
    We have now a struct xe_ip to fully describe an IP, but we are only
    using that for GMDID-based IPs.
    
    For pre-GMDID IPs, we still describe release info (version and name) via
    feature descriptors (struct xe_{graphics,media}_desc). Let's convert
    those to use struct xe_ip.
    
    With this, we have a uniform way of describing IPs in the xe driver
    instead of having different approaches based on whether the IPs use
    GMDIDs or not.
    
    A nice side-effect of this change is that now we have an easy way to
    lookup, in the source code, mappings between versions, names and
    features for all supported IPs.
    
    Signed-off-by: Gustavo Sousa <gustavo.sousa at intel.com>
+ /mt/dim checkpatch 8554d5b7b4fded481a85ab11d75eeb97443450e2 drm-intel
407af942161c drm/xe: Set IP names in functions handling IP version
694e6fedf847 drm/xe: Disambiguate GMDID-based IP names
17e2e94bea9f drm/xe: Rename gmdid_map to xe_ip
4e4ae14af93c drm/xe: Convert pre-GMDID IPs to struct xe_ip




More information about the Intel-xe mailing list