From: Matt Roper <matthew.d.roper@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t 1/2] drm-uapi/xe: Add IP version to GT query
Date: Wed, 6 Dec 2023 12:49:41 -0800 [thread overview]
Message-ID: <20231206204942.1105505-2-matthew.d.roper@intel.com> (raw)
In-Reply-To: <20231206204942.1105505-1-matthew.d.roper@intel.com>
Align with commit ("drm/xe/uapi: Add IP version and stepping to GT list
query")
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..dcb7582c8 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_major: Graphics/media IP minor version on GMD_ID platforms */
+ __u16 ip_ver_minor;
+ /** @ip_ver_major: Graphics/media IP revision ID on GMD_ID platforms */
+ __u16 ip_ver_revid;
+ /** @pad2: MBZ */
+ __u16 pad2;
/** @reserved: Reserved */
- __u64 reserved[8];
+ __u64 reserved[7];
};
/**
--
2.43.0
next prev parent reply other threads:[~2023-12-06 20:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-06 20:49 [igt-dev] [PATCH i-g-t 0/2] Add GT IP version query support Matt Roper
2023-12-06 20:49 ` Matt Roper [this message]
2023-12-06 20:49 ` [igt-dev] [PATCH i-g-t 2/2] tests/xe_query: Query and sanity-check GT ip versions Matt Roper
2023-12-06 23:02 ` [igt-dev] ✓ Fi.CI.BAT: success for Add GT IP version query support Patchwork
2023-12-07 0:32 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-12-07 0:53 ` [igt-dev] ✓ CI.xeBAT: success " 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=20231206204942.1105505-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