aboutsummaryrefslogtreecommitdiffstats
path: root/drmtools.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-10-15 22:52:25 +0200
committerGerd Hoffmann <kraxel@redhat.com>2018-10-15 22:52:25 +0200
commit873d87b4914c1224ba9076e2cbb5e7d95c45f2fc (patch)
tree4368eb6d9bd91c475b00192b712ebfc0c5fdc834 /drmtools.h
parent811de87d5ede98023ad862bbfd0fbe959efbaed9 (diff)
downloaddrminfo-873d87b4914c1224ba9076e2cbb5e7d95c45f2fc.tar.gz
virtio test
Diffstat (limited to 'drmtools.h')
-rw-r--r--drmtools.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drmtools.h b/drmtools.h
index d83e3a5..45ca206 100644
--- a/drmtools.h
+++ b/drmtools.h
@@ -6,7 +6,8 @@ struct fbformat {
uint32_t depth; /* legacy (ADDFB) */
uint32_t fourcc; /* DRM_FORMAT_* (ADDFB2) */
cairo_format_t cairo; /* CAIRO_FORMAT_* */
- pixman_format_code_t pixman; /* PIXMAN_* */
+ pixman_format_code_t pixman; /* PIXMAN_* */
+ uint32_t virtio; /* VIRTIO_GPU_FORMAT_* */
};
extern const struct fbformat fmts[];