summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_device_types.h
diff options
context:
space:
mode:
authorKoby Elbaz <kelbaz@habana.ai>2023-10-05 18:06:16 +0300
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-21 19:42:58 +0300
commitfdef72e02e20d7bc3c4b25607a2f8afa99d509eb (patch)
tree5fa5b0433e98780a00803951c54a2b6b8e7a5146 /drivers/gpu/drm/xe/xe_device_types.h
parent6360ebd1a12384efa984b44b057b79edce6484df (diff)
downloadlinux-fdef72e02e20d7bc3c4b25607a2f8afa99d509eb.tar.xz
drm/xe: add a flag to bypass multi-tile config from MTCFG reg
Skip reading this register as it is not relevant in the new devices. Signed-off-by: Koby Elbaz <kelbaz@habana.ai> Reviewed-by: Ofir Bitton <obitton@habana.ai> Reviewed-by: Moti Haimovski <mhaimovski@habana.ai> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/xe_device_types.h')
-rw-r--r--drivers/gpu/drm/xe/xe_device_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/xe/xe_device_types.h b/drivers/gpu/drm/xe/xe_device_types.h
index f7c7d44a6465..a9bf9c784b7c 100644
--- a/drivers/gpu/drm/xe/xe_device_types.h
+++ b/drivers/gpu/drm/xe/xe_device_types.h
@@ -243,6 +243,8 @@ struct xe_device {
u8 has_llc:1;
/** @has_range_tlb_invalidation: Has range based TLB invalidations */
u8 has_range_tlb_invalidation:1;
+ /** @bypass_mtcfg: Bypass Multi-Tile configuration from MTCFG register */
+ u8 bypass_mtcfg:1;
} info;
/** @irq: device interrupt state */