Searched refs:agpdev (Results 1 – 1 of 1) sorted by relevance
56 device_t agpdev; in drm_free_agp() local58 agpdev = agp_find_device(); in drm_free_agp()59 if (!agpdev || !handle) in drm_free_agp()62 agp_free_memory(agpdev, handle); in drm_free_agp()69 device_t agpdev; in drm_bind_agp() local71 agpdev = agp_find_device(); in drm_bind_agp()72 if (!agpdev || !handle) in drm_bind_agp()75 return -agp_bind_memory(agpdev, handle, start * PAGE_SIZE); in drm_bind_agp()81 device_t agpdev; in drm_unbind_agp() local83 agpdev = agp_find_device(); in drm_unbind_agp()[all …]