From: Matt Roper <matthew.d.roper@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [PATCH i-g-t v2 1/2] drm-uapi/xe: Add IP version to GT query
Date: Thu, 7 Dec 2023 16:29:43 -0800 [thread overview]
Message-ID: <20231208002944.1290951-2-matthew.d.roper@intel.com> (raw)
In-Reply-To: <20231208002944.1290951-1-matthew.d.roper@intel.com>
Align with commit ("drm/xe/uapi: Add IP version and stepping to GT list
query")
v2:
- s/revid/rev/ to match rename on kernel series
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
---
include/drm-uapi/xe_drm.h | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/include/drm-uapi/xe_drm.h b/include/drm-uapi/xe_drm.h
index 590f7b7af..19048956b 100644
--- a/include/drm-uapi/xe_drm.h
+++ b/include/drm-uapi/xe_drm.h
@@ -396,8 +396,16 @@ struct drm_xe_gt {
* memory and memory living in a different tile.
*/
__u64 far_mem_regions;
+ /** @ip_ver_major: Graphics/media IP major version on GMD_ID platforms */
+ __u16 ip_ver_major;
+ /** @ip_ver_minor: Graphics/media IP minor version on GMD_ID platforms */
+ __u16 ip_ver_minor;
+ /** @ip_ver_rev: Graphics/media IP revision version on GMD_ID platforms */
+ __u16 ip_ver_rev;
+ /** @pad2: MBZ */
+ __u16 pad2;
/** @reserved: Reserved */
- __u64 reserved[8];
+ __u64 reserved[7];
};
/**
--
2.43.0
next prev parent reply other threads:[~2023-12-08 0:30 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-08 0:29 [PATCH i-g-t v2 0/2] Add GT IP version query support Matt Roper
2023-12-08 0:29 ` Matt Roper [this message]
2023-12-13 11:47 ` [PATCH i-g-t v2 1/2] drm-uapi/xe: Add IP version to GT query Gustavo Sousa
2023-12-08 0:29 ` [PATCH i-g-t v2 2/2] tests/xe_query: Query and sanity-check GT ip versions Matt Roper
2023-12-13 11:52 ` Gustavo Sousa
2023-12-08 1:32 ` ✓ Fi.CI.BAT: success for Add GT IP version query support (rev2) Patchwork
2023-12-08 2:33 ` ✓ CI.xeBAT: " Patchwork
2023-12-08 9:01 ` ✗ Fi.CI.IGT: failure " 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=20231208002944.1290951-2-matthew.d.roper@intel.com \
--to=matthew.d.roper@intel.com \
--cc=igt-dev@lists.freedesktop.org \
/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