summaryrefslogtreecommitdiff
path: root/src/i830_bios.h
diff options
context:
space:
mode:
authorZhenyu Wang <zhenyu.z.wang@intel.com>2009-02-27 09:02:30 +0800
committerZhenyu Wang <zhenyu.z.wang@intel.com>2009-03-02 15:20:27 +0800
commit55359ef9ab0a2be42a55e0279835f76a191d6c74 (patch)
treeda795c690993deb292732c4064e9f69f015ded08 /src/i830_bios.h
parent38a7683561cee7fffab174c2a166bfd51b51ba27 (diff)
Update driver feature block definition for missed fields
Diffstat (limited to 'src/i830_bios.h')
-rw-r--r--src/i830_bios.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/i830_bios.h b/src/i830_bios.h
index ec8bd8fc..78af830c 100644
--- a/src/i830_bios.h
+++ b/src/i830_bios.h
@@ -428,6 +428,12 @@ struct bdb_driver_feature {
uint16_t crt_hotplug:1;
uint16_t lvds_config:2;
uint16_t reserved:3;
+
+ uint8_t static_display:1;
+ uint8_t reserved2:7;
+ uint16_t legacy_crt_max_x;
+ uint16_t legacy_crt_max_y;
+ uint8_t legacy_crt_max_refresh;
} __attribute__((packed));
#ifndef REG_DUMPER