execbuf_client 1047 drivers/gpu/drm/i915/gt/intel_reset.c if (!engine->gt->uc.guc.execbuf_client) execbuf_client 1054 drivers/gpu/drm/i915/gt/intel_reset.c engine->gt->uc.guc.execbuf_client ? "GuC " : "", execbuf_client 523 drivers/gpu/drm/i915/gt/uc/intel_guc.c GEM_BUG_ON(!guc->execbuf_client); execbuf_client 530 drivers/gpu/drm/i915/gt/uc/intel_guc.c data[5] = guc->execbuf_client->stage_id; execbuf_client 53 drivers/gpu/drm/i915/gt/uc/intel_guc.h struct intel_guc_client *execbuf_client; execbuf_client 465 drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c struct intel_guc_client *client = guc->execbuf_client; execbuf_client 495 drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c struct intel_guc_client *client = guc->execbuf_client; execbuf_client 897 drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c GEM_BUG_ON(guc->execbuf_client); execbuf_client 904 drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c guc->execbuf_client = client; execbuf_client 913 drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c client = fetch_and_zero(&guc->execbuf_client); execbuf_client 955 drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c return __guc_client_enable(guc->execbuf_client); execbuf_client 960 drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c if (guc->execbuf_client) execbuf_client 961 drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c __guc_client_disable(guc->execbuf_client); execbuf_client 1139 drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c GEM_BUG_ON(!guc->execbuf_client); execbuf_client 139 drivers/gpu/drm/i915/gt/uc/selftest_guc.c if (guc->execbuf_client) { execbuf_client 150 drivers/gpu/drm/i915/gt/uc/selftest_guc.c GEM_BUG_ON(!guc->execbuf_client); execbuf_client 152 drivers/gpu/drm/i915/gt/uc/selftest_guc.c err = validate_client(guc->execbuf_client, execbuf_client 160 drivers/gpu/drm/i915/gt/uc/selftest_guc.c if (!has_doorbell(guc->execbuf_client)) { execbuf_client 170 drivers/gpu/drm/i915/gt/uc/selftest_guc.c if (!client_doorbell_in_sync(guc->execbuf_client)) { execbuf_client 180 drivers/gpu/drm/i915/gt/uc/selftest_guc.c err = create_doorbell(guc->execbuf_client); execbuf_client 1885 drivers/gpu/drm/i915/i915_debugfs.c struct intel_guc_client *client = guc->execbuf_client; execbuf_client 1895 drivers/gpu/drm/i915/i915_debugfs.c GEM_BUG_ON(!guc->execbuf_client);