mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
sculpt_manager: integrate GPU device access
Similar to other devices allow for selecting a graphics device as well. This is currently only useful on iMX8-based systems like iMX8Q-EVK and MNT Reform2 where the driver is explicitly started from a pkg. Fixes #4342.
This commit is contained in:
parent
1a9fad4022
commit
f9e0548d0c
@ -355,6 +355,7 @@ class Sculpt::Runtime_config
|
||||
_pci_net { _r, Type::PLATFORM, "network hardware", "nic" },
|
||||
_pci_audio { _r, Type::PLATFORM, "audio hardware", "audio" },
|
||||
_pci_acpi { _r, Type::PLATFORM, "ACPI", "acpica" },
|
||||
_hw_gpu { _r, Type::PLATFORM, "GPU hardware", "gpu" },
|
||||
_trace { _r, Type::TRACE, "system-global tracing" },
|
||||
_vm { _r, Type::VM, "virtualization hardware" },
|
||||
_pd { _r, Type::PD, "system PD service" };
|
||||
|
Loading…
Reference in New Issue
Block a user