✓ CI.checkpatch: success for Cleaning up code related to VRAM regions and its initialization - part 1 (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Mon Feb 3 15:25:23 UTC 2025
== Series Details ==
Series: Cleaning up code related to VRAM regions and its initialization - part 1 (rev2)
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 9290a521465f0f4855e9d762f3af7457a75d3393
Author: Piotr Piórkowski <piotr.piorkowski at intel.com>
Date: Mon Feb 3 14:53:59 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
Signed-off-by: Piotr Piórkowski <piotr.piorkowski at intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch 907133c4b6b53621c4e90697c1cc85ccef3f5711 drm-intel
00aace591563 drm/xe: Rename struct xe_mem_region to struct xe_vram_region
9290a521465f drm/xe: Move VRAM manager to struct xe_vram_region
More information about the Intel-xe
mailing list