summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_device_types.h
diff options
context:
space:
mode:
authorKoby Elbaz <kelbaz@habana.ai>2023-11-28 19:53:15 +0300
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-21 19:45:09 +0300
commit082802a3ee09e764bc1513988d6f5889712fe88f (patch)
treeb377f2ff073854b3ae866fe4aa93d2fb880abcc9 /drivers/gpu/drm/xe/xe_device_types.h
parent8e35780233cee1b2d257e6adf4d82b08ded15e88 (diff)
downloadlinux-082802a3ee09e764bc1513988d6f5889712fe88f.tar.xz
drm/xe: add skip_pcode flag
Per device, set this flag to enable access to the PCODE uC or to skip it. Signed-off-by: Koby Elbaz <kelbaz@habana.ai> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> 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 c4b6aa8fcec1..1a95b1587c86 100644
--- a/drivers/gpu/drm/xe/xe_device_types.h
+++ b/drivers/gpu/drm/xe/xe_device_types.h
@@ -260,6 +260,8 @@ struct xe_device {
u8 enable_display:1;
/** @bypass_mtcfg: Bypass Multi-Tile configuration from MTCFG register */
u8 bypass_mtcfg:1;
+ /** @skip_pcode: skip access to PCODE uC */
+ u8 skip_pcode:1;
/** @supports_mmio_ext: supports MMIO extension/s */
u8 supports_mmio_ext:1;
/** @has_heci_gscfi: device has heci gscfi */