aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/aty/aty128fb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/aty/aty128fb.c')
-rw-r--r--drivers/video/aty/aty128fb.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/video/aty/aty128fb.c b/drivers/video/aty/aty128fb.c
index 5d8f73b2b66..1c77cfb8e68 100644
--- a/drivers/video/aty/aty128fb.c
+++ b/drivers/video/aty/aty128fb.c
@@ -2209,11 +2209,6 @@ static int aty128fb_blank(int blank, struct fb_info *fb)
2209 if (par->lock_blank || par->asleep) 2209 if (par->lock_blank || par->asleep)
2210 return 0; 2210 return 0;
2211 2211
2212#ifdef CONFIG_FB_ATY128_BACKLIGHT
2213 if (machine_is(powermac) && blank)
2214 aty128_bl_set_power(fb, FB_BLANK_POWERDOWN);
2215#endif
2216
2217 if (blank & FB_BLANK_VSYNC_SUSPEND) 2212 if (blank & FB_BLANK_VSYNC_SUSPEND)
2218 state |= 2; 2213 state |= 2;
2219 if (blank & FB_BLANK_HSYNC_SUSPEND) 2214 if (blank & FB_BLANK_HSYNC_SUSPEND)
@@ -2228,11 +2223,6 @@ static int aty128fb_blank(int blank, struct fb_info *fb)
2228 aty128_set_lcd_enable(par, par->lcd_on && !blank); 2223 aty128_set_lcd_enable(par, par->lcd_on && !blank);
2229 } 2224 }
2230 2225
2231#ifdef CONFIG_FB_ATY128_BACKLIGHT
2232 if (machine_is(powermac) && !blank)
2233 aty128_bl_set_power(fb, FB_BLANK_UNBLANK);
2234#endif
2235
2236 return 0; 2226 return 0;
2237} 2227}
2238 2228