All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthew Brost <matthew.brost@intel.com>
To: <intel-gfx@lists.freedesktop.org>, <dri-devel@lists.freedesktop.org>
Cc: daniele.ceraolospurio@intel.com, john.c.harrison@intel.com,
	Michal.Wajdeczko@intel.com
Subject: [PATCH 3/3] drm/i915/doc: Include GuC ABI documentation
Date: Mon, 14 Jun 2021 12:42:53 -0700	[thread overview]
Message-ID: <20210614194253.16192-4-matthew.brost@intel.com> (raw)
In-Reply-To: <20210614194253.16192-1-matthew.brost@intel.com>

From: Michal Wajdeczko <michal.wajdeczko@intel.com>

GuC ABI documentation is now ready to be included in i915.rst

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Cc: Piotr Piórkowski <piotr.piorkowski@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
---
 Documentation/gpu/i915.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Documentation/gpu/i915.rst b/Documentation/gpu/i915.rst
index 42ce0196930a..c7846b1d9293 100644
--- a/Documentation/gpu/i915.rst
+++ b/Documentation/gpu/i915.rst
@@ -518,6 +518,14 @@ GuC-based command submission
 .. kernel-doc:: drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
    :doc: GuC-based command submission
 
+GuC ABI
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+.. kernel-doc:: drivers/gpu/drm/i915/gt/uc/abi/guc_messages_abi.h
+.. kernel-doc:: drivers/gpu/drm/i915/gt/uc/abi/guc_communication_mmio_abi.h
+.. kernel-doc:: drivers/gpu/drm/i915/gt/uc/abi/guc_communication_ctb_abi.h
+.. kernel-doc:: drivers/gpu/drm/i915/gt/uc/abi/guc_actions_abi.h
+
 HuC
 ---
 .. kernel-doc:: drivers/gpu/drm/i915/gt/uc/intel_huc.c
-- 
2.28.0


WARNING: multiple messages have this Message-ID (diff)
From: Matthew Brost <matthew.brost@intel.com>
To: <intel-gfx@lists.freedesktop.org>, <dri-devel@lists.freedesktop.org>
Subject: [Intel-gfx] [PATCH 3/3] drm/i915/doc: Include GuC ABI documentation
Date: Mon, 14 Jun 2021 12:42:53 -0700	[thread overview]
Message-ID: <20210614194253.16192-4-matthew.brost@intel.com> (raw)
In-Reply-To: <20210614194253.16192-1-matthew.brost@intel.com>

From: Michal Wajdeczko <michal.wajdeczko@intel.com>

GuC ABI documentation is now ready to be included in i915.rst

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Cc: Piotr Piórkowski <piotr.piorkowski@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
---
 Documentation/gpu/i915.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Documentation/gpu/i915.rst b/Documentation/gpu/i915.rst
index 42ce0196930a..c7846b1d9293 100644
--- a/Documentation/gpu/i915.rst
+++ b/Documentation/gpu/i915.rst
@@ -518,6 +518,14 @@ GuC-based command submission
 .. kernel-doc:: drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
    :doc: GuC-based command submission
 
+GuC ABI
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+.. kernel-doc:: drivers/gpu/drm/i915/gt/uc/abi/guc_messages_abi.h
+.. kernel-doc:: drivers/gpu/drm/i915/gt/uc/abi/guc_communication_mmio_abi.h
+.. kernel-doc:: drivers/gpu/drm/i915/gt/uc/abi/guc_communication_ctb_abi.h
+.. kernel-doc:: drivers/gpu/drm/i915/gt/uc/abi/guc_actions_abi.h
+
 HuC
 ---
 .. kernel-doc:: drivers/gpu/drm/i915/gt/uc/intel_huc.c
-- 
2.28.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  parent reply	other threads:[~2021-06-14 19:25 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-14 19:42 [PATCH 0/3] Update firmware to v62.0.0 Matthew Brost
2021-06-14 19:42 ` [Intel-gfx] " Matthew Brost
2021-06-14 19:42 ` [PATCH 1/3] drm/i915/guc: Introduce unified HXG messages Matthew Brost
2021-06-14 19:42   ` [Intel-gfx] " Matthew Brost
2021-06-14 19:42 ` [PATCH 2/3] drm/i915/guc: Update firmware to v62.0.0 Matthew Brost
2021-06-14 19:42   ` [Intel-gfx] " Matthew Brost
2021-06-15  9:00   ` Michal Wajdeczko
2021-06-15  9:00     ` [Intel-gfx] " Michal Wajdeczko
2021-06-15 15:52     ` Matthew Brost
2021-06-15 15:52       ` [Intel-gfx] " Matthew Brost
2021-06-15 16:44       ` Michal Wajdeczko
2021-06-15 16:44         ` [Intel-gfx] " Michal Wajdeczko
2021-06-15 16:40         ` Matthew Brost
2021-06-15 16:40           ` [Intel-gfx] " Matthew Brost
2021-06-14 19:42 ` Matthew Brost [this message]
2021-06-14 19:42   ` [Intel-gfx] [PATCH 3/3] drm/i915/doc: Include GuC ABI documentation Matthew Brost
2021-06-15  2:04 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Update firmware to v62.0.0 (rev3) Patchwork
2021-06-15  2:05 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2021-06-15  2:09 ` [Intel-gfx] ✗ Fi.CI.DOCS: " Patchwork
2021-06-15  2:36 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-06-15 11:46 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2021-06-16  0:12 [PATCH 0/3] Update firmware to v62.0.0 Matthew Brost
2021-06-16  0:13 ` [PATCH 3/3] drm/i915/doc: Include GuC ABI documentation Matthew Brost

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=20210614194253.16192-4-matthew.brost@intel.com \
    --to=matthew.brost@intel.com \
    --cc=Michal.Wajdeczko@intel.com \
    --cc=daniele.ceraolospurio@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=john.c.harrison@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.