Symbol: xe_guc_read_stopped
drivers/gpu/drm/xe/xe_gt_sriov_pf.c
281
if (xe_guc_read_stopped(&gt->uc.guc))
drivers/gpu/drm/xe/xe_guc_capture.c
1426
if (!xe_guc_read_stopped(guc)) {
drivers/gpu/drm/xe/xe_guc_submit.c
1235
xe_guc_read_stopped(guc) ||
drivers/gpu/drm/xe/xe_guc_submit.c
1408
xe_guc_read_stopped(guc) ||
drivers/gpu/drm/xe/xe_guc_submit.c
1410
if ((!ret && !vf_recovery(guc)) || xe_guc_read_stopped(guc)) {
drivers/gpu/drm/xe/xe_guc_submit.c
1530
xe_guc_read_stopped(guc) ||
drivers/gpu/drm/xe/xe_guc_submit.c
1534
if (!ret || xe_guc_read_stopped(guc))
drivers/gpu/drm/xe/xe_guc_submit.c
1552
xe_guc_read_stopped(guc) ||
drivers/gpu/drm/xe/xe_guc_submit.c
1556
if (!ret || xe_guc_read_stopped(guc)) {
drivers/gpu/drm/xe/xe_guc_submit.c
1564
q->guc->id, ret, xe_guc_read_stopped(guc));
drivers/gpu/drm/xe/xe_guc_submit.c
1767
xe_guc_read_stopped(guc));
drivers/gpu/drm/xe/xe_guc_submit.c
1783
xe_guc_read_stopped(guc)) && !exec_queue_pending_disable(q)));
drivers/gpu/drm/xe/xe_guc_submit.c
1785
if (!xe_guc_read_stopped(guc)) {
drivers/gpu/drm/xe/xe_guc_submit.c
1980
if (xe_guc_read_stopped(guc) || vf_recovery(guc))
drivers/gpu/drm/xe/xe_guc_submit.c
2185
xe_guc_read_stopped(guc))
drivers/gpu/drm/xe/xe_guc_submit.c
2342
!xe_guc_read_stopped(guc));
drivers/gpu/drm/xe/xe_guc_submit.c
2350
xe_gt_assert(guc_to_gt(guc), xe_guc_read_stopped(guc) == 1);
drivers/gpu/drm/xe/xe_guc_submit.c
2558
xe_gt_assert(guc_to_gt(guc), xe_guc_read_stopped(guc) == 1);
drivers/gpu/drm/xe/xe_guc_submit.c
773
xe_guc_read_stopped(guc), HZ);
drivers/gpu/drm/xe/xe_guc_submit.c
774
if (!ret || xe_guc_read_stopped(guc)) {
drivers/gpu/drm/xe/xe_guc_submit.h
31
int xe_guc_read_stopped(struct xe_guc *guc);