/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
H A D | radeon_gem.c | 232 struct drm_file *filp) in radeon_gem_info_ioctl() 250 struct drm_file *filp) in radeon_gem_pread_ioctl() 258 struct drm_file *filp) in radeon_gem_pwrite_ioctl() 266 struct drm_file *filp) in radeon_gem_create_ioctl() 299 struct drm_file *filp) in radeon_gem_userptr_ioctl() 402 struct drm_file *filp) in radeon_gem_set_domain_ioctl() 432 int radeon_mode_dumb_mmap(struct drm_file *filp, in radeon_mode_dumb_mmap() 454 struct drm_file *filp) in radeon_gem_mmap_ioctl() 462 struct drm_file *filp) in radeon_gem_busy_ioctl() 489 struct drm_file *filp) in radeon_gem_wait_idle_ioctl() [all …]
|
H A D | radeon_drv.c | 531 long radeon_drm_ioctl(struct file *filp, in radeon_drm_ioctl() 550 static long radeon_kms_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in radeon_kms_compat_ioctl()
|
H A D | radeon_kms.c | 229 static int radeon_info_ioctl(struct drm_device *dev, void *data, struct drm_file *filp) in radeon_info_ioctl()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/ |
H A D | drm_file.c | 315 static void drm_close_helper(struct file *filp) in drm_close_helper() 353 static int drm_open_helper(struct file *filp, struct drm_minor *minor) in drm_open_helper() 426 int drm_open(struct inode *inode, struct file *filp) in drm_open() 493 int drm_release(struct inode *inode, struct file *filp) in drm_release() 544 ssize_t drm_read(struct file *filp, char __user *buffer, in drm_read() 633 __poll_t drm_poll(struct file *filp, struct poll_table_struct *wait) in drm_poll()
|
H A D | drm_gem.c | 141 struct file *filp; in drm_gem_object_init() local 213 drm_gem_remove_prime_handles(struct drm_gem_object *obj, struct drm_file *filp) in drm_gem_remove_prime_handles() 320 drm_gem_handle_delete(struct drm_file *filp, u32 handle) in drm_gem_handle_delete() 759 static int objects_lookup(struct drm_file *filp, u32 *handle, int count, in objects_lookup() 801 int drm_gem_objects_lookup(struct drm_file *filp, void __user *bo_handles, in drm_gem_objects_lookup() 851 drm_gem_object_lookup(struct drm_file *filp, u32 handle) in drm_gem_object_lookup() 1279 int drm_gem_mmap(struct file *filp, struct vm_area_struct *vma) in drm_gem_mmap()
|
H A D | drm_legacy.h | 159 static inline void drm_legacy_lock_release(struct drm_device *dev, struct file *filp) {} in drm_legacy_lock_release() 180 struct drm_file *filp) {} in drm_legacy_reclaim_buffers()
|
H A D | drm_vm.c | 473 static int drm_mmap_dma(struct file *filp, struct vm_area_struct *vma) in drm_mmap_dma() 536 static int drm_mmap_locked(struct file *filp, struct vm_area_struct *vma) in drm_mmap_locked() 650 int drm_legacy_mmap(struct file *filp, struct vm_area_struct *vma) in drm_legacy_mmap()
|
H A D | drm_lock.c | 344 void drm_legacy_lock_release(struct drm_device *dev, struct file *filp) in drm_legacy_lock_release()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | amdgpu_gem.c | 225 struct drm_file *filp) in amdgpu_gem_create_ioctl() 299 struct drm_file *filp) in amdgpu_gem_userptr_ioctl() 378 int amdgpu_mode_dumb_mmap(struct drm_file *filp, in amdgpu_mode_dumb_mmap() 401 struct drm_file *filp) in amdgpu_gem_mmap_ioctl() 438 struct drm_file *filp) in amdgpu_gem_wait_idle_ioctl() 471 struct drm_file *filp) in amdgpu_gem_metadata_ioctl() 581 struct drm_file *filp) in amdgpu_gem_va_ioctl() 713 struct drm_file *filp) in amdgpu_gem_op_ioctl()
|
H A D | amdgpu_ioc32.c | 42 long amdgpu_kms_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in amdgpu_kms_compat_ioctl()
|
H A D | amdgpu_ctx.c | 51 static int amdgpu_ctx_priority_permit(struct drm_file *filp, in amdgpu_ctx_priority_permit() 146 struct drm_file *filp, in amdgpu_ctx_init() 241 struct drm_file *filp, in amdgpu_ctx_alloc() 394 struct drm_file *filp) in amdgpu_ctx_ioctl()
|
H A D | amdgpu_cs.c | 1290 int amdgpu_cs_ioctl(struct drm_device *dev, void *data, struct drm_file *filp) in amdgpu_cs_ioctl() 1359 struct drm_file *filp) in amdgpu_cs_wait_ioctl() 1408 struct drm_file *filp, in amdgpu_cs_get_fence() 1434 struct drm_file *filp) in amdgpu_cs_fence_to_handle_ioctl() 1523 struct drm_file *filp, in amdgpu_cs_wait_all_fences() 1568 struct drm_file *filp, in amdgpu_cs_wait_any_fence() 1632 struct drm_file *filp) in amdgpu_cs_wait_fences_ioctl()
|
H A D | amdgpu_bo_list.c | 69 int amdgpu_bo_list_create(struct amdgpu_device *adev, struct drm_file *filp, in amdgpu_bo_list_create() 283 struct drm_file *filp) in amdgpu_bo_list_ioctl()
|
H A D | amdgpu_sched.c | 120 struct drm_file *filp) in amdgpu_sched_ioctl()
|
H A D | amdgpu_vce.h | 45 struct drm_file *filp[AMDGPU_MAX_VCE_HANDLES]; member
|
H A D | amdgpu_uvd.h | 65 struct drm_file *filp[AMDGPU_MAX_UVD_HANDLES]; member
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
H A D | kfd_chardev.c | 350 static int kfd_ioctl_destroy_queue(struct file *filp, struct kfd_process *p, in kfd_ioctl_destroy_queue() 368 static int kfd_ioctl_update_queue(struct file *filp, struct kfd_process *p, in kfd_ioctl_update_queue() 414 static int kfd_ioctl_set_cu_mask(struct file *filp, struct kfd_process *p, in kfd_ioctl_set_cu_mask() 872 static int kfd_ioctl_get_process_apertures(struct file *filp, in kfd_ioctl_get_process_apertures() 928 static int kfd_ioctl_get_process_apertures_new(struct file *filp, in kfd_ioctl_get_process_apertures_new() 1019 static int kfd_ioctl_create_event(struct file *filp, struct kfd_process *p, in kfd_ioctl_create_event() 1090 static int kfd_ioctl_destroy_event(struct file *filp, struct kfd_process *p, in kfd_ioctl_destroy_event() 1098 static int kfd_ioctl_set_event(struct file *filp, struct kfd_process *p, in kfd_ioctl_set_event() 1106 static int kfd_ioctl_reset_event(struct file *filp, struct kfd_process *p, in kfd_ioctl_reset_event() 1114 static int kfd_ioctl_wait_events(struct file *filp, struct kfd_process *p, in kfd_ioctl_wait_events() [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/ |
H A D | nouveau_ioc32.c | 55 long nouveau_compat_ioctl(struct file *filp, unsigned int cmd, in nouveau_compat_ioctl()
|
H A D | nouveau_usif.c | 59 usif_notify_find(struct drm_file *filp, u32 handle) in usif_notify_find() 85 struct drm_file *filp; in usif_notify() local 304 usif_ioctl(struct drm_file *filp, void *data, u32 argc) in usif_ioctl()
|
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
H A D | drm_gem.h | 232 struct uvm_object *filp; member 245 struct file *filp; member
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
H A D | i915_ioc32.c | 83 long i915_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in i915_compat_ioctl()
|
H A D | i915_sysfs.c | 168 i915_l3_read(struct file *filp, struct kobject *kobj, in i915_l3_read() 196 i915_l3_write(struct file *filp, struct kobject *kobj, in i915_l3_write() 499 static ssize_t error_state_read(struct file *filp, struct kobject *kobj, in error_state_read()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
H A D | vmwgfx_ttm_glue.c | 35 int vmw_mmap(struct file *filp, struct vm_area_struct *vma) in vmw_mmap()
|
H A D | vmwgfx_ioctl.c | 425 __poll_t vmw_fops_poll(struct file *filp, struct poll_table_struct *wait) in vmw_fops_poll() 447 ssize_t vmw_fops_read(struct file *filp, char __user *buffer, in vmw_fops_read()
|
H A D | vmwgfx_drv.c | 1130 static int vmw_generic_ioctl(struct file *filp, unsigned long cmd, in vmw_generic_ioctl() 1184 static int vmw_unlocked_ioctl(struct file *filp, unsigned long cmd, void *arg) in vmw_unlocked_ioctl() 1194 static long vmw_compat_ioctl(struct file *filp, unsigned int cmd, in vmw_compat_ioctl()
|