| // Copyright 2026 The Fuchsia Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| composite framebuffer_amd_display; |
| |
| |
| primary parent "pci" { |
| fuchsia.hardware.pci.Service == fuchsia.hardware.pci.Service.ZirconTransport; |
| fuchsia.BIND_PCI_VID == fuchsia.pci.BIND_PCI_VID.AMD; |
| fuchsia.BIND_PCI_CLASS == fuchsia.pci.BIND_PCI_CLASS.DISPLAY; |
| |
| // Unlike framebuffer-intel-display, we do not exclude specific device IDs: there is no |
| // full AMD display driver in Fuchsia yet that would compete for the same PCI node. |
| } |
| |
| optional parent "acpi" { |
| fuchsia.BIND_PROTOCOL == fuchsia.acpi.BIND_PROTOCOL.DEVICE; |
| } |