]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Move struct xe_ggtt to xe_ggtt.c
authorMaarten Lankhorst <dev@lankhorst.se>
Fri, 6 Feb 2026 11:21:12 +0000 (12:21 +0100)
committerMaarten Lankhorst <dev@lankhorst.se>
Mon, 16 Feb 2026 13:20:24 +0000 (14:20 +0100)
commit95f5f9a96dcfb2982af28d0915598bad3abb8b86
tree4085c68427a447337a556dd18226b820531eeb20
parente904c56ba6e0d4eff5f48a70356fd5d764c2a966
drm/xe: Move struct xe_ggtt to xe_ggtt.c

No users left outside of xe_ggtt.c, so we can make the struct private.

This prevents us from accidentally touching it before init.

Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Link: https://patch.msgid.link/20260206112108.1453809-10-dev@lankhorst.se
Signed-off-by: Maarten Lankhorst <dev@lankhorst.se>
drivers/gpu/drm/xe/xe_ggtt.c
drivers/gpu/drm/xe/xe_ggtt.h
drivers/gpu/drm/xe/xe_ggtt_types.h