/linux/drivers/gpu/drm/xe/ |
H A D | xe_drm_client.c | 194 struct xe_file *xef = file->driver_priv; in show_meminfo() local 195 struct ttm_device *bdev = &xef->xe->ttm; in show_meminfo() 204 client = xef->client; in show_meminfo() 246 xe_assert(xef->xe, !list_empty(&bo->client_link)); in show_meminfo() 319 struct xe_file *xef = file->driver_priv; in show_run_ticks() local 320 struct xe_device *xe = xef->xe; in show_run_ticks() 339 wait_var_event(&xef->exec_queue.pending_removal, in show_run_ticks() 340 !atomic_read(&xef->exec_queue.pending_removal)); in show_run_ticks() 349 mutex_lock(&xef->exec_queue.lock); in show_run_ticks() 350 xa_for_each(&xef in show_run_ticks() [all...] |
H A D | xe_device.c | 78 struct xe_file *xef; in xe_file_open() local 82 xef = kzalloc(sizeof(*xef), GFP_KERNEL); in xe_file_open() 83 if (!xef) in xe_file_open() 88 kfree(xef); in xe_file_open() 92 xef->drm = file; in xe_file_open() 93 xef->client = client; in xe_file_open() 94 xef->xe = xe; in xe_file_open() 96 mutex_init(&xef->vm.lock); in xe_file_open() 97 xa_init_flags(&xef in xe_file_open() 117 struct xe_file *xef = container_of(ref, struct xe_file, refcount); xe_file_destroy() local 138 xe_file_get(struct xe_file * xef) xe_file_get() argument 150 xe_file_put(struct xe_file * xef) xe_file_put() argument 158 struct xe_file *xef = file->driver_priv; xe_file_close() local [all...] |
H A D | xe_exec_queue.c | 47 if (q->xef) in __xe_exec_queue_free() 48 xe_file_put(q->xef); in __xe_exec_queue_free() 294 * Before releasing our ref to lrc and xef, accumulate our run ticks in xe_exec_queue_fini() 298 if (q->xef && atomic_dec_and_test(&q->xef->exec_queue.pending_removal)) in xe_exec_queue_fini() 299 wake_up_var(&q->xef->exec_queue.pending_removal); in xe_exec_queue_fini() 333 struct xe_exec_queue *xe_exec_queue_lookup(struct xe_file *xef, u32 id) in xe_exec_queue_lookup() argument 337 mutex_lock(&xef->exec_queue.lock); in xe_exec_queue_lookup() 338 q = xa_load(&xef->exec_queue.xa, id); in xe_exec_queue_lookup() 341 mutex_unlock(&xef in xe_exec_queue_lookup() 585 struct xe_file *xef = to_xe_file(file); xe_exec_queue_create_ioctl() local 718 struct xe_file *xef = to_xe_file(file); xe_exec_queue_get_property_ioctl() local 874 struct xe_file *xef = to_xe_file(file); xe_exec_queue_destroy_ioctl() local [all...] |
H A D | xe_exec.c | 108 struct xe_file *xef = to_xe_file(file); in xe_exec_ioctl() local 131 q = xe_exec_queue_lookup(xef, args->exec_queue_id); in xe_exec_ioctl() 162 err = xe_sync_entry_parse(xe, xef, &syncs[num_syncs], in xe_exec_ioctl()
|
H A D | xe_wait_user_fence.c | 105 struct xe_file *xef = to_xe_file(file); in xe_wait_user_fence_ioctl() local 129 q = xe_exec_queue_lookup(xef, args->exec_queue_id); in xe_wait_user_fence_ioctl()
|
H A D | xe_sync.c | 113 int xe_sync_entry_parse(struct xe_device *xe, struct xe_file *xef, in xe_sync_entry_parse() argument 141 sync->syncobj = drm_syncobj_find(xef->drm, sync_in.handle); in xe_sync_entry_parse() 162 sync->syncobj = drm_syncobj_find(xef->drm, sync_in.handle); in xe_sync_entry_parse()
|
H A D | xe_device.h | 192 struct xe_file *xe_file_get(struct xe_file *xef); 193 void xe_file_put(struct xe_file *xef);
|
H A D | xe_sync.h | 21 int xe_sync_entry_parse(struct xe_device *xe, struct xe_file *xef,
|
H A D | xe_devcoredump.c | 341 if (q->vm && q->vm->xef) { in devcoredump_snapshot() 342 process_name = q->vm->xef->process_name; in devcoredump_snapshot() 343 ss->pid = q->vm->xef->pid; in devcoredump_snapshot()
|
H A D | xe_exec_queue_types.h | 41 /** @xef: Back pointer to xe file if this is user created exec queue */ 42 struct xe_file *xef; member
|
H A D | xe_vm.c | 1998 if (vm->xef) in vm_destroy_work_func() 1999 xe_file_put(vm->xef); in vm_destroy_work_func() 2012 struct xe_vm *xe_vm_lookup(struct xe_file *xef, u32 id) in xe_vm_lookup() argument 2016 mutex_lock(&xef->vm.lock); in xe_vm_lookup() 2017 vm = xa_load(&xef->vm.xa, id); in xe_vm_lookup() 2020 mutex_unlock(&xef->vm.lock); in xe_vm_lookup() 2060 struct xe_file *xef = to_xe_file(file); in xe_vm_create_ioctl() local 2116 vm->xef = xe_file_get(xef); in xe_vm_create_ioctl() 2121 xe_drm_client_add_bo(vm->xef in xe_vm_create_ioctl() 2147 struct xe_file *xef = to_xe_file(file); xe_vm_destroy_ioctl() local 3521 struct xe_file *xef = to_xe_file(file); xe_vm_bind_ioctl() local [all...] |
H A D | xe_oa_types.h | 248 /** @xef: xe_file with which the stream was opened */ 249 struct xe_file *xef; member
|
H A D | xe_exec_queue.h | 42 struct xe_exec_queue *xe_exec_queue_lookup(struct xe_file *xef, u32 id);
|
H A D | xe_sched_job.c | 117 q->xef ? q->xef->drm->client_id : 0); in xe_sched_job_create()
|
H A D | xe_oa.c | 85 struct xe_file *xef; member 879 xe_file_put(stream->xef); in xe_oa_stream_destroy() 1411 ret = xe_sync_entry_parse(oa->xe, param->xef, ¶m->syncs[num_syncs], in xe_oa_parse_syncs() 1541 param.xef = stream->xef; in xe_oa_config_locked() 1729 stream->xef = xe_file_get(param->xef); in xe_oa_stream_init() 1821 xe_file_put(stream->xef); in xe_oa_stream_init() 1994 struct xe_file *xef = to_xe_file(file); in xe_oa_stream_open_ioctl() local 2005 param.xef in xe_oa_stream_open_ioctl() [all...] |
H A D | xe_vm_types.h | 330 /** @xef: XE file handle for tracking this VM's drm client */ 331 struct xe_file *xef; member
|
H A D | xe_vm.h | 31 struct xe_vm *xe_vm_lookup(struct xe_file *xef, u32 id);
|
/linux/net/wireless/certs/ |
H A D | wens.hex | 21 0x19, 0x2d, 0x32, 0x52, 0xa0, 0x2e, 0x6c, 0xef, 24 0xc0, 0xb7, 0x5d, 0x47, 0x8e, 0x1a, 0xe1, 0xef, 64 0xef, 0x54, 0x68, 0xf7, 0x85, 0x9c, 0xe4, 0x51,
|
H A D | sforshee.hex | 38 0xef, 0x7a, 0x7f, 0xa5, 0xcb, 0x80, 0xc7, 0x30, 71 0x81, 0x57, 0x1a, 0xef, 0xb2, 0x38, 0x88, 0x58,
|
/linux/Documentation/hwmon/ |
H A D | mlxreg-fan.rst | 33 fan12 (tacho12) 0xef
|
/linux/arch/powerpc/boot/dts/fsl/ |
H A D | qoriq-mpic.dtsi | 81 0xef 0 0 0>;
|
H A D | qoriq-mpic4.3.dtsi | 87 0xef 0 0 0
|
/linux/Documentation/driver-api/tty/ |
H A D | n_gsm.rst | 117 0xf9, 0x03, 0xef, 0x03, 0xc3, 0x16, 0xf9
|
/linux/Documentation/dev-tools/ |
H A D | kfence.rst | 186 BUG: KFENCE: memory corruption in test_kmalloc_aligned_oob_write+0xef/0x184 189 test_kmalloc_aligned_oob_write+0xef/0x184
|
/linux/drivers/tty/vt/ |
H A D | cp437.uni | 271 0xef U+2229
|