✓ CI.checkpatch: success for Cleaning up code related to VRAM regions and its initialization - part 2 (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Wed May 28 14:31:37 UTC 2025
== Series Details ==
Series: Cleaning up code related to VRAM regions and its initialization - part 2 (rev3)
URL : https://patchwork.freedesktop.org/series/149503/
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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit cb09a755ab6068d4d7ccdb59f1d4bb46be48a518
Author: Piotr Piórkowski <piotr.piorkowski at intel.com>
Date: Wed May 28 09:47:43 2025 +0200
drm/xe: Unify the initialization of VRAM regions
Currently in the drivers we have defined VRAM regions per device and per
tile. Initialization of these regions is done in two completely different
ways. To simplify the logic of the code and make it easier to add new
regions in the future, let's unify the way we initialize VRAM regions.
v2:
- fix doc comments in struct xe_vram_region
- remove unnecessary includes (Jani)
Signed-off-by: Piotr Piórkowski <piotr.piorkowski at intel.com>
Cc: Stuart Summers <stuart.summers at intel.com>
Cc: Matthew Auld <matthew.auld at intel.com>
Cc: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 87357770e16c3ee781dee93de25d175944f7d239 drm-intel
b1e7a5c5dc14 drm/xe: Use dynamic allocation for tile and device VRAM region structures
cb09a755ab60 drm/xe: Unify the initialization of VRAM regions
More information about the Intel-xe
mailing list