class GpuDeviceDriver
Defined at line 28 of file ../../src/graphics/display/drivers/virtio-gpu-display/cpp/gpu-device-driver.h
Integration between this driver and the Driver Framework.
Public Methods
void GpuDeviceDriver (const GpuDeviceDriver & )
Defined at line 32 of file ../../src/graphics/display/drivers/virtio-gpu-display/cpp/gpu-device-driver.h
GpuDeviceDriver & operator= (const GpuDeviceDriver & )
Defined at line 33 of file ../../src/graphics/display/drivers/virtio-gpu-display/cpp/gpu-device-driver.h
void GpuDeviceDriver (GpuDeviceDriver && )
Defined at line 34 of file ../../src/graphics/display/drivers/virtio-gpu-display/cpp/gpu-device-driver.h
GpuDeviceDriver & operator= (GpuDeviceDriver && )
Defined at line 35 of file ../../src/graphics/display/drivers/virtio-gpu-display/cpp/gpu-device-driver.h
void GpuDeviceDriver ()
Defined at line 145 of file ../../src/graphics/display/drivers/virtio-gpu-display/cpp/gpu-device-driver.cc
void ~GpuDeviceDriver ()
Defined at line 147 of file ../../src/graphics/display/drivers/virtio-gpu-display/cpp/gpu-device-driver.cc
void Start (fdf::DriverContext context, fdf::StartCompleter completer)
fdf::DriverBase:
Defined at line 149 of file ../../src/graphics/display/drivers/virtio-gpu-display/cpp/gpu-device-driver.cc
void Stop (fdf::StopCompleter completer)
Defined at line 177 of file ../../src/graphics/display/drivers/virtio-gpu-display/cpp/gpu-device-driver.cc
void SendHardwareCommand (std::span<uint8_t> request, std::function<void (std::span<uint8_t>)> callback)
GpuControlServer::DeviceAccessor interface.
Defined at line 184 of file ../../src/graphics/display/drivers/virtio-gpu-display/cpp/gpu-device-driver.cc