files.drmkms_pci revision 1.10
11.9Sriastrad#	$NetBSD: files.drmkms_pci,v 1.10 2018/08/27 14:02:32 riastradh Exp $
21.2Sriastrad
31.6Sriastrad# Attribute for kernel components supporting PCI-based real graphics
41.7Sriastrad# drivers, a.k.a. `KMS' (kernel mode-setting), as opposed to the legacy
51.7Sriastrad# `drm' interface attribute, which is where PCI-based fake graphics
61.7Sriastrad# drivers, a.k.a. `UMS' (user mode-setting), attach.
71.2Sriastraddefine	drmkms_pci: drmkms
81.2Sriastrad
91.2Sriastrad#file	external/bsd/drm2/dist/drm/ati_pcigart.c	drmkms_pci
101.2Sriastradfile	external/bsd/drm2/dist/drm/drm_agpsupport.c	drmkms_pci
111.2Sriastradfile	external/bsd/drm2/pci/drm_pci.c			drmkms_pci
121.2Sriastradfile	external/bsd/drm2/pci/drm_pci_module.c		drmkms_pci
131.2Sriastrad
141.5Sriastraddefine	drmfb_pci: drmfb, drmkms_pci
151.5Sriastradfile	external/bsd/drm2/pci/drmfb_pci.c		drmfb_pci
161.5Sriastrad
171.10Sriastradinclude "external/bsd/drm2/amdgpu/files.amdgpu"
181.2Sriastradinclude "external/bsd/drm2/i915drm/files.i915drmkms"
191.3Sriastradinclude "external/bsd/drm2/radeon/files.radeon"
201.4Sriastradinclude "external/bsd/drm2/nouveau/files.nouveau"
211.8Sriastradinclude "external/bsd/drm2/via/files.via"
22