]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/xe: Drop unused ggtt_balloon field
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Sun, 10 May 2026 20:56:05 +0000 (22:56 +0200)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Wed, 13 May 2026 15:19:21 +0000 (11:19 -0400)
During recent GGTT refactoring we missed to drop now unused field
from the xe_tile. Drop it now.

Fixes: e904c56ba6e0 ("drm/xe: Rewrite GGTT VF initialization")
Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Reviewed-by: Maarten Lankhorst <dev@lankhorst.se>
Link: https://patch.msgid.link/20260510205605.642-1-michal.wajdeczko@intel.com
(cherry picked from commit 21d5a871f57909dc4d8e4f5d3bf92f9ccf2597b2)
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_tile_types.h

index 33932fd547d71aa15d5dd3d2f5cbdc4992e18ad4..0048100ccb723dbac88fc457c65f9d042d089f9f 100644 (file)
@@ -106,8 +106,6 @@ struct xe_tile {
                        struct xe_lmtt lmtt;
                } pf;
                struct {
-                       /** @sriov.vf.ggtt_balloon: GGTT regions excluded from use. */
-                       struct xe_ggtt_node *ggtt_balloon[2];
                        /** @sriov.vf.self_config: VF configuration data */
                        struct xe_tile_sriov_vf_selfconfig self_config;
                } vf;