Searched refs:xe_file (Results 1 – 16 of 16) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_device.h | 51 static inline struct xe_file *to_xe_file(const struct drm_file *file) in to_xe_file() 178 struct xe_file *xe_file_get(struct xe_file *xef); 179 void xe_file_put(struct xe_file *xef);
|
D | xe_sync.h | 13 struct xe_file; 21 int xe_sync_entry_parse(struct xe_device *xe, struct xe_file *xef,
|
D | xe_exec_queue.h | 15 struct xe_file; 42 struct xe_exec_queue *xe_exec_queue_lookup(struct xe_file *xef, u32 id);
|
D | xe_device.c | 66 struct xe_file *xef; in xe_file_open() 105 struct xe_file *xef = container_of(ref, struct xe_file, refcount); in xe_file_destroy() 126 struct xe_file *xe_file_get(struct xe_file *xef) in xe_file_get() 138 void xe_file_put(struct xe_file *xef) in xe_file_put() 146 struct xe_file *xef = file->driver_priv; in xe_file_close()
|
D | xe_vm.h | 23 struct xe_file; 29 struct xe_vm *xe_vm_lookup(struct xe_file *xef, u32 id);
|
D | xe_drm_client.c | 194 struct xe_file *xef = file->driver_priv; in show_meminfo() 275 struct xe_file *xef = file->driver_priv; in show_run_ticks()
|
D | xe_exec_queue.c | 300 struct xe_exec_queue *xe_exec_queue_lookup(struct xe_file *xef, u32 id) in xe_exec_queue_lookup() 534 struct xe_file *xef = to_xe_file(file); in xe_exec_queue_create_ioctl() 666 struct xe_file *xef = to_xe_file(file); in xe_exec_queue_get_property_ioctl() 765 struct xe_file *xef; in xe_exec_queue_update_run_ticks() 819 struct xe_file *xef = to_xe_file(file); in xe_exec_queue_destroy_ioctl()
|
D | xe_exec_queue_types.h | 42 struct xe_file *xef;
|
D | xe_vm_types.h | 284 struct xe_file *xef;
|
D | xe_wait_user_fence.c | 105 struct xe_file *xef = to_xe_file(file); in xe_wait_user_fence_ioctl()
|
D | xe_device_types.h | 553 struct xe_file { struct
|
D | xe_exec.c | 108 struct xe_file *xef = to_xe_file(file); in xe_exec_ioctl()
|
D | xe_sync.c | 107 int xe_sync_entry_parse(struct xe_device *xe, struct xe_file *xef, in xe_sync_entry_parse()
|
D | xe_vm.c | 1674 struct xe_vm *xe_vm_lookup(struct xe_file *xef, u32 id) in xe_vm_lookup() 1722 struct xe_file *xef = to_xe_file(file); in xe_vm_create_ioctl() 1811 struct xe_file *xef = to_xe_file(file); in xe_vm_destroy_ioctl() 2917 struct xe_file *xef = to_xe_file(file); in xe_vm_bind_ioctl()
|
D | xe_bo.c | 1967 struct xe_file *xef = to_xe_file(file); in xe_gem_create_ioctl()
|
D | xe_oa.c | 1800 struct xe_file *xef = to_xe_file(file); in xe_oa_stream_open_ioctl()
|