Displaying 1 result from an estimated 1 matches for "0f7fc0c".
Did you mean:
0f70c01
2014 Aug 18
1
[PATCH] drm: Fix duplicate definition of NV04_PFB_BOOT_0_*
...120000
index 0000000..cc2ea25
--- /dev/null
+++ b/drm/core/include/subdev/fb/regsnv04.h
@@ -0,0 +1 @@
+../../../../../nvkm/include/subdev/fb/regsnv04.h
\ No newline at end of file
diff --git a/nvkm/include/subdev/fb/regsnv04.h b/nvkm/include/subdev/fb/regsnv04.h
new file mode 100644
index 0000000..0f7fc0c
--- /dev/null
+++ b/nvkm/include/subdev/fb/regsnv04.h
@@ -0,0 +1,21 @@
+#ifndef __NOUVEAU_FB_REGS_04_H__
+#define __NOUVEAU_FB_REGS_04_H__
+
+#define NV04_PFB_BOOT_0 0x00100000
+# define NV04_PFB_BOOT_0_RAM_AMOUNT 0x00000003
+# define NV04_PFB_BOOT_0_RAM_AMOUNT_32MB 0x00000000
+# define NV...