Displaying 3 results from an estimated 3 matches for "0x00000d68".
Did you mean:
0x00020d68
2016 Feb 08
4
[PATCH 0/4] PMU engine counters
these are usually used for dynamic reclocking on gt215 and newer
The counters are used to get the load of the core, memory, video and pcie loads
currently I expose the loads through a debugfs "current_load" file, but I want
to move that to nvif and just add a wrapper around that in debugfs for
convenience
Anyway there are still some issues I would like to discuss:
1. currently the
2014 Dec 31
2
[PATCH 1/2] nv50: regenerate rnndb headers
...x00000004
#define NV50_3D_CLIPID_REGION_HORIZ_X__MASK 0x0000ffff
#define NV50_3D_CLIPID_REGION_HORIZ_X__SHIFT 0
#define NV50_3D_CLIPID_REGION_HORIZ_W__MASK 0xffff0000
@@ -392,24 +392,24 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define NV50_3D_COUNTER_ENABLE 0x00000d68
#define NV50_3D_COUNTER_ENABLE_VFETCH_VERTICES 0x00000001
-#define NV50_3D_COUNTER_ENABLE_VFETCH_PRIMITIVES 0x00000002
+#define NV50_3D_COUNTER_ENABLE_VFETCH_PRIMITIVES 0x00000002
#define NV50_3D_COUNTER_ENABLE_VP_LAUNCHES 0x00000004
#define NV50_3D_COUNTER_ENABLE_GP_LAUNCHES 0x00000008...
2014 Dec 31
0
[PATCH 2/2] nvc0: regenerate rnndb headers
...K 0x0000ffff
#define NVC0_3D_CLIPID_REGION_VERT_Y__SHIFT 0
#define NVC0_3D_CLIPID_REGION_VERT_H__MASK 0xffff0000
#define NVC0_3D_CLIPID_REGION_VERT_H__SHIFT 16
+#define NVC0_3D_UNK0D60 0x00000d60
+
#define NVC0_3D_CALL_LIMIT_LOG 0x00000d64
#define NVC0_3D_COUNTER_ENABLE 0x00000d68
@@ -314,22 +525,58 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define NVC0_3D_COUNTER_ENABLE_UNK0E 0x00004000
#define NVC0_3D_COUNTER_ENABLE_UNK0F 0x00008000
+#define NVC0_3D_UNK0D6C(i0) (0x00000d6c + 0x4*(i0))
+#define NVC0_3D_UNK0D6C__ESIZE 0x000000...