Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_pmu.c85 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 Dxe_device.h73 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 Dxe_query.c147 gt = xe_device_get_gt(xe, eci->gt_id); in query_engine_cycles()
H A Dxe_eu_stall.c265 props->gt = xe_device_get_gt(xe, value); in set_prop_eu_stall_gt_id()
H A Dxe_hw_engine.c1058 return xe_gt_hw_engine(xe_device_get_gt(xe, eci.gt_id), in xe_hw_engine_lookup()
H A Dxe_guc.c468 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 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()
H A Dxe_guc_buf_kunit.c68 guc = &xe_device_get_gt(test->priv, 0)->uc.guc; in guc_buf_test_init()