Searched refs:xe_device_get_gt (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_pmu.c | 85 return xe_device_get_gt(xe, gt); in event_to_gt() 124 gt = xe_device_get_gt(xe, config_to_gt_id(config)); in event_gt_forcewake() 158 gt = xe_device_get_gt(xe, config_to_gt_id(config)); in event_param_valid() 187 gt = xe_device_get_gt(xe, config_to_gt_id(event->attr.config)); in xe_pmu_event_destroy() 443 struct xe_gt *gt = xe_device_get_gt(xe, 0); in set_supported_events()
|
| H A D | xe_device.h | 73 static inline struct xe_gt *xe_device_get_gt(struct xe_device *xe, u8 gt_id) in xe_device_get_gt() function 139 for_each_if((gt__) = xe_device_get_gt((xe__), (id__)))
|
| H A D | xe_query.c | 147 gt = xe_device_get_gt(xe, eci->gt_id); in query_engine_cycles()
|
| H A D | xe_eu_stall.c | 265 props->gt = xe_device_get_gt(xe, value); in set_prop_eu_stall_gt_id()
|
| H A D | xe_hw_engine.c | 1058 return xe_gt_hw_engine(xe_device_get_gt(xe, eci.gt_id), in xe_hw_engine_lookup()
|
| H A D | xe_guc.c | 468 struct xe_gt *root_gt = xe_device_get_gt(xe, 0); in guc_g2g_alloc()
|
| /linux-6.15/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()
|
| H A D | xe_guc_buf_kunit.c | 68 guc = &xe_device_get_gt(test->priv, 0)->uc.guc; in guc_buf_test_init()
|