✓ CI.checkpatch: success for drm/xe/hwmon: Fix PL1 disable flow in xe_hwmon_power_max_write (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Thu Aug 1 11:17:17 UTC 2024
== Series Details ==
Series: drm/xe/hwmon: Fix PL1 disable flow in xe_hwmon_power_max_write (rev2)
URL : https://patchwork.freedesktop.org/series/136756/
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
7b537a014c4c1a32250e342541870b03977fa7a4
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 1b4b5d4048e987eb03773a215b554a64c12333aa
Author: Karthik Poosa <karthik.poosa at intel.com>
Date: Thu Aug 1 16:54:24 2024 +0530
drm/xe/hwmon: Fix PL1 disable flow in xe_hwmon_power_max_write
In xe_hwmon_power_max_write, for PL1 disable supported case, instead of
returning after PL1 disable, PL1 enable path was also being run.
Fixed it by returning after disable.
v2: Correct typo and grammar in commit message. (Jonathan)
Signed-off-by: Karthik Poosa <karthik.poosa at intel.com>
Fixes: fef6dd12b45a ("drm/xe/hwmon: Protect hwmon rw attributes with hwmon_lock")
Reviewed-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
+ /mt/dim checkpatch 8019170840644b0c5a5e64fc6d81792dd2105a2d drm-intel
1b4b5d4048e9 drm/xe/hwmon: Fix PL1 disable flow in xe_hwmon_power_max_write
More information about the Intel-xe
mailing list