~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal

« back to all changes in this revision

Viewing changes to drivers/video/atmel_lcdfb.c

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-04kado7d1u2er2rl
Tags: 3.2.0-16.25
Add new lowlatency kernel flavour

Show diffs side-by-side

added added

removed removed

Lines of Context:
1089
1089
         */
1090
1090
        lcdc_writel(sinfo, ATMEL_LCDC_IDR, ~0UL);
1091
1091
 
1092
 
        sinfo->saved_lcdcon = lcdc_readl(sinfo, ATMEL_LCDC_CONTRAST_VAL);
 
1092
        sinfo->saved_lcdcon = lcdc_readl(sinfo, ATMEL_LCDC_CONTRAST_CTR);
1093
1093
        lcdc_writel(sinfo, ATMEL_LCDC_CONTRAST_CTR, 0);
1094
1094
        if (sinfo->atmel_lcdfb_power_control)
1095
1095
                sinfo->atmel_lcdfb_power_control(0);