class GpuDeviceDriver

Defined at line 27 of file ../../src/graphics/display/drivers/virtio-gpu-display/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/gpu-device-driver.h

GpuDeviceDriver & operator= (const GpuDeviceDriver & )

Defined at line 33 of file ../../src/graphics/display/drivers/virtio-gpu-display/gpu-device-driver.h

void GpuDeviceDriver (GpuDeviceDriver && )

Defined at line 34 of file ../../src/graphics/display/drivers/virtio-gpu-display/gpu-device-driver.h

GpuDeviceDriver & operator= (GpuDeviceDriver && )

Defined at line 35 of file ../../src/graphics/display/drivers/virtio-gpu-display/gpu-device-driver.h

void GpuDeviceDriver (fdf::DriverStartArgs start_args, fdf::UnownedSynchronizedDispatcher driver_dispatcher)

Defined at line 149 of file ../../src/graphics/display/drivers/virtio-gpu-display/gpu-device-driver.cc

void ~GpuDeviceDriver ()

Defined at line 153 of file ../../src/graphics/display/drivers/virtio-gpu-display/gpu-device-driver.cc

void Start (fdf::StartCompleter completer)

fdf::DriverBase:

Defined at line 155 of file ../../src/graphics/display/drivers/virtio-gpu-display/gpu-device-driver.cc

void Stop ()

Defined at line 183 of file ../../src/graphics/display/drivers/virtio-gpu-display/gpu-device-driver.cc

void SendHardwareCommand (cpp20::span<uint8_t> request, std::function<void (cpp20::span<uint8_t>)> callback)

GpuControlServer::DeviceAccessor interface.

Defined at line 189 of file ../../src/graphics/display/drivers/virtio-gpu-display/gpu-device-driver.cc