Skip to content

Instantly share code, notes, and snippets.

@flower1024
Created July 25, 2023 14:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flower1024/956b56f7283c41ff23e0df17ff795a28 to your computer and use it in GitHub Desktop.
Save flower1024/956b56f7283c41ff23e0df17ff795a28 to your computer and use it in GitHub Desktop.
diff -aur a/drivers/gpu/drm/i915/gt/uc/intel_guc_fw.c b/drivers/gpu/drm/i915/gt/uc/intel_guc_fw.c
--- a/drivers/gpu/drm/i915/gt/uc/intel_guc_fw.c 2023-07-11 19:39:51.000000000 +0200
+++ b/drivers/gpu/drm/i915/gt/uc/intel_guc_fw.c 2023-07-25 15:28:52.586091874 +0200
@@ -127,7 +127,7 @@
* 200ms. Even at slowest clock, this should be sufficient. And
* in the working case, a larger timeout makes no difference.
*/
- ret = wait_for(guc_ready(uncore, &status), 200);
+ ret = wait_for(guc_ready(uncore, &status), 10000);
if (ret) {
guc_info(guc, "load failed: status = 0x%08X\n", status);
guc_info(guc, "load failed: status: Reset = %d, "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment