Home
last modified time | relevance | path

Searched refs:xe_file (Results 1 – 17 of 17) sorted by relevance

/drivers/gpu/drm/xe/
A Dxe_device.h53 static inline struct xe_file *to_xe_file(const struct drm_file *file) in to_xe_file()
192 struct xe_file *xe_file_get(struct xe_file *xef);
193 void xe_file_put(struct xe_file *xef);
A Dxe_sync.h13 struct xe_file;
21 int xe_sync_entry_parse(struct xe_device *xe, struct xe_file *xef,
A Dxe_exec_queue.h15 struct xe_file;
42 struct xe_exec_queue *xe_exec_queue_lookup(struct xe_file *xef, u32 id);
A Dxe_device.c78 struct xe_file *xef; in xe_file_open()
117 struct xe_file *xef = container_of(ref, struct xe_file, refcount); in xe_file_destroy()
138 struct xe_file *xe_file_get(struct xe_file *xef) in xe_file_get()
150 void xe_file_put(struct xe_file *xef) in xe_file_put()
158 struct xe_file *xef = file->driver_priv; in xe_file_close()
A Dxe_drm_client.c194 struct xe_file *xef = file->driver_priv; in show_meminfo()
319 struct xe_file *xef = file->driver_priv; in show_run_ticks()
A Dxe_vm.h24 struct xe_file;
31 struct xe_vm *xe_vm_lookup(struct xe_file *xef, u32 id);
A Dxe_exec_queue_types.h42 struct xe_file *xef;
A Dxe_oa_types.h249 struct xe_file *xef;
A Dxe_exec_queue.c333 struct xe_exec_queue *xe_exec_queue_lookup(struct xe_file *xef, u32 id) in xe_exec_queue_lookup()
585 struct xe_file *xef = to_xe_file(file); in xe_exec_queue_create_ioctl()
718 struct xe_file *xef = to_xe_file(file); in xe_exec_queue_get_property_ioctl()
874 struct xe_file *xef = to_xe_file(file); in xe_exec_queue_destroy_ioctl()
A Dxe_wait_user_fence.c105 struct xe_file *xef = to_xe_file(file); in xe_wait_user_fence_ioctl()
A Dxe_vm_types.h331 struct xe_file *xef;
A Dxe_device_types.h669 struct xe_file { struct
A Dxe_exec.c108 struct xe_file *xef = to_xe_file(file); in xe_exec_ioctl()
A Dxe_sync.c113 int xe_sync_entry_parse(struct xe_device *xe, struct xe_file *xef, in xe_sync_entry_parse()
A Dxe_vm.c2012 struct xe_vm *xe_vm_lookup(struct xe_file *xef, u32 id) in xe_vm_lookup()
2060 struct xe_file *xef = to_xe_file(file); in xe_vm_create_ioctl()
2147 struct xe_file *xef = to_xe_file(file); in xe_vm_destroy_ioctl()
3521 struct xe_file *xef = to_xe_file(file); in xe_vm_bind_ioctl()
A Dxe_oa.c85 struct xe_file *xef;
1994 struct xe_file *xef = to_xe_file(file); in xe_oa_stream_open_ioctl()
A Dxe_bo.c2647 struct xe_file *xef = to_xe_file(file); in xe_gem_create_ioctl()

Completed in 56 milliseconds