✓ CI.checkpatch: success for drm/xe/guc: Remove usage of the deprecated ida_simple_xx() API

Patchwork patchwork at emeril.freedesktop.org
Sun Jan 14 15:20:30 UTC 2024


== Series Details ==

Series: drm/xe/guc: Remove usage of the deprecated ida_simple_xx() API
URL   : https://patchwork.freedesktop.org/series/128758/
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
faa12d3432d7ef7793d934cd9338c555e95a5aad
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit de2ff0a40d707aa95b4a31d42899fb0b1b0f1f5a
Author: Christophe JAILLET <christophe.jaillet at wanadoo.fr>
Date:   Sun Jan 14 16:09:16 2024 +0100

    drm/xe/guc: Remove usage of the deprecated ida_simple_xx() API
    
    ida_alloc() and ida_free() should be preferred to the deprecated
    ida_simple_get() and ida_simple_remove().
    
    Note that the upper limit of ida_simple_get() is exclusive, but the one of
    ida_alloc_max() is inclusive. So a -1 has been added when needed.
    
    Signed-off-by: Christophe JAILLET <christophe.jaillet at wanadoo.fr>
+ /mt/dim checkpatch 3a1d727c0061b96ddf8e653130f94ab331e2f065 drm-intel
de2ff0a40 drm/xe/guc: Remove usage of the deprecated ida_simple_xx() API




More information about the Intel-xe mailing list