Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_gsc_proxy.c61 gsc_to_gt(struct xe_gsc *gsc) in gsc_to_gt() function
68 struct xe_gt *gt = gsc_to_gt(gsc); in xe_gsc_proxy_init_done()
77 struct xe_gt *gt = gsc_to_gt(gsc); in xe_gsc_wait_for_proxy_init_done()
88 struct xe_gt *gt = gsc_to_gt(gsc); in __gsc_proxy_irq_rmw()
112 struct xe_gt *gt = gsc_to_gt(gsc); in proxy_send_to_csme()
133 struct xe_gt *gt = gsc_to_gt(gsc); in proxy_send_to_gsc()
223 struct xe_gt *gt = gsc_to_gt(gsc); in proxy_query()
327 struct xe_gt *gt = gsc_to_gt(gsc); in xe_gsc_proxy_request_handler()
360 struct xe_gt *gt = gsc_to_gt(gsc); in xe_gsc_proxy_irq_handler()
413 struct xe_gt *gt = gsc_to_gt(gsc); in proxy_channel_alloc()
[all …]
H A Dxe_gsc.c40 gsc_to_gt(struct xe_gsc *gsc) in gsc_to_gt() function
47 struct xe_gt *gt = gsc_to_gt(gsc); in memcpy_fw()
72 struct xe_gt *gt = gsc_to_gt(gsc); in emit_gsc_upload()
130 struct xe_gt *gt = gsc_to_gt(gsc); in query_compatibility_version()
204 struct xe_gt *gt = gsc_to_gt(gsc); in gsc_upload()
264 struct xe_gt *gt = gsc_to_gt(gsc); in gsc_upload_and_init()
353 struct xe_gt *gt = gsc_to_gt(gsc); in gsc_work()
402 struct xe_gt *gt = gsc_to_gt(gsc); in xe_gsc_init()
458 struct xe_gt *gt = gsc_to_gt(gsc); in xe_gsc_init_post_hwconfig()
513 struct xe_gt *gt = gsc_to_gt(gsc); in xe_gsc_load_start()
[all …]
/linux/drivers/gpu/drm/i915/gt/
H A 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()
H A Dintel_gt.h117 static inline struct intel_gt *gsc_to_gt(struct intel_gsc *gsc) in gsc_to_gt() function