Searched refs:ioctl_wait_idle (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/dev/drm2/radeon/ |
| D | radeon_asic.c | 172 .ioctl_wait_idle = NULL, 248 .ioctl_wait_idle = NULL, 324 .ioctl_wait_idle = NULL, 400 .ioctl_wait_idle = NULL, 476 .ioctl_wait_idle = NULL, 552 .ioctl_wait_idle = NULL, 628 .ioctl_wait_idle = NULL, 704 .ioctl_wait_idle = NULL, 780 .ioctl_wait_idle = NULL, 856 .ioctl_wait_idle = NULL, [all …]
|
| D | radeon_gem.c | 395 if (rdev->asic->ioctl_wait_idle) in radeon_gem_wait_idle_ioctl() 396 robj->rdev->asic->ioctl_wait_idle(rdev, robj); in radeon_gem_wait_idle_ioctl()
|
| D | radeon.h | 1185 void (*ioctl_wait_idle)(struct radeon_device *rdev, struct radeon_bo *bo); member
|