Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] !fixup: drm/xe/gsc: GSC FW load
@ 2023-12-07 20:55 Mika Kuoppala
  2023-12-08  0:53 ` Daniele Ceraolo Spurio
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Mika Kuoppala @ 2023-12-07 20:55 UTC (permalink / raw)
  To: intel-xe

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


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-12-08  4:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-07 20:55 [PATCH] !fixup: drm/xe/gsc: GSC FW load Mika Kuoppala
2023-12-08  0:53 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox