From 234b5c40b13f3fd211bff07a046aee00611e1a4f Mon Sep 17 00:00:00 2001 From: Jesse Barnes Date: Thu, 27 Oct 2011 17:47:58 -0700 Subject: [PATCH] testdisplay: add stub disable_planes() function To fix the compile with non-plane libdrms. Signed-off-by: Jesse Barnes --- tests/testdisplay.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testdisplay.c b/tests/testdisplay.c index a4d6d186..4138f9fd 100644 --- a/tests/testdisplay.c +++ b/tests/testdisplay.c @@ -804,6 +804,7 @@ disable_planes(int fd) } #else static void enable_plane(struct connector *c) { return; } +static void disable_planes(int fd) { return; } #endif static void