Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_guc_ct.c459 #define done INTEL_GUC_MSG_IS_RESPONSE(READ_ONCE(req->status)) in wait_for_ct_request_update()
678 if (unlikely(!INTEL_GUC_MSG_IS_RESPONSE(status))) { in ct_handle_response()
Dintel_guc_fwif.h656 #define INTEL_GUC_MSG_IS_RESPONSE(m) __INTEL_GUC_MSG_TYPE_IS(RESPONSE, m) macro