aboutsummaryrefslogtreecommitdiffstats
path: root/nvdebug.h
diff options
context:
space:
mode:
authorBenjamin Hadad IV <bh4@unc.edu>2023-07-21 11:32:51 -0400
committerBenjamin Hadad IV <bh4@unc.edu>2023-07-21 11:32:51 -0400
commit8a57aaeba41c43233c323d7e0fc8bf1a81ebc65e (patch)
tree3643749581ba3e27597d9501aef370a15245037c /nvdebug.h
parent33c915f08f5dc63674b158ecc18897494256a6d0 (diff)
I have updated the ptop_device_info_t comment in nvdebug.h.
Diffstat (limited to 'nvdebug.h')
-rw-r--r--nvdebug.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/nvdebug.h b/nvdebug.h
index bd893aa..d6b7358 100644
--- a/nvdebug.h
+++ b/nvdebug.h
@@ -509,6 +509,12 @@ static const char* const ENGINE_TYPES_NAMES[ENGINE_TYPES_LEN] = {
509 code should check all NV_PTOP_DEVICE_INFO__SIZE_1 entries and not terminate 509 code should check all NV_PTOP_DEVICE_INFO__SIZE_1 entries and not terminate
510 upon reaching the first entry of INFO_TYPE_NOT_VALID. 510 upon reaching the first entry of INFO_TYPE_NOT_VALID.
511 511
512 The fields for the Ampere version of the GPU are a strict subset of those for
513 the earlier versions. They are in different positions within the struct and
514 have names ending in _ampere to distinguish them. Other than that, each
515 Ampere device info field is functionally identical to the equivalent field in
516 the previous version.
517
512 INFO_TYPE : Is this a DATA, ENUM, or ENGINE_TYPE table entry? 518 INFO_TYPE : Is this a DATA, ENUM, or ENGINE_TYPE table entry?
513 HAS_NEXT_ENTRY : Does the following entry refer to the same engine? 519 HAS_NEXT_ENTRY : Does the following entry refer to the same engine?
514 520