mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 17:36:11 +00:00
testdisplay: add stub disable_planes() function
To fix the compile with non-plane libdrms. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
This commit is contained in:
parent
28d1be3f9b
commit
234b5c40b1
@ -804,6 +804,7 @@ disable_planes(int fd)
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
static void enable_plane(struct connector *c) { return; }
|
static void enable_plane(struct connector *c) { return; }
|
||||||
|
static void disable_planes(int fd) { return; }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user