summaryrefslogtreecommitdiff
path: root/src/i830_tv.c
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@jbarnes-t61.(none)>2008-08-05 13:37:38 -0700
committerZhenyu Wang <zhenyu.z.wang@intel.com>2008-08-15 10:33:23 +0800
commit86b10601e8798974240ae17539b413c1798d34e1 (patch)
tree0b63daab9c221920f71d078a46fe4d4b8de455ba /src/i830_tv.c
parent81bd24d8b1a3cdb8a539f4ca0c5f546e4c8070ed (diff)
Reorganize VBIOS code
Make VBT parsing happen at driver init time rather than in each output init function, to save time and better separate VBIOS code into i830_bios.[ch]. The changes end up touching the output files due to field name changes, and allow us to reorder & simplify our LFP mode detection code. (cherry picked from commit a21d4794b6812ce05d08f06dc47b26c4fb1c1fef)
Diffstat (limited to 'src/i830_tv.c')
-rw-r--r--src/i830_tv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i830_tv.c b/src/i830_tv.c
index 1022c469..0a33357c 100644
--- a/src/i830_tv.c
+++ b/src/i830_tv.c
@@ -1716,7 +1716,6 @@ i830_tv_init(ScrnInfoPtr pScrn)
(tv_dac_off & TVDAC_STATE_CHG_EN) != 0)
return;
- i830_bios_get_tv(pScrn);
if (!pI830->tv_present) /* VBIOS claims no TV connector */
return;