1 1.9 riastrad # $NetBSD: files.drmkms_pci,v 1.11 2018/08/27 15:10:12 riastradh Exp $ 2 1.2 riastrad 3 1.6 riastrad # Attribute for kernel components supporting PCI-based real graphics 4 1.7 riastrad # drivers, a.k.a. `KMS' (kernel mode-setting), as opposed to the legacy 5 1.7 riastrad # `drm' interface attribute, which is where PCI-based fake graphics 6 1.7 riastrad # drivers, a.k.a. `UMS' (user mode-setting), attach. 7 1.2 riastrad define drmkms_pci: drmkms 8 1.2 riastrad 9 1.2 riastrad #file external/bsd/drm2/dist/drm/ati_pcigart.c drmkms_pci 10 1.11 riastrad file external/bsd/drm2/dist/drm/drm_agpsupport.c drmkms_pci & agp 11 1.2 riastrad file external/bsd/drm2/pci/drm_pci.c drmkms_pci 12 1.2 riastrad file external/bsd/drm2/pci/drm_pci_module.c drmkms_pci 13 1.2 riastrad 14 1.5 riastrad define drmfb_pci: drmfb, drmkms_pci 15 1.5 riastrad file external/bsd/drm2/pci/drmfb_pci.c drmfb_pci 16 1.5 riastrad 17 1.10 riastrad include "external/bsd/drm2/amdgpu/files.amdgpu" 18 1.2 riastrad include "external/bsd/drm2/i915drm/files.i915drmkms" 19 1.3 riastrad include "external/bsd/drm2/radeon/files.radeon" 20 1.4 riastrad include "external/bsd/drm2/nouveau/files.nouveau" 21 1.8 riastrad include "external/bsd/drm2/via/files.via" 22