✓ CI.checkpatch: success for drm/xe: correct the calculation of remaining size
Patchwork
patchwork at emeril.freedesktop.org
Wed Jan 17 17:40:11 UTC 2024
== Series Details ==
Series: drm/xe: correct the calculation of remaining size
URL : https://patchwork.freedesktop.org/series/128853/
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
e7f730565356938dd6c63cd498218fdc5d6a22b0
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 8013d7f1756ea7b681c30e04555c3843d5cac8a2
Author: Fei Yang <fei.yang at intel.com>
Date: Tue Jan 16 14:37:09 2024 -0800
drm/xe: correct the calculation of remaining size
In function write_pgtable, the calculation of chunk in the do-while
loop is wrong, we should always compare against remaining size instead
of the total size update->qwords.
Signed-off-by: Fei Yang <fei.yang at intel.com>
Reviewed-by: Matt Roper <matthew.d.roper at intel.com>
+ /mt/dim checkpatch e492ced01835ac1c2712724ed5728057f267b111 drm-intel
8013d7f17 drm/xe: correct the calculation of remaining size
More information about the Intel-xe
mailing list