diff options
Diffstat (limited to 'drivers/video/aty/radeon_base.c')
-rw-r--r-- | drivers/video/aty/radeon_base.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/video/aty/radeon_base.c b/drivers/video/aty/radeon_base.c index 150684882ef7..ce1506b75adf 100644 --- a/drivers/video/aty/radeon_base.c +++ b/drivers/video/aty/radeon_base.c | |||
@@ -263,19 +263,19 @@ static reg_val common_regs[] = { | |||
263 | 263 | ||
264 | static char *mode_option; | 264 | static char *mode_option; |
265 | static char *monitor_layout; | 265 | static char *monitor_layout; |
266 | static int noaccel = 0; | 266 | static bool noaccel = 0; |
267 | static int default_dynclk = -2; | 267 | static int default_dynclk = -2; |
268 | static int nomodeset = 0; | 268 | static bool nomodeset = 0; |
269 | static int ignore_edid = 0; | 269 | static bool ignore_edid = 0; |
270 | static int mirror = 0; | 270 | static bool mirror = 0; |
271 | static int panel_yres = 0; | 271 | static int panel_yres = 0; |
272 | static int force_dfp = 0; | 272 | static bool force_dfp = 0; |
273 | static int force_measure_pll = 0; | 273 | static bool force_measure_pll = 0; |
274 | #ifdef CONFIG_MTRR | 274 | #ifdef CONFIG_MTRR |
275 | static int nomtrr = 0; | 275 | static bool nomtrr = 0; |
276 | #endif | 276 | #endif |
277 | static int force_sleep; | 277 | static bool force_sleep; |
278 | static int ignore_devlist; | 278 | static bool ignore_devlist; |
279 | #ifdef CONFIG_PMAC_BACKLIGHT | 279 | #ifdef CONFIG_PMAC_BACKLIGHT |
280 | static int backlight = 1; | 280 | static int backlight = 1; |
281 | #else | 281 | #else |