[Intel-xe] [PATCH v3 16/31] drm/xe: Drop vram_id
Matt Roper
matthew.d.roper at intel.com
Tue May 30 21:15:34 UTC 2023
The VRAM ID is always the tile ID; there's no need to track it
separately within a GT.
Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>
---
drivers/gpu/drm/xe/xe_pci.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c
index ea3d69607d13..42e6fcb07c94 100644
--- a/drivers/gpu/drm/xe/xe_pci.c
+++ b/drivers/gpu/drm/xe/xe_pci.c
@@ -34,7 +34,6 @@ struct xe_subplatform_desc {
struct xe_gt_desc {
enum xe_gt_type type;
- u8 vram_id;
u32 mmio_adj_limit;
u32 mmio_adj_offset;
};
@@ -276,7 +275,6 @@ static const struct xe_device_desc dg2_desc = {
static const struct xe_gt_desc pvc_gts[] = {
{
.type = XE_GT_TYPE_REMOTE,
- .vram_id = 1,
.mmio_adj_limit = 0,
.mmio_adj_offset = 0,
},
--
2.40.1
More information about the Intel-xe
mailing list