Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/pxp/
Dintel_pxp_gsccs.h16 #define GSC_PENDING_RETRY_PAUSE_MS 50 macro
18 (GSC_PENDING_RETRY_MAXCOUNT * GSC_PENDING_RETRY_PAUSE_MS))
Dintel_pxp_gsccs.c185 msleep(GSC_PENDING_RETRY_PAUSE_MS); in gsccs_send_message_retry_complete()