Searched refs:drm_device_is_agp (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/dev/drm/
H A Ddrm_agpsupport.c52 int drm_device_is_agp(struct drm_device *dev) function
H A DdrmP.h577 * Called by \c drm_device_is_agp. Typically used to determine if a
799 int drm_device_is_agp(struct drm_device *dev);
H A Ddrm_drv.c449 if (drm_device_is_agp(dev))
H A Dmga_dma.c712 const int is_agp = (dma_bs->agp_mode != 0) && drm_device_is_agp(dev);
H A Dradeon_cp.c2025 if (drm_device_is_agp(dev))

Completed in 112 milliseconds