diff options
| -rw-r--r-- | nvdebug.h | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -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 | ||
