Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_late_bind_fw.c43 late_bind_to_xe(struct xe_late_bind *late_bind) in late_bind_to_xe() argument
45 return container_of(late_bind, struct xe_device, late_bind); in late_bind_to_xe()
51 return container_of(lb_fw, struct xe_device, late_bind.late_bind_fw[lb_fw->id]); in late_bind_fw_to_xe()
187 static int xe_late_bind_fw_num_fans(struct xe_late_bind *late_bind, u32 *num_fans) in xe_late_bind_fw_num_fans() argument
189 struct xe_device *xe = late_bind_to_xe(late_bind); in xe_late_bind_fw_num_fans()
196 void xe_late_bind_wait_for_worker_completion(struct xe_late_bind *late_bind) in xe_late_bind_wait_for_worker_completion() argument
198 struct xe_device *xe = late_bind_to_xe(late_bind); in xe_late_bind_wait_for_worker_completion()
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()
215 struct xe_late_bind *late_bind = container_of(lbfw, struct xe_late_bind, in xe_late_bind_work() local
[all …]
H A Dxe_debugfs.c481 struct xe_late_bind *late_bind = &xe->late_bind; in disable_late_binding_show() local
485 len = scnprintf(buf, sizeof(buf), "%d\n", late_bind->disable); in disable_late_binding_show()
494 struct xe_late_bind *late_bind = &xe->late_bind; in disable_late_binding_set() local
502 late_bind->disable = val; in disable_late_binding_set()
H A Dxe_pm.c185 xe_late_bind_wait_for_worker_completion(&xe->late_bind); in xe_pm_suspend()
287 xe_late_bind_fw_load(&xe->late_bind); in xe_pm_resume()
701 xe_late_bind_fw_load(&xe->late_bind); in xe_pm_runtime_resume()
H A Dxe_device_types.h634 struct xe_late_bind late_bind; member
H A Dxe_device.c957 err = xe_late_bind_init(&xe->late_bind); in xe_device_probe()
/linux/tools/testing/selftests/net/
H A Dip_local_port_range.c355 TEST_F(ip_local_port_range, late_bind) in TEST_F() argument
414 XFAIL_ADD(ip_local_port_range, ip4_stcp, late_bind);
415 XFAIL_ADD(ip_local_port_range, ip6_stcp, late_bind);