xref: /freebsd-src/share/man/man4/virtio_gpu.4 (revision 6e1fc0118033f42b7c0d3623c8f67a89ebecabb2)
102f27066SAndrew Turner.\"-
202f27066SAndrew Turner.\" SPDX-License-Identifier: BSD-2-Clause
302f27066SAndrew Turner.\"
402f27066SAndrew Turner.\" Copyright (c) 2014 Bryan Venteicher
502f27066SAndrew Turner.\" All rights reserved.
602f27066SAndrew Turner.\" Copyright (c) 2023 Arm Ltd
702f27066SAndrew Turner.\"
802f27066SAndrew Turner.\" Redistribution and use in source and binary forms, with or without
902f27066SAndrew Turner.\" modification, are permitted provided that the following conditions
1002f27066SAndrew Turner.\" are met:
1102f27066SAndrew Turner.\" 1. Redistributions of source code must retain the above copyright
1202f27066SAndrew Turner.\"    notice, this list of conditions and the following disclaimer.
1302f27066SAndrew Turner.\" 2. Redistributions in binary form must reproduce the above copyright
1402f27066SAndrew Turner.\"    notice, this list of conditions and the following disclaimer in the
1502f27066SAndrew Turner.\"    documentation and/or other materials provided with the distribution.
1602f27066SAndrew Turner.\"
1702f27066SAndrew Turner.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1802f27066SAndrew Turner.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1902f27066SAndrew Turner.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2002f27066SAndrew Turner.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
2102f27066SAndrew Turner.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2202f27066SAndrew Turner.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2302f27066SAndrew Turner.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2402f27066SAndrew Turner.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2502f27066SAndrew Turner.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2602f27066SAndrew Turner.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2702f27066SAndrew Turner.\" SUCH DAMAGE.
2802f27066SAndrew Turner.\"
2902f27066SAndrew Turner.Dd August 14, 2023
3002f27066SAndrew Turner.Dt VIRTIO_GPU 4
3102f27066SAndrew Turner.Os
3202f27066SAndrew Turner.Sh NAME
3302f27066SAndrew Turner.Nm virtio_gpu
3402f27066SAndrew Turner.Nd VirtIO GPU driver
3502f27066SAndrew Turner.Sh SYNOPSIS
3602f27066SAndrew TurnerTo compile this driver into the kernel,
3702f27066SAndrew Turnerplace the following lines in your
3802f27066SAndrew Turnerkernel configuration file:
3902f27066SAndrew Turner.Bd -ragged -offset indent
4002f27066SAndrew Turner.Cd "device virtio_gpu"
4102f27066SAndrew Turner.Ed
4202f27066SAndrew Turner.Sh DESCRIPTION
4302f27066SAndrew TurnerThe
4402f27066SAndrew Turner.Nm
4502f27066SAndrew Turnerdevice driver provides support for VirtIO gpu devices to create a
4602f27066SAndrew Turner.Xr vt 4
4702f27066SAndrew Turnerconsole.
4802f27066SAndrew Turner.Sh SEE ALSO
49*6e1fc011SGraham Percival.Xr virtio 4 ,
5002f27066SAndrew Turner.Xr vt 4
5102f27066SAndrew Turner.Sh HISTORY
5202f27066SAndrew TurnerThe
5302f27066SAndrew Turner.Nm
5402f27066SAndrew Turnerdriver first appeared in FreeBSD 14.0.
55