i915_reg: Declare LVDS register values.

Change-Id: If8b3578c4fa31bf9f09c0053a5cac7ebc993b634
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/5319
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Vladimir Serbinenko 2014-03-02 17:45:09 +01:00
parent 8ecdc9e877
commit 4c81a9e142
1 changed files with 5 additions and 0 deletions

View File

@ -959,6 +959,11 @@
#define DVOC_ON (1<<31)
#define LVDS 0x61180
#define LVDS_ON (1<<31)
#define LVDS_CLOCK_A_POWERUP_ALL (3 << 8)
#define LVDS_CLOCK_B_POWERUP_ALL (3 << 4)
#define LVDS_CLOCK_BOTH_POWERUP_ALL (3 << 2)
#define LVDS_BORDER_ENABLE (1 << 15)
#define LVDS_DETECTED (1 << 1)
/* Scratch pad debug 0 reg:
*/