✓ CI.checkpatch: success for Cleaning up code related to VRAM regions and its initialization - part 1 (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Mon Feb 10 08:31:42 UTC 2025
== Series Details ==
Series: Cleaning up code related to VRAM regions and its initialization - part 1 (rev3)
URL : https://patchwork.freedesktop.org/series/144172/
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
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit fa9a1d2aa6dea19e3d20be29ac3a34e6ec83d528
Author: Piotr Piórkowski <piotr.piorkowski at intel.com>
Date: Mon Feb 10 09:15:11 2025 +0100
drm/xe: Move VRAM manager to struct xe_vram_region
VRAM manager is related directly to struct xe_vram_region so it
should be inside this structure.
Let's move the VRAM to struct xe_vram_region.
v2:
- remove xe_vram_region pointer from xe_ttm_vram_mgr
- stop use dynamic alloaction for xe_ttm_vram_mgr in xe_vram_region
- rename struct xe_ttm_vram_mgr vram_mgr to ttm
v3:
- fix "'ttm' not described in 'xe_vram_region'"
Signed-off-by: Piotr Piórkowski <piotr.piorkowski at intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch 24a5696cb262c7829956cc708c7fc715fefc92fe drm-intel
3e687de9c51c drm/xe: Rename struct xe_mem_region to struct xe_vram_region
fa9a1d2aa6de drm/xe: Move VRAM manager to struct xe_vram_region
More information about the Intel-xe
mailing list