| commit | 3188a24c256bae0ed93d81d82db1f1bb6060d727 | [log] [tgz] |
|---|---|---|
| author | =?utf-8?q?Michel_D=C3=A4nzer?= <michel@tungstengraphics.com> | Mon Dec 11 18:32:27 2006 +1100 |
| committer | Dave Airlie <airlied@linux.ie> | Mon Dec 11 18:32:27 2006 +1100 |
| tree | 8161deb13ff3c135eb274b08295920fb00ad8bf0 | |
| parent | 2c3f0eddfbd7f5c7a5450de287bad805722888c3 [diff] |
i915_vblank_tasklet: Try harder to avoid tearing. Previously, if there were several buffer swaps scheduled for the same vertical blank, all but the first blit emitted stood a chance of exhibiting tearing. In order to avoid this, split the blits along slices of each output top to bottom. Signed-off-by: Dave Airlie <airlied@linux.ie>