diff options
author | Alex Deucher <alex@botch2.(none)> | 2007-08-25 17:37:35 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.(none)> | 2007-08-25 17:37:35 -0400 |
commit | 3fd2d22a02812d5f86cdc1c9503f48362b0c362b (patch) | |
tree | 40daf522dbfee8c9c736ee84d3e4c15cc3ed2f61 /src/radeon.h | |
parent | 3469e1aa08792890fa6a5c72da52a1992a0b382c (diff) |
RADEON: remove fbdev option
FBDev support is currently broken, and it not really compatible
with randr
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/radeon.h b/src/radeon.h index 6f880b8..53fb5f7 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -123,7 +123,6 @@ typedef enum { #endif OPTION_DDC_MODE, OPTION_IGNORE_EDID, - OPTION_FBDEV, OPTION_DISP_PRIORITY, OPTION_PANEL_SIZE, OPTION_MIN_DOTCLOCK, @@ -437,8 +436,6 @@ typedef struct { RADEONChipFamily ChipFamily; RADEONErrata ChipErrata; - Bool FBDev; - unsigned long LinearAddr; /* Frame buffer physical address */ unsigned long MMIOAddr; /* MMIO region physical address */ unsigned long BIOSAddr; /* BIOS physical address */ |