From 8a57aaeba41c43233c323d7e0fc8bf1a81ebc65e Mon Sep 17 00:00:00 2001 From: Benjamin Hadad IV Date: Fri, 21 Jul 2023 11:32:51 -0400 Subject: I have updated the ptop_device_info_t comment in nvdebug.h. --- nvdebug.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nvdebug.h') 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] = { code should check all NV_PTOP_DEVICE_INFO__SIZE_1 entries and not terminate upon reaching the first entry of INFO_TYPE_NOT_VALID. + The fields for the Ampere version of the GPU are a strict subset of those for + the earlier versions. They are in different positions within the struct and + have names ending in _ampere to distinguish them. Other than that, each + Ampere device info field is functionally identical to the equivalent field in + the previous version. + INFO_TYPE : Is this a DATA, ENUM, or ENGINE_TYPE table entry? HAS_NEXT_ENTRY : Does the following entry refer to the same engine? -- cgit v1.2.2