Home | History | Annotate | Line # | Download | only in pci
files.drmkms_pci revision 1.9
      1  1.9  riastrad #	$NetBSD: files.drmkms_pci,v 1.9 2018/08/27 13:55:24 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.2  riastrad file	external/bsd/drm2/dist/drm/drm_agpsupport.c	drmkms_pci
     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.2  riastrad include "external/bsd/drm2/i915drm/files.i915drmkms"
     18  1.3  riastrad include "external/bsd/drm2/radeon/files.radeon"
     19  1.4  riastrad include "external/bsd/drm2/nouveau/files.nouveau"
     20  1.8  riastrad include "external/bsd/drm2/via/files.via"
     21