Home
last modified time | relevance | path

Searched refs:DRIVER_USE_MTRR (Results 1 – 9 of 9) sorted by relevance

/netbsd/sys/external/bsd/drm/dist/bsd-core/
H A Dtdfx_drv.c47 DRIVER_USE_MTRR; in tdfx_configure()
H A Dsis_drv.c42 DRIVER_USE_AGP | DRIVER_USE_MTRR; in sis_configure()
H A Dsavage_drv.c43 DRIVER_USE_AGP | DRIVER_USE_MTRR | DRIVER_PCI_DMA | in savage_configure()
H A Dmach64_drv.c56 DRIVER_USE_AGP | DRIVER_USE_MTRR | DRIVER_PCI_DMA | in mach64_configure()
H A Dr128_drv.c53 DRIVER_USE_AGP | DRIVER_USE_MTRR | DRIVER_PCI_DMA | in r128_configure()
H A Dmga_drv.c116 DRIVER_USE_AGP | DRIVER_REQUIRE_AGP | DRIVER_USE_MTRR | in mga_configure()
H A Di915_drv.c74 DRIVER_USE_AGP | DRIVER_REQUIRE_AGP | DRIVER_USE_MTRR | in i915_configure()
H A Dradeon_drv.c48 DRIVER_USE_AGP | DRIVER_USE_MTRR | DRIVER_PCI_DMA | in radeon_configure()
H A DdrmP.h159 #define DRIVER_USE_MTRR 0x4 macro