summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2008-08-18 12:53:33 -0700
committerJesse Barnes <jbarnes@virtuousgeek.org>2008-08-18 12:53:33 -0700
commit078a59dd48ed00a6512d155883956c18752da9ce (patch)
tree3ac038904b604e8dec41db8d760b1cd047827469
parent7048141254b7c1948fe77b1742b463f8723610d8 (diff)
Remove unused VBIOS flag defines
We just use the structure definitions now.
-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 {