diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2015-09-10 11:18:52 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2018-06-29 13:34:48 +0300 |
commit | 059b476c6d12aab67174b2c73d4976c7b38990c6 (patch) | |
tree | 86aca1aaab70df12a405079a52a23b1859550b6a /content.tex | |
parent | 7736b744e490f772fe81db5b2952e04e8a7ce88d (diff) |
Add virtio gpu device specification.
Resuming the effort to get the gpu device specs merged.
Support for 2d mode (3d/virgl mode is not covered by this patch) has
been added to the linux kernel version 4.2 and to qemu version 2.4.
git branch:
https://www.kraxel.org/cgit/virtio-spec/commit/?h=virtio-gpu
Rendered versions are available here:
https://www.kraxel.org/virtio/virtio-v1.0-cs03-virtio-gpu.pdf
https://www.kraxel.org/virtio/virtio-v1.0-cs03-virtio-gpu.html#x1-2800007
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'content.tex')
-rw-r--r-- | content.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content.tex b/content.tex index be18234..d41c2f8 100644 --- a/content.tex +++ b/content.tex @@ -5325,6 +5325,8 @@ descriptor for the \field{sense_len}, \field{residual}, \field{status_qualifier}, \field{status}, \field{response} and \field{sense} fields. +\input{virtio-gpu.tex} + \chapter{Reserved Feature Bits}\label{sec:Reserved Feature Bits} Currently these device-independent feature bits defined: |