diff options
-rw-r--r-- | man/radeon.man | 6 | ||||
-rw-r--r-- | src/radeon.h | 1 | ||||
-rw-r--r-- | src/radeon_driver.c | 1 |
3 files changed, 0 insertions, 8 deletions
diff --git a/man/radeon.man b/man/radeon.man index 7edda46d..f8526dff 100644 --- a/man/radeon.man +++ b/man/radeon.man @@ -254,12 +254,6 @@ PCIE \-\- PCI Express (falls back to PCI at present) .br The default is .B auto detect. -.TP -.BI "Option \*qDDCMode\*q \*q" boolean \*q -Force to use the modes queried from the connected monitor. -.br -The default is -.B off. .TP .BI "Option \*qDisplayPriority\*q \*q" string \*q .br diff --git a/src/radeon.h b/src/radeon.h index a64782ef..8dc8f23e 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -165,7 +165,6 @@ typedef enum { OPTION_ACCEL_DFS, #endif #endif - OPTION_DDC_MODE, OPTION_IGNORE_EDID, OPTION_DISP_PRIORITY, OPTION_PANEL_SIZE, diff --git a/src/radeon_driver.c b/src/radeon_driver.c index d4ac58e5..d4148549 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -152,7 +152,6 @@ static const OptionInfoRec RADEONOptions[] = { { OPTION_ACCEL_DFS, "AccelDFS", OPTV_BOOLEAN, {0}, FALSE }, #endif #endif - { OPTION_DDC_MODE, "DDCMode", OPTV_BOOLEAN, {0}, FALSE }, { OPTION_IGNORE_EDID, "IgnoreEDID", OPTV_BOOLEAN, {0}, FALSE }, { OPTION_DISP_PRIORITY, "DisplayPriority", OPTV_ANYSTR, {0}, FALSE }, { OPTION_PANEL_SIZE, "PanelSize", OPTV_ANYSTR, {0}, FALSE }, |