summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/radeon.man2
-rw-r--r--src/radeon_driver.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/radeon.man b/man/radeon.man
index e7c34ff7..9fd281ad 100644
--- a/man/radeon.man
+++ b/man/radeon.man
@@ -408,7 +408,7 @@ For example, Option "MergedDPI" "100 100"
The default value is
.B undefined.
.TP
-.BI "Option \*qEnableColorTiling\*q \*q" "boolean" \*q
+.BI "Option \*qColorTiling\*q \*q" "boolean" \*q
Frame buffer can be addressed either in linear or tiled mode. Tiled mode can provide
significant performance benefits with 3D applications, for 2D it shouldn't matter
much. Tiling will be disabled if the virtual x resolution exceeds 2048, if option
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 9cbbdb2a..d7dad2b0 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -218,7 +218,7 @@ static const OptionInfoRec RADEONOptions[] = {
{ OPTION_DISP_PRIORITY, "DisplayPriority", OPTV_ANYSTR, {0}, FALSE },
{ OPTION_PANEL_SIZE, "PanelSize", OPTV_ANYSTR, {0}, FALSE },
{ OPTION_MIN_DOTCLOCK, "ForceMinDotClock", OPTV_FREQ, {0}, FALSE },
- { OPTION_COLOR_TILING, "EnableColorTiling",OPTV_BOOLEAN, {0}, FALSE },
+ { OPTION_COLOR_TILING, "ColorTiling", OPTV_BOOLEAN, {0}, FALSE },
#ifdef XvExtension
{ OPTION_VIDEO_KEY, "VideoKey", OPTV_INTEGER, {0}, FALSE },
{ OPTION_RAGE_THEATRE_CRYSTAL, "RageTheatreCrystal", OPTV_INTEGER, {0}, FALSE },