files.drmkms_pci revision 1.8
11.8Sriastrad# $NetBSD: files.drmkms_pci,v 1.8 2015/04/29 11:37:31 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.3Sriastrad# XXX Not quite right! Should AGP stuff be kept separate? 101.3Sriastradmakeoptions drmkms_pci CPPFLAGS+="-DCONFIG_AGP" 111.3Sriastrad 121.2Sriastrad#file external/bsd/drm2/dist/drm/ati_pcigart.c drmkms_pci 131.2Sriastradfile external/bsd/drm2/dist/drm/drm_agpsupport.c drmkms_pci 141.2Sriastradfile external/bsd/drm2/pci/drm_pci.c drmkms_pci 151.2Sriastradfile external/bsd/drm2/pci/drm_pci_module.c drmkms_pci 161.2Sriastrad 171.5Sriastraddefine drmfb_pci: drmfb, drmkms_pci 181.5Sriastradfile external/bsd/drm2/pci/drmfb_pci.c drmfb_pci 191.5Sriastrad 201.2Sriastradinclude "external/bsd/drm2/i915drm/files.i915drmkms" 211.3Sriastradinclude "external/bsd/drm2/radeon/files.radeon" 221.4Sriastradinclude "external/bsd/drm2/nouveau/files.nouveau" 231.8Sriastradinclude "external/bsd/drm2/via/files.via" 24