Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_guc_fwif.h249 #define GUC2HOST_IS_RESPONSE(x) ((u32)(x) >= GUC2HOST_RESPONSE_MASK) macro
Di915_guc_submission.c75 return GUC2HOST_IS_RESPONSE(val); in host2guc_action_response()