✓ CI.checkpatch: success for drm/i915/display: Update vtotal math to address 32b build
Patchwork
patchwork at emeril.freedesktop.org
Tue Jun 11 21:29:19 UTC 2024
== Series Details ==
Series: drm/i915/display: Update vtotal math to address 32b build
URL : https://patchwork.freedesktop.org/series/134738/
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 1b31032cb0054ee248f86e031fb185d60703b44c
Author: Mitul Golani <mitulkumar.ajitkumar.golani at intel.com>
Date: Wed Jun 12 00:02:08 2024 +0530
drm/i915/display: Update vtotal math to address 32b build
Fix few divisions which may not work on 32b builds.
Use DIV_ROUND_UP, with that expecting deviate params
from +/- 1 accuracy in value.
Fixes: 1676ecd303ac ("drm/i915: Compute CMRR and calculate vtotal")
Signed-off-by: Mitul Golani <mitulkumar.ajitkumar.golani at intel.com>
+ /mt/dim checkpatch 1340288da1f2a87e92a52d4e86a7247e4687bd62 drm-intel
1b31032cb005 drm/i915/display: Update vtotal math to address 32b build
More information about the Intel-xe
mailing list