summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/regs/xe_guc_regs.h
diff options
context:
space:
mode:
authorMichal Wajdeczko <michal.wajdeczko@intel.com>2023-05-11 21:19:09 +0300
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-20 02:33:53 +0300
commit5013ad8dd75fdc035ff068980c91cf2ea821d142 (patch)
treec344cf3f414651c4f811bff5c86d1b7d348701fc /drivers/gpu/drm/xe/regs/xe_guc_regs.h
parent328f3414b13c06a85e447d6f2d5abd70b547c3ee (diff)
downloadlinux-5013ad8dd75fdc035ff068980c91cf2ea821d142.tar.xz
drm/xe: Move Media GuC register definition to regs/
This GuC register can be moved together with the rest of the GuC register definitions and be named in a similar way. v2: fix placement Bspec: 63363 Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com> Reviewed-by: Matt Atwood <matthew.s.atwood@intel.com> #v1 Cc: Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/regs/xe_guc_regs.h')
-rw-r--r--drivers/gpu/drm/xe/regs/xe_guc_regs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/xe/regs/xe_guc_regs.h b/drivers/gpu/drm/xe/regs/xe_guc_regs.h
index 37e0ac550931..b4f27cadb68f 100644
--- a/drivers/gpu/drm/xe/regs/xe_guc_regs.h
+++ b/drivers/gpu/drm/xe/regs/xe_guc_regs.h
@@ -119,6 +119,8 @@ struct guc_doorbell_info {
#define VF_SW_FLAG(n) XE_REG(0x190240 + (n) * 4)
#define VF_SW_FLAG_COUNT 4
+#define MED_GUC_HOST_INTERRUPT XE_REG(0x190304)
+
#define MED_VF_SW_FLAG(n) XE_REG(0x190310 + (n) * 4)
#define MED_VF_SW_FLAG_COUNT 4