Re: [Intel-gfx] [PATCH] drm/i915/guc: Introduce guc_is_ready

2020-01-31 Thread Chris Wilson
Quoting Michal Wajdeczko (2020-01-31 13:26:10) > We already have guc_is_running function, but it only reflects > firmware status, while to fully use GuC we need to know if we've > already established communication with it. "Ready, set, go!" ready has connotations of being before running, whereas

[Intel-gfx] [PATCH] drm/i915/guc: Introduce guc_is_ready

2020-01-31 Thread Michal Wajdeczko
We already have guc_is_running function, but it only reflects firmware status, while to fully use GuC we need to know if we've already established communication with it. Signed-off-by: Michal Wajdeczko Cc: Daniele Ceraolo Spurio Cc: Chris Wilson --- drivers/gpu/drm/i915/gt/uc/intel_guc.h | 5 +