Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c463 #define done INTEL_GUC_MSG_IS_RESPONSE(READ_ONCE(req->status)) in wait_for_ct_request_update()
697 if (unlikely(!INTEL_GUC_MSG_IS_RESPONSE(status))) { in ct_handle_response()
H A Dintel_guc_fwif.h541 #define INTEL_GUC_MSG_IS_RESPONSE(m) __INTEL_GUC_MSG_TYPE_IS(RESPONSE, m) macro