From: Daniel Vetter Date: Sun, 30 Oct 2011 19:45:42 +0000 (+0100) Subject: testdisplay: compile fix for !DRM_PLANES X-Git-Tag: 1.1~56 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b8bbc950d411ea30ebe14e6d001f1eb3204f8b1;p=profile%2Fextras%2Fintel-gpu-tools.git testdisplay: compile fix for !DRM_PLANES Signed-off-by: Daniel Vetter --- 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