Files
RedBear-OS/local/config/pcid.d/amd_gpu.toml
T
vasilito 99a952650a Update GPU pcid driver configs
Keep the shipped device-services image config aligned with the local AMD and Intel GPU pcid definitions after the schema change to [[drivers]].
2026-04-18 07:01:10 +01:00

18 lines
393 B
TOML

# PCID configuration for AMD GPU auto-detection
# When pcid detects an AMD GPU (vendor 0x1002, class 0x03),
# it launches redox-drm with the PCI device location.
[[drivers]]
name = "AMD GPU (VGA compatible)"
class = 0x03
vendor = 0x1002
subclass = 0x00
command = ["redox-drm"]
[[drivers]]
name = "AMD GPU (3D controller)"
class = 0x03
vendor = 0x1002
subclass = 0x02
command = ["redox-drm"]