diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-06-14 10:05:50 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-06-14 10:05:50 +0200 |
commit | ac3a01bfe9520e61f44e7f9893145d82b53522ae (patch) | |
tree | 821b1f519438e1f486dfae5045070e7d7983e1c5 /virtiotest.c | |
parent | e7580760b355347220993ae485d3e8962e14e77e (diff) | |
download | drminfo-ac3a01bfe9520e61f44e7f9893145d82b53522ae.tar.gz |
add drm lease support to drmtest
Diffstat (limited to 'virtiotest.c')
-rw-r--r-- | virtiotest.c | 2 |
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(); |