diff options
author | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2009-02-25 09:54:03 +0800 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2009-02-25 09:54:03 +0800 |
commit | 8718551f14e064b461e80a583597f0ea9fb8ca9f (patch) | |
tree | cd16e228b4e1fdac444af2bf1e7bcf1111674505 /src/i830_bios.h | |
parent | 9d8e5c21a1688b915bf39261d4c3b0bf2906daef (diff) |
Update LVDS config bits definition in driver feature block
ALL_LVDS is actually not defined before and include GM45.
Embedded DP bit will be used for newer chips.
Diffstat (limited to 'src/i830_bios.h')
-rw-r--r-- | src/i830_bios.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i830_bios.h b/src/i830_bios.h index 2dcc092f..ec8bd8fc 100644 --- a/src/i830_bios.h +++ b/src/i830_bios.h @@ -396,9 +396,9 @@ struct vch_bdb_22 { } __attribute__((packed)); #define BDB_DRIVER_NO_LVDS 0 -#define BDB_DRIVER_INTER_LVDS 1 +#define BDB_DRIVER_INT_LVDS 1 #define BDB_DRIVER_SDVO_LVDS 2 -#define BDB_DRIVER_ALL_LVDS 3 +#define BDB_DRIVER_EDP 3 struct bdb_driver_feature { uint8_t boot_dev_algorithm:1; |