From: Mika Kuoppala <mika.kuoppala@linux.intel.com>
To: intel-xe@lists.freedesktop.org
Subject: [PATCH] !fixup: drm/xe/gsc: GSC FW load
Date: Thu, 7 Dec 2023 22:55:56 +0200 [thread overview]
Message-ID: <20231207205556.495523-1-mika.kuoppala@linux.intel.com> (raw)
Fix timeout to be in usecs for xe_mmio_wait32
Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Signed-off-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
---
drivers/gpu/drm/xe/xe_gsc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/xe/xe_gsc.c b/drivers/gpu/drm/xe/xe_gsc.c
index 4aad6a8c9dde..a8a895cf4b44 100644
--- a/drivers/gpu/drm/xe/xe_gsc.c
+++ b/drivers/gpu/drm/xe/xe_gsc.c
@@ -182,7 +182,7 @@ static int gsc_fw_wait(struct xe_gt *gt)
return xe_mmio_wait32(gt, HECI_FWSTS1(MTL_GSC_HECI1_BASE),
HECI1_FWSTS1_INIT_COMPLETE,
HECI1_FWSTS1_INIT_COMPLETE,
- 500, NULL, false);
+ 500 * USEC_PER_MSEC, NULL, false);
}
static int gsc_upload(struct xe_gsc *gsc)
--
2.34.1
next reply other threads:[~2023-12-07 21:00 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-07 20:55 Mika Kuoppala [this message]
2023-12-08 0:53 ` [PATCH] !fixup: drm/xe/gsc: GSC FW load Daniele Ceraolo Spurio
2023-12-08 3:23 ` ✓ CI.Patch_applied: success for " Patchwork
2023-12-08 3:23 ` ✓ CI.checkpatch: " Patchwork
2023-12-08 3:25 ` ✓ CI.KUnit: " Patchwork
2023-12-08 3:32 ` ✓ CI.Build: " Patchwork
2023-12-08 3:32 ` ✓ CI.Hooks: " Patchwork
2023-12-08 3:34 ` ✓ CI.checksparse: " Patchwork
2023-12-08 4:09 ` ✓ CI.BAT: " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231207205556.495523-1-mika.kuoppala@linux.intel.com \
--to=mika.kuoppala@linux.intel.com \
--cc=intel-xe@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox