~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/video/via/hw.c

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati, Upstream Kernel Changes
  • Date: 2012-03-27 17:01:30 UTC
  • Revision ID: package-import@ubuntu.com-20120327170130-qrvi60snnxty6ibi
Tags: 3.2.0-1411.14
[ Paolo Pisati ]

* Revert to Ubuntu-3.2.0-1409.12 until we figure out what's wrong with hdmi
  - LP: #963512

[ Upstream Kernel Changes ]

* Revert "Reapply upleveled PMU interrupt patch"
* KBuild: Allow scripts/* to be cross compiled
* LINARO: Use KBUILD_SCRIPTROOT to cross build scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
1810
1810
                break;
1811
1811
        }
1812
1812
 
1813
 
        /* magic required on VX900 for correct modesetting on IGA1 */
1814
 
        via_write_reg_mask(VIACR, 0x45, 0x00, 0x01);
1815
 
 
1816
1813
        /* probably this should go to the scaling code one day */
1817
 
        via_write_reg_mask(VIACR, 0xFD, 0, 0x80); /* VX900 hw scale on IGA2 */
1818
1814
        viafb_write_regx(scaling_parameters, ARRAY_SIZE(scaling_parameters));
1819
1815
 
1820
1816
        /* Fill VPIT Parameters */