Searched refs:xe_device_get_gt (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_device.h | 71 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 D | xe_query.c | 140 gt = xe_device_get_gt(xe, eci->gt_id); in query_engine_cycles()
|
H A D | xe_exec_queue.c | 594 gt = xe_device_get_gt(xe, eci[0].gt_id); in xe_exec_queue_create_ioctl()
|
H A D | xe_hw_engine.c | 1194 return xe_gt_hw_engine(xe_device_get_gt(xe, eci.gt_id), in xe_hw_engine_lookup()
|
/linux/drivers/gpu/drm/xe/tests/ |
H A D | xe_guc_relay_test.c | 41 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 D | xe_guc_id_mgr_test.c | 16 idm = &xe_device_get_gt(test->priv, 0)->uc.guc.submission_state.idm; in guc_id_mgr_test_init()
|
H A D | xe_guc_db_mgr_test.c | 16 dbm = &xe_device_get_gt(test->priv, 0)->uc.guc.dbm; in guc_dbm_test_init()
|
H A D | xe_gt_sriov_pf_service_test.c | 28 gt = xe_device_get_gt(xe, 0); in pf_service_test_init()
|