Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_device.h71 static inline struct xe_gt *xe_device_get_gt(struct xe_device *xe, u8 gt_id) in xe_device_get_gt() function
137 for_each_if((gt__) = xe_device_get_gt((xe__), (id__)))
H A Dxe_exec_queue.c588 gt = xe_device_get_gt(xe, eci[0].gt_id); in xe_exec_queue_create_ioctl()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_guc_relay_test.c41 relay = &xe_device_get_gt(xe, 0)->uc.guc.relay; in relay_test_init()
479 struct xe_guc_relay *relay = &xe_device_get_gt(xe, 0)->uc.guc.relay; in xe_drops_guc2pf_if_not_ready()
489 struct xe_guc_relay *relay = &xe_device_get_gt(xe, 0)->uc.guc.relay; in xe_drops_guc2vf_if_not_ready()
499 struct xe_guc_relay *relay = &xe_device_get_gt(xe, 0)->uc.guc.relay; in xe_rejects_send_if_not_ready()
H A Dxe_guc_id_mgr_test.c16 idm = &xe_device_get_gt(test->priv, 0)->uc.guc.submission_state.idm; in guc_id_mgr_test_init()
H A Dxe_guc_db_mgr_test.c16 dbm = &xe_device_get_gt(test->priv, 0)->uc.guc.dbm; in guc_dbm_test_init()
H A Dxe_gt_sriov_pf_service_test.c28 gt = xe_device_get_gt(xe, 0); in pf_service_test_init()