We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb927f0 commit 5cf0fbfCopy full SHA for 5cf0fbf
include/uapi/drm/i915_drm.h
@@ -3572,9 +3572,13 @@ struct drm_i915_query_memory_regions {
3572
* struct drm_i915_query_guc_submission_version - query GuC submission interface version
3573
*/
3574
struct drm_i915_query_guc_submission_version {
3575
+ /** @branch: Firmware branch version. */
3576
__u32 branch;
3577
+ /** @major: Firmware major version. */
3578
__u32 major;
3579
+ /** @minor: Firmware minor version. */
3580
__u32 minor;
3581
+ /** @patch: Firmware patch version. */
3582
__u32 patch;
3583
};
3584
0 commit comments