aboutsummaryrefslogtreecommitdiffstats
path: root/virtiotest.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-06-14 10:05:50 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-06-14 10:05:50 +0200
commitac3a01bfe9520e61f44e7f9893145d82b53522ae (patch)
tree821b1f519438e1f486dfae5045070e7d7983e1c5 /virtiotest.c
parente7580760b355347220993ae485d3e8962e14e77e (diff)
downloaddrminfo-ac3a01bfe9520e61f44e7f9893145d82b53522ae.tar.gz
add drm lease support to drmtest
Diffstat (limited to 'virtiotest.c')
-rw-r--r--virtiotest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtiotest.c b/virtiotest.c
index e108232..8acce4c 100644
--- a/virtiotest.c
+++ b/virtiotest.c
@@ -292,7 +292,7 @@ int main(int argc, char **argv)
assert(fmt != NULL);
logind_init();
- drm_init_dev(card, output, modename, false);
+ drm_init_dev(card, output, modename, false, -1);
if (printinfo)
virtio_print_caps();