]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/xe/guc: Wait before retrying sending H2G
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Tue, 27 Jan 2026 19:37:25 +0000 (20:37 +0100)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Mon, 2 Feb 2026 21:35:45 +0000 (22:35 +0100)
commite116fd5c60c4950171fbe7773a34a5841a021b9f
treef0fdfef83e93e8bb0766f2048010034c86e46bcb
parent09b45fd9d330e52a5b31d1abc0db4a22b16d340a
drm/xe/guc: Wait before retrying sending H2G

We shall resend H2G message after receiving NO_RESPONSE_RETRY reply,
but since GuC dropped that H2G due to some interim state, we should
give it a little time to stabilize. Wait before sending the same H2G
again, start with 1ms delay, then increase exponentially to 256ms.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patch.msgid.link/20260127193727.601-6-michal.wajdeczko@intel.com
drivers/gpu/drm/xe/xe_guc.c