summaryrefslogtreecommitdiff
path: root/src/i915_3d.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-03-11 09:59:16 -0700
committerEric Anholt <eric@anholt.net>2008-03-11 11:16:17 -0700
commit642ba6278876ec945ad687c2b9624e532cd3f629 (patch)
tree58cb9213f46d794b6c8a67eeb6ae3ede07722e4e /src/i915_3d.h
parentecdb5963ef6873ab82998dca6ca5186644666ec8 (diff)
Add support for brightness control to i915 textured video output.
Diffstat (limited to 'src/i915_3d.h')
-rw-r--r--src/i915_3d.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/i915_3d.h b/src/i915_3d.h
index 10902186..83a14c1f 100644
--- a/src/i915_3d.h
+++ b/src/i915_3d.h
@@ -61,6 +61,10 @@
#define FS_C1 ((REG_TYPE_CONST << 8) | 1)
#define FS_C2 ((REG_TYPE_CONST << 8) | 2)
#define FS_C3 ((REG_TYPE_CONST << 8) | 3)
+#define FS_C4 ((REG_TYPE_CONST << 8) | 4)
+#define FS_C5 ((REG_TYPE_CONST << 8) | 5)
+#define FS_C6 ((REG_TYPE_CONST << 8) | 6)
+#define FS_C7 ((REG_TYPE_CONST << 8) | 7)
/* Sampler regs */
#define FS_S0 ((REG_TYPE_S << 8) | 0)