Searched refs:agpdev (Results 1 – 1 of 1) sorted by relevance
58 device_t agpdev; in drm_free_agp() local60 agpdev = agp_find_device(); in drm_free_agp()61 if (!agpdev || !handle) in drm_free_agp()64 agp_free_memory(agpdev, handle); in drm_free_agp()71 device_t agpdev; in drm_bind_agp() local73 agpdev = agp_find_device(); in drm_bind_agp()74 if (!agpdev || !handle) in drm_bind_agp()83 device_t agpdev; in drm_unbind_agp() local85 agpdev = agp_find_device(); in drm_unbind_agp()86 if (!agpdev || !handle) in drm_unbind_agp()[all …]