mbox series

[0/3] Don't fail on GuC failure

Message ID 20190818095204.31568-1-michal.wajdeczko@intel.com (mailing list archive)
Headers show
Series Don't fail on GuC failure | expand

Message

Michal Wajdeczko Aug. 18, 2019, 9:52 a.m. UTC
With this series we are able to load the driver even if
we fail to initialize GuC (ie. due to missing firmware)

Note that still some hw/fw restrictions may apply.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>

Michal Wajdeczko (3):
  drm/i915/guc: Don't open log relay if GuC is not running
  drm/i915/uc: Don't always fail on unavailable GuC firmware
  drm/i915/uc: Never fail on HuC firmware errors

 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c |  4 +++
 drivers/gpu/drm/i915/gt/uc/intel_huc.c     |  4 ++-
 drivers/gpu/drm/i915/gt/uc/intel_uc.c      | 40 +++++++++++++++-------
 drivers/gpu/drm/i915/i915_debugfs.c        | 17 ++++-----
 4 files changed, 43 insertions(+), 22 deletions(-)

Comments

Chris Wilson Aug. 18, 2019, 11:03 a.m. UTC | #1
Quoting Patchwork (2019-08-18 11:57:20)
> == Series Details ==
> 
> Series: Don't fail on GuC failure
> URL   : https://patchwork.freedesktop.org/series/65374/
> State : success
> 
> == Summary ==
> 
> CI Bug Log - changes from CI_DRM_6728 -> Patchwork_14075
> ====================================================
> 
> Summary
> -------
> 
>   **SUCCESS**
> 
>   No regressions found.

And pushed, thanks.
-Chris