From 5b8bbc950d411ea30ebe14e6d001f1eb3204f8b1 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Sun, 30 Oct 2011 20:45:42 +0100 Subject: [PATCH] testdisplay: compile fix for !DRM_PLANES Signed-off-by: Daniel Vetter --- tests/testdisplay.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/testdisplay.c b/tests/testdisplay.c index c8cdb20..2793a4b 100644 --- a/tests/testdisplay.c +++ b/tests/testdisplay.c @@ -819,6 +819,9 @@ disable_planes(int fd) } #else static void enable_plane(struct connector *c) { return; } +static void +adjust_plane(int fd, int xdistance, int ydistance, int wdiff, int hdiff) +{ return; } static void disable_planes(int fd) { return; } #endif -- 2.7.4