summaryrefslogtreecommitdiff
path: root/src/i810_reg.h
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2006-04-24 10:36:24 -0700
committerEric Anholt <anholt@FreeBSD.org>2006-04-24 10:36:24 -0700
commit47bd9059431eadfd8824e496eb91bb50efa0e282 (patch)
tree01002a1376d4c2d4db2a8e69c3b2cb08e1448ec4 /src/i810_reg.h
parent729c373121ce2bbb0d813cc923f1254e8b37a025 (diff)
parent32a0ad570d9c010e7d26d980830f719782d9f2f3 (diff)
Merge branch 'lukas-resume'
Diffstat (limited to 'src/i810_reg.h')
-rw-r--r--src/i810_reg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/i810_reg.h b/src/i810_reg.h
index 2a03f32c..c790e8b6 100644
--- a/src/i810_reg.h
+++ b/src/i810_reg.h
@@ -681,6 +681,10 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define PP_CONTROL 0x61204
# define POWER_TARGET_ON (1 << 0)
+#define LVDSPP_ON 0x61208
+#define LVDSPP_OFF 0x6120c
+#define PP_CYCLE 0x61210
+
#define PFIT_CONTROL 0x61230
# define PFIT_ENABLE (1 << 31)
# define VERT_INTERP_DISABLE (0 << 10)