diff options
author | Eric Anholt <eric@anholt.net> | 2008-04-08 13:53:51 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-04-09 15:18:22 -0700 |
commit | 5db73f18d2badec37523850024b9aa824e4e6bd8 (patch) | |
tree | eb75f4b29a824c3d04811945c020b06fcd9a8488 /src/i830.h | |
parent | e031cc02e65acfbafb48136dad414751e04425c5 (diff) |
SDVO: Use the TV reference clock for SDVO TV outputs.
Based on a patch by Will Wiseman.
Diffstat (limited to 'src/i830.h')
-rw-r--r-- | src/i830.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -288,6 +288,7 @@ typedef struct _I830OutputPrivateRec { I2CBusPtr pDDCBus; struct _I830DVODriver *i2c_drv; Bool load_detect_temp; + Bool needs_tv_clock; uint32_t lvds_bits; int pipe_mask; int clone_mask; |