Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_late_bind_fw.c199 struct xe_late_bind_fw *lbfw; in xe_late_bind_wait_for_worker_completion() local
203 lbfw = &late_bind->late_bind_fw[fw_id]; in xe_late_bind_wait_for_worker_completion()
204 if (lbfw->payload && late_bind->wq) { in xe_late_bind_wait_for_worker_completion()
206 fw_id_to_name[lbfw->id]); in xe_late_bind_wait_for_worker_completion()
207 flush_work(&lbfw->work); in xe_late_bind_wait_for_worker_completion()
214 struct xe_late_bind_fw *lbfw = container_of(work, struct xe_late_bind_fw, work); in xe_late_bind_work() local
215 struct xe_late_bind *late_bind = container_of(lbfw, struct xe_late_bind, in xe_late_bind_work()
216 late_bind_fw[lbfw->id]); in xe_late_bind_work()
234 drmm_kfree(&xe->drm, (void *)lbfw->payload); in xe_late_bind_work()
235 lbfw->payload = NULL; in xe_late_bind_work()
[all …]