summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-04-08 13:53:51 -0700
committerEric Anholt <eric@anholt.net>2008-04-09 15:18:22 -0700
commit5db73f18d2badec37523850024b9aa824e4e6bd8 (patch)
treeeb75f4b29a824c3d04811945c020b06fcd9a8488 /src/i830.h
parente031cc02e65acfbafb48136dad414751e04425c5 (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i830.h b/src/i830.h
index 834e4dcd..318b1883 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -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;