Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_memirq.c349 err = xe_guc_self_cfg64(guc, GUC_KLV_SELF_CFG_MEMIRQ_SOURCE_ADDR_KEY, in xe_memirq_init_guc()
354 err = xe_guc_self_cfg64(guc, GUC_KLV_SELF_CFG_MEMIRQ_STATUS_ADDR_KEY, in xe_memirq_init_guc()
H A Dxe_guc.h43 int xe_guc_self_cfg64(struct xe_guc *guc, u16 key, u64 val);
H A Dxe_guc_ct.c312 err = xe_guc_self_cfg64(guc, in guc_ct_ctb_h2g_register()
318 err = xe_guc_self_cfg64(guc, in guc_ct_ctb_h2g_register()
340 err = xe_guc_self_cfg64(guc, in guc_ct_ctb_g2h_register()
346 err = xe_guc_self_cfg64(guc, in guc_ct_ctb_g2h_register()
H A Dxe_guc.c1430 int xe_guc_self_cfg64(struct xe_guc *guc, u16 key, u64 val) in xe_guc_self_cfg64() function