aboutsummaryrefslogtreecommitdiffstats
path: root/nvdebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'nvdebug.h')
-rw-r--r--nvdebug.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/nvdebug.h b/nvdebug.h
index b13d311..755fada 100644
--- a/nvdebug.h
+++ b/nvdebug.h
@@ -126,6 +126,9 @@ struct gm107_runlist_chan {
126 TSGs appear to have been introduced with Kepler and stayed the same until 126 TSGs appear to have been introduced with Kepler and stayed the same until
127 they were rearranged at the time of channel rearrangement to support longer 127 they were rearranged at the time of channel rearrangement to support longer
128 GPU instance addresses with Volta. 128 GPU instance addresses with Volta.
129
130 According to nvgpu, "timeslice is measured with PTIMER [which may be] lower
131 than 1GHz."
129*/ 132*/
130 133
131// Support: Volta, Turing*, Ampere* 134// Support: Volta, Turing*, Ampere*
@@ -527,10 +530,7 @@ typedef union {
527 upon reaching the first entry of INFO_TYPE_NOT_VALID. 530 upon reaching the first entry of INFO_TYPE_NOT_VALID.
528 531
529 The fields for the Ampere version of the GPU are a strict subset of those for 532 The fields for the Ampere version of the GPU are a strict subset of those for
530 the earlier versions. They are in different positions within the struct and 533 the earlier versions.
531 have names ending in _ampere to distinguish them. Other than that, each
532 Ampere device info field is functionally identical to the equivalent field in
533 the previous version.
534 534
535 INFO_TYPE : Is this a DATA, ENUM, or ENGINE_TYPE table entry? 535 INFO_TYPE : Is this a DATA, ENUM, or ENGINE_TYPE table entry?
536 HAS_NEXT_ENTRY : Does the following entry refer to the same engine? 536 HAS_NEXT_ENTRY : Does the following entry refer to the same engine?
@@ -573,7 +573,7 @@ typedef union {
573 == INFO_TYPE_ENGINE_TYPE fields == 573 == INFO_TYPE_ENGINE_TYPE fields ==
574 ENGINE_TYPE : What type of engine is this? (see ENGINE_TYPES_NAMES) 574 ENGINE_TYPE : What type of engine is this? (see ENGINE_TYPES_NAMES)
575 575
576 Support: Kepler, Maxwell, Pascal, Volta, Ampere 576 Support: Kepler, Maxwell, Pascal, Volta, Turing, Ampere
577 See dev_top.ref.txt of NVIDIA's open-gpu-doc for more info. 577 See dev_top.ref.txt of NVIDIA's open-gpu-doc for more info.
578*/ 578*/
579 579