Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_guc_pc.h17 int xe_guc_pc_stop(struct xe_guc_pc *pc);
H A Dxe_guc_pc.c1111 int xe_guc_pc_stop(struct xe_guc_pc *pc) in xe_guc_pc_stop() function
1142 XE_WARN_ON(xe_guc_pc_stop(pc)); in xe_guc_pc_fini_hw()
H A Dxe_guc.c1484 err = xe_guc_pc_stop(&guc->pc); in xe_guc_stop_prepare()