summaryrefslogtreecommitdiff
path: root/src/i830_video.c
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2009-06-02 16:42:56 +0100
committerJesse Barnes <jbarnes@virtuousgeek.org>2009-06-02 16:45:12 +0100
commitec2fde7c8250fdc30984f16c8a1d3587d70b0144 (patch)
tree72fda83a9679796ee96a187cf4c11d480381958e /src/i830_video.c
parent704771f1c595df481d244a6f074e9f5620d4a720 (diff)
Sync DRI2 CopyRegion to vertical retrace
Akin to the Xv code, wait for the scanline to be outside the range to be copied by the DRI2 CopyRegion hook. Fixes fdo bug #20664. Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'src/i830_video.c')
-rw-r--r--src/i830_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_video.c b/src/i830_video.c
index 5beee520..085e79a0 100644
--- a/src/i830_video.c
+++ b/src/i830_video.c
@@ -1713,7 +1713,7 @@ i830_box_area (BoxPtr box)
* with greater coverage
*/
-static xf86CrtcPtr
+xf86CrtcPtr
i830_covering_crtc (ScrnInfoPtr pScrn,
BoxPtr box,
xf86CrtcPtr desired,