[Intel-xe] ✓ CI.checkpatch: success for drm/xe: Grab runtime PM over MMIO ioctl

Patchwork patchwork at emeril.freedesktop.org
Wed Jun 14 20:06:54 UTC 2023


== Series Details ==

Series: drm/xe: Grab runtime PM over MMIO ioctl
URL   : https://patchwork.freedesktop.org/series/119345/
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
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 71be6807072543e5578795bd4628c96379a65d2b
Author: Matt Roper <matthew.d.roper at intel.com>
Date:   Wed Jun 14 13:04:45 2023 -0700

    drm/xe: Grab runtime PM over MMIO ioctl
    
    The MMIO ioctl (which is generally used from IGT's xe_reg tool) may be
    called while the device is in D3, resulting in invalid results (i.e.,
    all registers read back as 0xFFFFFFFF, writes are dropped).  Make sure
    we grab runtime PM wakeref before performing register reads/writes.
    
    Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
+ /mt/dim checkpatch 6deb23a615c05c5ec982c74c1af5b8f6de06c967 drm-intel
71be68070 drm/xe: Grab runtime PM over MMIO ioctl




More information about the Intel-xe mailing list