✓ CI.checkpatch: success for drm/xe/oa: Ensure that polled read returns latest data
Patchwork
patchwork at emeril.freedesktop.org
Wed Feb 12 01:08:15 UTC 2025
== Series Details ==
Series: drm/xe/oa: Ensure that polled read returns latest data
URL : https://patchwork.freedesktop.org/series/144684/
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
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit e74173e7482e71f8d674b897245f1361abe71b99
Author: Umesh Nerlige Ramappa <umesh.nerlige.ramappa at intel.com>
Date: Tue Feb 11 17:02:55 2025 -0800
drm/xe/oa: Ensure that polled read returns latest data
In polled mode, user calls poll() for read data to be available before
performing a read(). In the duration between these 2 calls, there may be
new data available in the OA buffer. To ensure user reads all available
data, check for latest data in the OA buffer in polled read.
Signed-off-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa at intel.com>
+ /mt/dim checkpatch 76120b67a3d5e7a38cbc92fc39846297130fc6d0 drm-intel
e74173e7482e drm/xe/oa: Ensure that polled read returns latest data
More information about the Intel-xe
mailing list