summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2008-08-18 12:53:33 -0700
committerZhenyu Wang <zhenyu.z.wang@intel.com>2008-08-20 11:07:31 +0800
commit70e85e6ce4cd53ab4685440605fcfe65995cb2e4 (patch)
tree4e9e69371dabc6685fd34ca2dcc0af3373da1cf4
parent76b19eaaf591f7f55aaa00cf0fd90d9574c500d2 (diff)
Remove unused VBIOS flag defines
We just use the structure definitions now. (cherry picked from commit 078a59dd48ed00a6512d155883956c18752da9ce)
-rw-r--r--src/i830_bios.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/i830_bios.h b/src/i830_bios.h
index 817ac2db..85729f7c 100644
--- a/src/i830_bios.h
+++ b/src/i830_bios.h
@@ -140,14 +140,6 @@ struct bdb_general_definitions {
/* may be another device block here on some platforms */
} __attribute__((packed));
-#define LVDS_CAP_EDID (1 << 6)
-#define LVDS_CAP_DITHER (1 << 5)
-#define LVDS_CAP_PFIT_AUTO_RATIO (1 << 4)
-#define LVDS_CAP_PFIT_GRAPHICS_MODE (1 << 3)
-#define LVDS_CAP_PFIT_TEXT_MODE (1 << 2)
-#define LVDS_CAP_PFIT_GRAPHICS (1 << 1)
-#define LVDS_CAP_PFIT_TEXT (1 << 0)
-
struct bdb_lvds_options {
uint8_t panel_type;
uint8_t rsvd1;
@@ -196,8 +188,6 @@ struct lvds_dvo_timing {
uint8_t h_border;
uint8_t v_border;
uint8_t flags;
-#define FP_EDID_FLAG_VSYNC_POSITIVE (1 << 2)
-#define FP_EDID_FLAG_HSYNC_POSITIVE (1 << 1)
} __attribute__((packed));
struct lvds_pnp_id {