]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe: Rename struct xe_mem_region to struct xe_vram_region
authorPiotr Piórkowski <piotr.piorkowski@intel.com>
Mon, 10 Feb 2025 08:15:10 +0000 (09:15 +0100)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Mon, 10 Feb 2025 12:08:57 +0000 (13:08 +0100)
commitfc3a50c12ebd33c77b7e4a1e4f154a44315d3169
tree634bec26c309fed16822d8d470a4158e5ac18bf0
parentcbc0a0ee34b5f108b184a6d59afd0f305564350a
drm/xe: Rename struct xe_mem_region to struct xe_vram_region

The xe_mem_region structure has so far been used only in the context
of VRAM regions. Also, the description of its fields clearly indicates
that it was designed for VRAM regions. This struct is strictly related
only to VRAM.
So let's be clear on this point and rename it to xe_vram_region.

Signed-off-by: Piotr Piórkowski <piotr.piorkowski@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250210081511.906452-2-piotr.piorkowski@intel.com
drivers/gpu/drm/xe/xe_bo.c
drivers/gpu/drm/xe/xe_device_types.h
drivers/gpu/drm/xe/xe_ttm_vram_mgr.c
drivers/gpu/drm/xe/xe_ttm_vram_mgr_types.h