✓ CI.checkpatch: success for drm/i915/cdclk: Check cdclk value before division
Patchwork
patchwork at emeril.freedesktop.org
Wed Oct 9 11:34:46 UTC 2024
== Series Details ==
Series: drm/i915/cdclk: Check cdclk value before division
URL : https://patchwork.freedesktop.org/series/139759/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 47df432b4e944734d769c33f892316fffdd5c6b9
Author: Suraj Kandpal <suraj.kandpal at intel.com>
Date: Wed Oct 9 14:16:34 2024 +0530
drm/i915/cdclk: Check cdclk value before division
Check cdclk value to avoid a divide by zero error. Since
bxt_cdclk_init_hw has cdclk can end up being 0 and then
we have a call to bxt_set_cdclk where we may end up dividing
this value by 0.
Signed-off-by: Suraj Kandpal <suraj.kandpal at intel.com>
+ /mt/dim checkpatch 78fcd5d6428edd31d1b4dc8efc5a3d5dd0d90a9b drm-intel
47df432b4e94 drm/i915/cdclk: Check cdclk value before division
More information about the Intel-xe
mailing list