mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-21 23:06:29 +00:00
testdisplay: compile fix for !DRM_PLANES
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
5ef806bb5d
commit
5b8bbc950d
@ -819,6 +819,9 @@ disable_planes(int fd)
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
static void enable_plane(struct connector *c) { return; }
|
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; }
|
static void disable_planes(int fd) { return; }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user