Skip to content

Commit

Permalink
virtio-gpu: Fix spelling error
Browse files Browse the repository at this point in the history
Fix spelling error.

Fixes: fed6423 ("Add virtio gpu device specification.")
Fixes: oasis-tcs#192
Signed-off-by: Parav Pandit <[email protected]>
Reviewed-by: Matias Ezequiel Vara Larsen <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
paravmellanox committed Nov 3, 2024
1 parent d17c70a commit 4a5df40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device-types/gpu/description.tex
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ \subsubsection{Device Operation: Create a framebuffer and configure scanout}
\item Allocate a framebuffer from guest ram, and attach it as backing
storage to the resource just created, using
VIRTIO_GPU_CMD_RESOURCE_ATTACH_BACKING. Scatter lists are
supported, so the framebuffer doesn't need to be contignous in guest
supported, so the framebuffer doesn't need to be contiguous in guest
physical memory.
\item Use VIRTIO_GPU_CMD_SET_SCANOUT to link the framebuffer to
a display scanout.
Expand Down

0 comments on commit 4a5df40

Please sign in to comment.