Searched refs:AMDKFD_IOWR (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | kfd_ioctl.h | 310 #define AMDKFD_IOWR(nr,type) _IOWR(AMDKFD_IOCTL_BASE, nr, type) macro 312 #define AMDKFD_IOC_CREATE_QUEUE AMDKFD_IOWR(0x02, struct kfd_ioctl_create_queue_args) 313 #define AMDKFD_IOC_DESTROY_QUEUE AMDKFD_IOWR(0x03, struct kfd_ioctl_destroy_queue_args) 315 #define AMDKFD_IOC_GET_CLOCK_COUNTERS AMDKFD_IOWR(0x05, struct kfd_ioctl_get_clock_counters_args) 318 #define AMDKFD_IOC_CREATE_EVENT AMDKFD_IOWR(0x08, struct kfd_ioctl_create_event_args) 322 #define AMDKFD_IOC_WAIT_EVENTS AMDKFD_IOWR(0x0C, struct kfd_ioctl_wait_events_args) 327 #define AMDKFD_IOC_SET_SCRATCH_BACKING_VA AMDKFD_IOWR(0x11, struct kfd_ioctl_set_scratch_backing_va… 328 #define AMDKFD_IOC_GET_TILE_CONFIG AMDKFD_IOWR(0x12, struct kfd_ioctl_get_tile_config_args) 330 #define AMDKFD_IOC_GET_PROCESS_APERTURES_NEW AMDKFD_IOWR(0x14, struct kfd_ioctl_get_process_apertur… 332 #define AMDKFD_IOC_ALLOC_MEMORY_OF_GPU AMDKFD_IOWR(0x16, struct kfd_ioctl_alloc_memory_of_gpu_args) [all …]
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | kfd_ioctl.h | 478 #define AMDKFD_IOWR(nr, type) _IOWR(AMDKFD_IOCTL_BASE, nr, type) macro 484 AMDKFD_IOWR(0x02, struct kfd_ioctl_create_queue_args) 487 AMDKFD_IOWR(0x03, struct kfd_ioctl_destroy_queue_args) 493 AMDKFD_IOWR(0x05, struct kfd_ioctl_get_clock_counters_args) 502 AMDKFD_IOWR(0x08, struct kfd_ioctl_create_event_args) 514 AMDKFD_IOWR(0x0C, struct kfd_ioctl_wait_events_args) 529 AMDKFD_IOWR(0x11, struct kfd_ioctl_set_scratch_backing_va_args) 532 AMDKFD_IOWR(0x12, struct kfd_ioctl_get_tile_config_args) 538 AMDKFD_IOWR(0x14, \ 545 AMDKFD_IOWR(0x16, struct kfd_ioctl_alloc_memory_of_gpu_args) [all …]
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | kfd_ioctl.h | 257 #define AMDKFD_IOWR(nr, type) _IOWR(AMDKFD_IOCTL_BASE, nr, type) macro 261 AMDKFD_IOWR(0x02, struct kfd_ioctl_create_queue_args) 263 AMDKFD_IOWR(0x03, struct kfd_ioctl_destroy_queue_args) 267 AMDKFD_IOWR(0x05, struct kfd_ioctl_get_clock_counters_args) 273 AMDKFD_IOWR(0x08, struct kfd_ioctl_create_event_args) 281 AMDKFD_IOWR(0x0C, struct kfd_ioctl_wait_events_args) 291 AMDKFD_IOWR(0x11, struct kfd_ioctl_set_scratch_backing_va_args) 293 AMDKFD_IOWR(0x12, struct kfd_ioctl_get_tile_config_args) 297 AMDKFD_IOWR(0x14, \ 302 AMDKFD_IOWR(0x16, struct kfd_ioctl_alloc_memory_of_gpu_args) [all …]
|