diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-04-24 10:36:24 -0700 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2006-04-24 10:36:24 -0700 |
commit | 47bd9059431eadfd8824e496eb91bb50efa0e282 (patch) | |
tree | 01002a1376d4c2d4db2a8e69c3b2cb08e1448ec4 /src/i810_reg.h | |
parent | 729c373121ce2bbb0d813cc923f1254e8b37a025 (diff) | |
parent | 32a0ad570d9c010e7d26d980830f719782d9f2f3 (diff) |
Merge branch 'lukas-resume'
Diffstat (limited to 'src/i810_reg.h')
-rw-r--r-- | src/i810_reg.h | 4 |
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) |