aboutsummaryrefslogtreecommitdiffstats
path: root/drmtools.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-03-28 09:19:49 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-03-28 09:19:49 +0100
commita0c9d2e5b1fbff99ce1281b322a31c718245ceba (patch)
tree67979e8dc6ad05d172201046c914d9b3c761cf9f /drmtools.h
parentfca17ca477aad828e62e13622262497a982e7584 (diff)
downloaddrminfo-a0c9d2e5b1fbff99ce1281b322a31c718245ceba.tar.gz
virtiotest fixes
Diffstat (limited to 'drmtools.h')
-rw-r--r--drmtools.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/drmtools.h b/drmtools.h
index f95b4fa..b8f3e0d 100644
--- a/drmtools.h
+++ b/drmtools.h
@@ -28,8 +28,9 @@ void drm_plane_init(int fd);
bool drm_probe_format_fb(int fd, const struct fbformat *fmt);
void drm_print_format(FILE *fp, const struct fbformat *fmt,
- int indent, bool libs);
-void drm_print_format_hdr(FILE *fp, int indent, bool libs);
+ int indent, bool libs, bool virtio);
+void drm_print_format_hdr(FILE *fp, int indent,
+ bool libs, bool virtio);
/* ------------------------------------------------------------------ */