From f9e0548d0c7d026fe45f40dbc6affcf7d0b8f96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20S=C3=B6ntgen?= Date: Fri, 10 Dec 2021 16:48:36 +0100 Subject: [PATCH] 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. --- repos/gems/src/app/sculpt_manager/model/runtime_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/gems/src/app/sculpt_manager/model/runtime_config.h b/repos/gems/src/app/sculpt_manager/model/runtime_config.h index e97cebd7c6..a4fb9b56d3 100644 --- a/repos/gems/src/app/sculpt_manager/model/runtime_config.h +++ b/repos/gems/src/app/sculpt_manager/model/runtime_config.h @@ -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" };