Home
last modified time | relevance | path

Searched refs:xe_huc_is_authenticated (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_huc.h24 bool xe_huc_is_authenticated(struct xe_huc *huc, enum xe_huc_auth_types type);
Dxe_huc.c228 bool xe_huc_is_authenticated(struct xe_huc *huc, enum xe_huc_auth_types type) in xe_huc_is_authenticated() function
245 if (xe_huc_is_authenticated(huc, type)) { in xe_huc_auth()
Dxe_gsc.c297 if (xe_huc_is_authenticated(&gt->uc.huc, XE_HUC_AUTH_VIA_GUC)) in gsc_upload_and_init()