Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/drm2/
H A Ddrm_memory.c58 device_t agpdev; in drm_free_agp() local
60 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() local
73 agpdev = agp_find_device(); in drm_bind_agp()
74 if (!agpdev || !handle) in drm_bind_agp()
83 device_t agpdev; in drm_unbind_agp() local
85 agpdev = agp_find_device(); in drm_unbind_agp()
86 if (!agpdev || !handle) in drm_unbind_agp()
[all …]