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