Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_oa.c957 struct xe_oa_fence *ofence = container_of(w, typeof(*ofence), work.work); in xe_oa_fence_work_fn() local
960 dma_fence_signal(&ofence->base); in xe_oa_fence_work_fn()
961 dma_fence_put(&ofence->base); in xe_oa_fence_work_fn()
969 struct xe_oa_fence *ofence = container_of(cb, typeof(*ofence), cb); in xe_oa_config_cb() local
971 INIT_DELAYED_WORK(&ofence->work, xe_oa_fence_work_fn); in xe_oa_config_cb()
972 queue_delayed_work(system_unbound_wq, &ofence->work, in xe_oa_config_cb()
996 struct xe_oa_fence *ofence; in xe_oa_emit_oa_config() local
1000 ofence = kzalloc(sizeof(*ofence), GFP_KERNEL); in xe_oa_emit_oa_config()
1001 if (!ofence) { in xe_oa_emit_oa_config()
1020 spin_lock_init(&ofence->lock); in xe_oa_emit_oa_config()
[all …]