commit | 42dd8619940a153e950c4d2301cd5e49f7342f99 | [log] [tgz] |
---|---|---|
author | Simon Farnsworth <simon.farnsworth@onelan.com> | Fri Jul 10 11:25:16 2009 +0100 |
committer | Dave Airlie <airlied@linux.ie> | Wed Jul 15 16:00:07 2009 +1000 |
tree | c2ddcadc9d3d36823792494a9b11c08fb109874b | |
parent | 845792d940f5755b7a7837c450a71d9e831a13e2 [diff] |
drm/via: Fix vblank IRQ on VIA hardware. via_enable_vblank wasn't setting the VBlank enable bit - instead, it was masking out the rest of the register. At the same time, fix via_disable_vblank to clear the VBlank enable bit. Signed-off-by: Dave Airlie <airlied@linux.ie>