From 1ce856713af2319e22488207c9823a9d85a0ffba Mon Sep 17 00:00:00 2001 From: Javier Martin Date: Tue, 20 Aug 2013 09:21:14 +0100 Subject: Use correct flags for scanout buffers in exynos. This new value for the dumb scanout buffer makes sure that the allocated memory area will be physically contiguous. Change-Id: If54c817850148fc726371000b35af0f3415b1f0b --- src/drmmode_exynos/drmmode_exynos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drmmode_exynos/drmmode_exynos.c b/src/drmmode_exynos/drmmode_exynos.c index 0c2a895..70d7ba2 100644 --- a/src/drmmode_exynos/drmmode_exynos.c +++ b/src/drmmode_exynos/drmmode_exynos.c @@ -118,7 +118,7 @@ static void set_cursor_image(xf86CrtcPtr crtc, uint32_t *d, CARD32 *s) } struct drmmode_interface exynos_interface = { - 0x00000001 /* dumb_scanout_flags */, + 0x00000000 /* dumb_scanout_flags */, 0x00000001 /* dumb_no_scanout_flags */, 1 /* use_page_flip_events */, CURSORW /* cursor width */, -- cgit v1.2.3