Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_gsc_proxy.c60 gsc_to_gt(struct xe_gsc *gsc) in gsc_to_gt() function
67 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 …]
Dxe_gsc.c39 gsc_to_gt(struct xe_gsc *gsc) in gsc_to_gt() function
46 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 …]
Dxe_gsc_debugfs.c18 gsc_to_gt(struct xe_gsc *gsc) in gsc_to_gt() function
26 return gt_to_xe(gsc_to_gt(gsc)); in gsc_to_xe()
Dxe_gsc_submit.c39 gsc_to_gt(struct xe_gsc *gsc) in gsc_to_gt() function
176 struct xe_gt *gt = gsc_to_gt(gsc); in xe_gsc_pkt_submit_kernel()
/linux-6.12.1/drivers/gpu/drm/i915/gt/
Dintel_gsc.c45 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()
Dintel_gt.h117 static inline struct intel_gt *gsc_to_gt(struct intel_gsc *gsc) in gsc_to_gt() function