aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/drmmode_exynos/drmmode_exynos.c2
1 files changed, 1 insertions, 1 deletions
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 */,