✓ CI.checkpatch: success for drm/xe: Always check force_wake_get return code (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Tue Jun 4 16:46:25 UTC 2024
== Series Details ==
Series: drm/xe: Always check force_wake_get return code (rev3)
URL : https://patchwork.freedesktop.org/series/131045/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 5e13cf356d793c2e5a4119f7f6015398df1ba9e3
Author: Tejas Upadhyay <tejas.upadhyay at intel.com>
Date: Mon Jun 3 17:00:05 2024 +0530
drm/xe: Always check force_wake_get return code
A force_wake_get failure means that the HW might not be awake for the
access we're doing; this can lead to an immediate error or it can be a
more subtle problem.
In this case, user has asked information and in case of forcewake
failure, it might lead to wrong information, so return in case of
error.
Signed-off-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
+ /mt/dim checkpatch d3a2b947894e0ab1825478d04fe08585e153f142 drm-intel
5e13cf356d79 drm/xe: Always check force_wake_get return code
More information about the Intel-xe
mailing list