✓ CI.checkpatch: success for drm/xe/uapi: Define topology types as indexes rather than masks

Patchwork patchwork at emeril.freedesktop.org
Thu Mar 28 17:51:02 UTC 2024


== Series Details ==

Series: drm/xe/uapi: Define topology types as indexes rather than masks
URL   : https://patchwork.freedesktop.org/series/131768/
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
10b531c2aeb176a1a539b4a77216232f97719cec
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit bfe85baba4e30ab83c1e182368beed005796fc60
Author: Francois Dugast <francois.dugast at intel.com>
Date:   Thu Mar 28 14:02:43 2024 +0000

    drm/xe/uapi: Define topology types as indexes rather than masks
    
    The topology type is an index (not a mask) so define the values
    like other indexes instead of using powers of 2. This is also
    to make clear that the next type can use value 3. This commit
    does not change the existing values so it does not break
    compatibility.
    
    Cc: Lucas De Marchi <lucas.demarchi at intel.com>
    Suggested-by: Matt Roper <matthew.d.roper at intel.com>
    Signed-off-by: Francois Dugast <francois.dugast at intel.com>
    Link: https://lore.kernel.org/intel-xe/20240327232317.GI718896@mdroper-desk1.amr.corp.intel.com/
    Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch c185a0400ae0be7c5565e9eae63d5b81f5c242ff drm-intel
bfe85baba4e3 drm/xe/uapi: Define topology types as indexes rather than masks




More information about the Intel-xe mailing list