Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/drm/
H A Ddrm_agpsupport.c365 device_t agpdev; in drm_agp_init() local
370 if (!agpdev) in drm_agp_init()
380 head->agpdev = agpdev; in drm_agp_init()
393 device_t agpdev; in drm_agp_allocate_memory() local
396 if (!agpdev) in drm_agp_allocate_memory()
404 device_t agpdev; in drm_agp_free_memory() local
407 if (!agpdev || !handle) in drm_agp_free_memory()
416 device_t agpdev; in drm_agp_bind_memory() local
419 if (!agpdev || !handle) in drm_agp_bind_memory()
427 device_t agpdev; in drm_agp_unbind_memory() local
[all …]
H A DdrmP.h464 device_t agpdev; member
/freebsd-12.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 …]