[Intel-xe] ✓ CI.checkpatch: success for drm/xe/uapi: Use common drm_xe_ext_set_property extension

Patchwork patchwork at emeril.freedesktop.org
Sat Sep 9 05:24:43 UTC 2023


== Series Details ==

Series: drm/xe/uapi: Use common drm_xe_ext_set_property extension
URL   : https://patchwork.freedesktop.org/series/123471/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 15df84889f6f5f14b1f6da077c6e2961c5745a1d
Author: Ashutosh Dixit <ashutosh.dixit at intel.com>
Date:   Fri Sep 8 22:21:53 2023 -0700

    drm/xe/uapi: Use common drm_xe_ext_set_property extension
    
    There really is no difference between 'struct drm_xe_ext_vm_set_property'
    and 'struct drm_xe_ext_exec_queue_set_property', they are extensions which
    specify a <property, value> pair. Replace the two extensions with a single
    common 'struct drm_xe_ext_set_property' extension. The rationale is that
    rather than have each XE module (including future modules) invent their own
    property/value extensions, all XE modules use a common set_property
    extension when possible.
    
    Signed-off-by: Ashutosh Dixit <ashutosh.dixit at intel.com>
+ /mt/dim checkpatch e51e857ffad411e1b78821866e9f02187345a11a drm-intel
15df84889 drm/xe/uapi: Use common drm_xe_ext_set_property extension




More information about the Intel-xe mailing list