Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_uc_fw.h138 static inline bool xe_uc_fw_is_loadable(struct xe_uc_fw *uc_fw) in xe_uc_fw_is_loadable() function
166 if (xe_uc_fw_is_loadable(uc_fw)) in xe_uc_fw_sanitize()
H A Dxe_gsc.c209 xe_assert(xe, xe_uc_fw_is_loadable(&gsc->fw) && gsc->q); in gsc_upload()
519 if (!xe_uc_fw_is_loadable(&gsc->fw) || !gsc->q) in xe_gsc_load_start()
551 if (xe_uc_fw_is_loadable(&gsc->fw) && gsc->wq) in xe_gsc_wait_for_worker_completion()
560 if (!xe_uc_fw_is_loadable(&gsc->fw) || xe_uc_fw_is_in_error_state(&gsc->fw)) in xe_gsc_stop_prepare()
H A Dxe_pxp.c377 if (!xe_uc_fw_is_loadable(&gt->uc.gsc.fw) || in xe_pxp_init()
378 !xe_uc_fw_is_loadable(&gt->uc.huc.fw)) { in xe_pxp_init()