summaryrefslogtreecommitdiff
path: root/drm/nouveau/include/nvkm/hwref/gk208b/nv_fb_hwref.h
diff options
context:
space:
mode:
authorKen Adams <tinsulpop@gmail.com>2015-10-20 14:49:37 -0400
committerAlexandre Courbot <acourbot@nvidia.com>2015-11-10 16:42:20 +0900
commit0d97f256240426be4dfc318d2d35c3ea2d1c659a (patch)
tree00ecfb1132a9b1e24c129075823b20c14ed40dc4 /drm/nouveau/include/nvkm/hwref/gk208b/nv_fb_hwref.h
parentd5fbab716a0e0f74a759b38c44c2ba115dfee700 (diff)
downloadnouveau-0d97f256240426be4dfc318d2d35c3ea2d1c659a.tar.gz
hwref: hardware reference headers
These headers are generated from NVIDIA-internal hardware manuals. For this check-in all chips Nouveau supports >= nv50/g80 are included. Signed-off-by: Ken Adams <kadams@nvidia.com>
Diffstat (limited to 'drm/nouveau/include/nvkm/hwref/gk208b/nv_fb_hwref.h')
-rw-r--r--drm/nouveau/include/nvkm/hwref/gk208b/nv_fb_hwref.h47
1 files changed, 47 insertions, 0 deletions
diff --git a/drm/nouveau/include/nvkm/hwref/gk208b/nv_fb_hwref.h b/drm/nouveau/include/nvkm/hwref/gk208b/nv_fb_hwref.h
new file mode 100644
index 000000000..8b1e7ef49
--- /dev/null
+++ b/drm/nouveau/include/nvkm/hwref/gk208b/nv_fb_hwref.h
@@ -0,0 +1,47 @@
+/*
+ * Copyright (c) 2015, NVIDIA CORPORATION. All rights reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the "Software"),
+ * to deal in the Software without restriction, including without limitation
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ * and/or sell copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ * DEALINGS IN THE SOFTWARE.
+ */
+#ifndef __nv_gk208b_fb_hwref_h__
+#define __nv_gk208b_fb_hwref_h__
+
+#define NV_PFB_PRI_MMU_CTRL 0x100c80
+#define NV_PFB_PRI_MMU_CTRL_VM_PG_SIZE 0:0
+#define NV_PFB_PRI_MMU_CTRL_VM_PG_SIZE_128KB 0
+#define NV_PFB_PRI_MMU_CTRL_VM_PG_SIZE_64KB 1
+#define NV_PFB_PRI_MMU_CTRL_PRI_FIFO_EMPTY 15:15
+#define NV_PFB_PRI_MMU_CTRL_PRI_FIFO_SPACE 23:16
+#define NV_PFB_PRI_MMU_INVALIDATE_PDB 0x100cb8
+#define NV_PFB_PRI_MMU_INVALIDATE_PDB_APERTURE 1:1
+#define NV_PFB_PRI_MMU_INVALIDATE_PDB_APERTURE_VID_MEM 0
+#define NV_PFB_PRI_MMU_INVALIDATE_PDB_ADDR 31:4
+#define NV_PFB_PRI_MMU_INVALIDATE 0x100cbc
+#define NV_PFB_PRI_MMU_INVALIDATE_ALL_VA 0:0
+#define NV_PFB_PRI_MMU_INVALIDATE_ALL_PDB 1:1
+#define NV_PFB_PRI_MMU_INVALIDATE_TRIGGER 31:31
+#define NV_PFB_PRI_MMU_VPR_INFO 0x100cd0
+#define NV_PFB_PRI_MMU_VPR_INFO_INDEX 1:0
+#define NV_PFB_PRI_MMU_VPR_INFO_INDEX_ADDR_LO 0
+#define NV_PFB_PRI_MMU_VPR_INFO_INDEX_ADDR_HI 1
+#define NV_PFB_PRI_MMU_VPR_INFO_INDEX_CYA_LO 2
+#define NV_PFB_PRI_MMU_VPR_INFO_INDEX_CYA_HI 3
+#define NV_PFB_PRI_MMU_VPR_INFO_FETCH 2:2
+
+#endif /* __nv_gk208b_fb_hwref_h__ */