drm/i915/guc: Print status register when waiting for GuC to load
authorJohn Harrison <John.C.Harrison@Intel.com>
Tue, 2 May 2023 23:40:03 +0000 (16:40 -0700)
committerJohn Harrison <John.C.Harrison@Intel.com>
Fri, 5 May 2023 22:33:54 +0000 (15:33 -0700)
commitc354feb5895fe80fd3f896443015cf53d5cf98e8
treefba16c4ddae42af4417a0f25fc39d3dddadf3dbe
parent6b8bfff56b2140396fd28088ad2dca4463aef9c9
drm/i915/guc: Print status register when waiting for GuC to load

If the GuC load is taking an excessively long time, the wait loop
currently prints the GT frequency. Extend that to include the GuC
status as well so we can see if the GuC is actually making progress or
not.

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230502234007.1762014-3-John.C.Harrison@Intel.com
drivers/gpu/drm/i915/gt/uc/intel_guc_fw.c