Home
last modified time | relevance | path

Searched refs:device_is_agp (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.c267 if (dev->driver->device_is_agp != NULL) { in drm_pci_device_is_agp()
273 ret = (*dev->driver->device_is_agp)(dev); in drm_pci_device_is_agp()
H A DdrmP.h771 int (*device_is_agp) (struct drm_device *dev); member