From: Alexander Usyskin <alexander.usyskin@intel.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Lucas De Marchi <lucas.demarchi@intel.com>,
Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>,
Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: linux-kernel@vger.kernel.org,
Tomas Winkler <tomas.winkler@intel.com>,
Alexander Usyskin <alexander.usyskin@intel.com>,
intel-xe@lists.freedesktop.org
Subject: [Intel-xe] [PATCH 1/4] drm/xe/gsc: add HECI2 register offsets
Date: Tue, 12 Sep 2023 16:08:32 +0300 [thread overview]
Message-ID: <20230912130835.2488728-2-alexander.usyskin@intel.com> (raw)
In-Reply-To: <20230912130835.2488728-1-alexander.usyskin@intel.com>
From: Vitaly Lubart <vitaly.lubart@intel.com>
Add HECI2 register offsets for DG1 and DG2 to regs/xe_regs.h
Signed-off-by: Vitaly Lubart <vitaly.lubart@intel.com>
Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
---
drivers/gpu/drm/xe/regs/xe_regs.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/gpu/drm/xe/regs/xe_regs.h b/drivers/gpu/drm/xe/regs/xe_regs.h
index 77aa3dab321a..5d9380f307cc 100644
--- a/drivers/gpu/drm/xe/regs/xe_regs.h
+++ b/drivers/gpu/drm/xe/regs/xe_regs.h
@@ -33,6 +33,10 @@
#define XEHPC_BCS6_RING_BASE 0x3ea000
#define XEHPC_BCS7_RING_BASE 0x3ec000
#define XEHPC_BCS8_RING_BASE 0x3ee000
+
+#define DG1_GSC_HECI2_BASE 0x00259000
+#define DG2_GSC_HECI2_BASE 0x00374000
+
#define GSCCS_RING_BASE 0x11a000
#define GT_WAIT_SEMAPHORE_INTERRUPT REG_BIT(11)
#define GT_CONTEXT_SWITCH_INTERRUPT REG_BIT(8)
--
2.34.1
next prev parent reply other threads:[~2023-09-12 13:13 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-12 13:08 [Intel-xe] [PATCH 0/4] drm/xe/gsc: add initial gsc support Alexander Usyskin
2023-09-12 13:08 ` Alexander Usyskin [this message]
2023-09-12 13:08 ` [Intel-xe] [PATCH 2/4] drm/xe/gsc: add has_heci_gscfi indication to device Alexander Usyskin
2023-09-12 13:08 ` [Intel-xe] [PATCH 3/4] drm/xe/gsc: add gsc device support Alexander Usyskin
2023-09-12 15:05 ` Daniele Ceraolo Spurio
2023-09-13 12:48 ` Usyskin, Alexander
2023-09-13 15:59 ` Daniele Ceraolo Spurio
2023-09-12 13:08 ` [Intel-xe] [PATCH 4/4] mei: gsc: add support for auxiliary device created by Xe driver Alexander Usyskin
2023-09-12 15:14 ` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe/gsc: add initial gsc support Patchwork
2023-09-12 15:14 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-09-12 15:16 ` [Intel-xe] ✓ CI.KUnit: success " Patchwork
2023-09-12 15:23 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-09-12 15:23 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-09-12 15:24 ` [Intel-xe] ✓ CI.checksparse: " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230912130835.2488728-2-alexander.usyskin@intel.com \
--to=alexander.usyskin@intel.com \
--cc=daniele.ceraolospurio@intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lucas.demarchi@intel.com \
--cc=rodrigo.vivi@intel.com \
--cc=tomas.winkler@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox