Home | History | Annotate | Line # | Download | only in pci
files.drmkms_pci revision 1.12
      1   1.9  riastrad #	$NetBSD: files.drmkms_pci,v 1.12 2018/08/27 15:31:27 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.12  riastrad defflag	opt_drmkms_pci.h	DRMKMS_PCI
      9   1.2  riastrad 
     10   1.2  riastrad #file	external/bsd/drm2/dist/drm/ati_pcigart.c	drmkms_pci
     11  1.11  riastrad file	external/bsd/drm2/dist/drm/drm_agpsupport.c	drmkms_pci & agp
     12   1.2  riastrad file	external/bsd/drm2/pci/drm_pci.c			drmkms_pci
     13   1.2  riastrad file	external/bsd/drm2/pci/drm_pci_module.c		drmkms_pci
     14   1.2  riastrad 
     15   1.5  riastrad define	drmfb_pci: drmfb, drmkms_pci
     16   1.5  riastrad file	external/bsd/drm2/pci/drmfb_pci.c		drmfb_pci
     17   1.5  riastrad 
     18  1.10  riastrad include "external/bsd/drm2/amdgpu/files.amdgpu"
     19   1.2  riastrad include "external/bsd/drm2/i915drm/files.i915drmkms"
     20   1.3  riastrad include "external/bsd/drm2/radeon/files.radeon"
     21   1.4  riastrad include "external/bsd/drm2/nouveau/files.nouveau"
     22   1.8  riastrad include "external/bsd/drm2/via/files.via"
     23