✓ CI.checkpatch: success for drm/xe: correct the calculation of remaining size
Patchwork
patchwork at emeril.freedesktop.org
Thu Jan 18 22:29:37 UTC 2024
== Series Details ==
Series: drm/xe: correct the calculation of remaining size
URL : https://patchwork.freedesktop.org/series/128960/
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 e5fcc73e609d64661a20192b200a3caa6d7880b9
Author: Fei Yang <fei.yang at intel.com>
Date: Thu Jan 18 14:20:51 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.
Also correct the assert. While one MI_STORE_DATA_IMM can take no more
than 0x1fe qwords, the size of the pgtable can be 512 entries.
Signed-off-by: Fei Yang <fei.yang at intel.com>
+ /mt/dim checkpatch 776dc1588b4b329dba41ded2db883fbc1bf77950 drm-intel
e5fcc73e6 drm/xe: correct the calculation of remaining size
More information about the Intel-xe
mailing list