diff options
author | Eric Anholt <eric@anholt.net> | 2006-12-09 15:58:47 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-12-12 14:55:10 -0800 |
commit | 91a538beadc17155be395ea2c8109a0958a969bd (patch) | |
tree | 19b0dddee943dca834337fbf842460f0d3a6cdf4 /src/i810_reg.h | |
parent | ce54538b905eb329f45c1b9b15e95ddce4a7927f (diff) |
More debugging output for SDVO.
Diffstat (limited to 'src/i810_reg.h')
-rw-r--r-- | src/i810_reg.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/i810_reg.h b/src/i810_reg.h index d5250245..ce8407da 100644 --- a/src/i810_reg.h +++ b/src/i810_reg.h @@ -888,6 +888,16 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. /** @} */ #define DPLL_TEST 0x606c +# define DPLLB_TEST_SDVO_DIV_1 (0 << 22) +# define DPLLB_TEST_SDVO_DIV_2 (1 << 22) +# define DPLLB_TEST_SDVO_DIV_4 (2 << 22) +# define DPLLB_TEST_SDVO_DIV_MASK (3 << 22) +# define DPLLB_TEST_N_BYPASS (1 << 19) +# define DPLLB_TEST_M_BYPASS (1 << 18) +# define DPLLB_INPUT_BUFFER_ENABLE (1 << 16) +# define DPLLA_TEST_N_BYPASS (1 << 3) +# define DPLLA_TEST_M_BYPASS (1 << 2) +# define DPLLA_INPUT_BUFFER_ENABLE (1 << 0) #define D_STATE 0x6104 #define DSPCLK_GATE_D 0x6200 |