[Intel-xe] ✓ CI.checkpatch: success for drm/xe/xe_exec_queue: Add check for access counter granularity (rev3)

Patchwork patchwork at emeril.freedesktop.org
Fri Oct 27 05:31:38 UTC 2023


== Series Details ==

Series: drm/xe/xe_exec_queue: Add check for access counter granularity (rev3)
URL   : https://patchwork.freedesktop.org/series/125367/
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 dcbdb68d1eb2ba0992e36a6013d185690f4dc8ac
Author: Priyanka Dandamudi <priyanka.dandamudi at intel.com>
Date:   Fri Oct 27 10:55:07 2023 +0530

    drm/xe/xe_exec_queue: Add check for access counter granularity
    
    Add conditional check for access counter granularity.
    This check will return -EINVAL if granularity is beyond 64M
    which is a hardware limitation.
    
    v2: Defined
    XE_ACC_GRANULARITY_128K 0
    XE_ACC_GRANULARITY_2M 1
    XE_ACC_GRANULARITY_16M 2
    XE_ACC_GRANULARITY_64M 3
    as part of uAPI.
    So, that user can also use it.(Oak)
    
    v3: Move uAPI to proper location and give proper
    documentation.(Brian, Oak)
    
    Cc: Oak Zeng <oak.zeng at intel.com>
    Cc: Janga Rahul Kumar <janga.rahul.kumar at intel.com>
    Cc: Brian Welty <brian.welty at intel.com>
    Signed-off-by: Priyanka Dandamudi <priyanka.dandamudi at intel.com>
    Reviewed-by: Oak Zeng <oak.zeng at intel.com>
+ /mt/dim checkpatch 76d7314ce7ceb58ee595a0ae1ba45bc99b9e277d drm-intel
dcbdb68d1 drm/xe/xe_exec_queue: Add check for access counter granularity




More information about the Intel-xe mailing list