Searched refs:gsc_to_gt (Results 1 – 6 of 6) sorted by relevance
60 gsc_to_gt(struct xe_gsc *gsc) in gsc_to_gt() function67 struct xe_gt *gt = gsc_to_gt(gsc); in xe_gsc_proxy_init_done()76 struct xe_gt *gt = gsc_to_gt(gsc); in __gsc_proxy_irq_rmw()100 struct xe_gt *gt = gsc_to_gt(gsc); in proxy_send_to_csme()121 struct xe_gt *gt = gsc_to_gt(gsc); in proxy_send_to_gsc()191 struct xe_gt *gt = gsc_to_gt(gsc); in proxy_query()290 struct xe_gt *gt = gsc_to_gt(gsc); in xe_gsc_proxy_request_handler()323 struct xe_gt *gt = gsc_to_gt(gsc); in xe_gsc_proxy_irq_handler()376 struct xe_gt *gt = gsc_to_gt(gsc); in proxy_channel_alloc()410 struct xe_gt *gt = gsc_to_gt(gsc); in xe_gsc_proxy_init()[all …]
39 gsc_to_gt(struct xe_gsc *gsc) in gsc_to_gt() function46 struct xe_gt *gt = gsc_to_gt(gsc); in memcpy_fw()70 struct xe_gt *gt = gsc_to_gt(gsc); in emit_gsc_upload()127 struct xe_gt *gt = gsc_to_gt(gsc); in query_compatibility_version()201 struct xe_gt *gt = gsc_to_gt(gsc); in gsc_upload()261 struct xe_gt *gt = gsc_to_gt(gsc); in gsc_upload_and_init()352 struct xe_gt *gt = gsc_to_gt(gsc); in gsc_work()406 struct xe_gt *gt = gsc_to_gt(gsc); in xe_gsc_init()461 struct xe_gt *gt = gsc_to_gt(gsc); in xe_gsc_init_post_hwconfig()519 struct xe_gt *gt = gsc_to_gt(gsc); in xe_gsc_load_start()[all …]
18 gsc_to_gt(struct xe_gsc *gsc) in gsc_to_gt() function26 return gt_to_xe(gsc_to_gt(gsc)); in gsc_to_xe()
39 gsc_to_gt(struct xe_gsc *gsc) in gsc_to_gt() function176 struct xe_gt *gt = gsc_to_gt(gsc); in xe_gsc_pkt_submit_kernel()
45 struct intel_gt *gt = gsc_to_gt(gsc); in gsc_ext_om_alloc()137 intel_huc_unregister_gsc_notifier(&gsc_to_gt(gsc)->uc.huc, in gsc_destroy_one()168 if (gsc_to_gt(gsc)->info.id != 0) { in gsc_init_one()249 intel_huc_register_gsc_notifier(&gsc_to_gt(gsc)->uc.huc, in gsc_init_one()256 intel_huc_unregister_gsc_notifier(&gsc_to_gt(gsc)->uc.huc, in gsc_init_one()313 struct intel_gt *gt = gsc_to_gt(gsc); in intel_gsc_fini()
117 static inline struct intel_gt *gsc_to_gt(struct intel_gsc *gsc) in gsc_to_gt() function