Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_pc.h16 int xe_guc_pc_stop(struct xe_guc_pc *pc);
H A Dxe_guc_pc.c1016 int xe_guc_pc_stop(struct xe_guc_pc *pc) in xe_guc_pc_stop() function
1046 XE_WARN_ON(xe_guc_pc_stop(pc)); in xe_guc_pc_fini_hw()
H A Dxe_guc.c1119 err = xe_guc_pc_stop(&guc->pc); in xe_guc_stop_prepare()