Home
last modified time | relevance | path

Searched refs:INTEL_GUC_MSG_IS_RESPONSE (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_ct.c430 #define done INTEL_GUC_MSG_IS_RESPONSE(READ_ONCE(req->status)) in wait_for_ct_request_update()
649 if (unlikely(!INTEL_GUC_MSG_IS_RESPONSE(status))) { in ct_handle_response()
Dintel_guc_fwif.h542 #define INTEL_GUC_MSG_IS_RESPONSE(m) __INTEL_GUC_MSG_TYPE_IS(RESPONSE, m) macro