summaryrefslogtreecommitdiff
path: root/src/i830_bios.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-02-13 10:21:12 -0800
committerEric Anholt <eric@anholt.net>2007-02-13 10:21:12 -0800
commit6641aec0a1cbc869fba1956c556cdd204631545a (patch)
tree80706e6785fc773324aa6867bf234a7aa1b7f634 /src/i830_bios.h
parent991439d4c78cf5b2a8f6bb8f5b36fffbfcc4e4fc (diff)
Attempt to detect panel fixed mode from EDID or current programmed mode.
These two sources are placed in higher priority to the BIOS data when available, since the BIOS data has proven unreliable. The BIOS data is still read, and warnings printed if it doesn't match what we probe. The BIOS data remains useful for the situation where we want to turn on LVDS but there is no EDID available and no current mode programmed (i.e. booting with VGA or TV connected).
Diffstat (limited to 'src/i830_bios.h')
-rw-r--r--src/i830_bios.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/i830_bios.h b/src/i830_bios.h
index 9bd0db8a..881d5c86 100644
--- a/src/i830_bios.h
+++ b/src/i830_bios.h
@@ -114,6 +114,3 @@ struct lvds_bdb_2 {
CARD8 table_size; /* not sure on this one */
struct lvds_bdb_2_entry panels[16];
} __attribute__((packed));
-
-Bool
-i830GetLVDSInfoFromBIOS(ScrnInfoPtr pScrn);