✓ CI.checkpatch: success for drm/xe: ensure fbc cfb size to be page size aligned
Patchwork
patchwork at emeril.freedesktop.org
Fri Jan 12 10:08:34 UTC 2024
== Series Details ==
Series: drm/xe: ensure fbc cfb size to be page size aligned
URL : https://patchwork.freedesktop.org/series/128709/
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
faa12d3432d7ef7793d934cd9338c555e95a5aad
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 185333d1a86163d3753f0d9c445c069d20ae2cce
Author: Vinod Govindapillai <vinod.govindapillai at intel.com>
Date: Fri Jan 12 11:28:03 2024 +0200
drm/xe: Modify the cfb size to be page size aligned for FBC
drm_gem_private_object_init expect the object size be page size
aligned. The xe_bo create functions do not update the size for
any alignment requirements. So align cfb size to be page size
aligned in xe stolen memory handling.
Signed-off-by: Vinod Govindapillai <vinod.govindapillai at intel.com>
+ /mt/dim checkpatch 10923212b018be3edb1c21b75f432c6cf3f50c6b drm-intel
185333d1a drm/xe: Modify the cfb size to be page size aligned for FBC
More information about the Intel-xe
mailing list