[Intel-xe] ✓ CI.checkpatch: success for drm/xe/rtp: Fix displayed whitelisted register range

Patchwork patchwork at emeril.freedesktop.org
Thu Nov 9 18:06:00 UTC 2023


== Series Details ==

Series: drm/xe/rtp: Fix displayed whitelisted register range
URL   : https://patchwork.freedesktop.org/series/126209/
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 50bb4764b7b5a57d9ecb356d78173b6c3f8b302b
Author: Ashutosh Dixit <ashutosh.dixit at intel.com>
Date:   Thu Nov 9 09:07:54 2023 -0800

    drm/xe/rtp: Fix displayed whitelisted register range
    
    Fix displayed whitelisted register range. For example, with:
    
            XE_RTP_ACTIONS(WHITELIST(0xdafc, RING_FORCE_TO_NONPRIV_RANGE_4))
    
    Before we would show:
            xe REG[0xdaf0-0xdaff]: allow read access
    
    With this patch we show:
            xe REG[0xdafc-0xdb0b]: allow read access
    
    Signed-off-by: Ashutosh Dixit <ashutosh.dixit at intel.com>
+ /mt/dim checkpatch 2096aea11094f62fea27af97d949423bea156686 drm-intel
50bb4764b drm/xe/rtp: Fix displayed whitelisted register range




More information about the Intel-xe mailing list