All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Don't fail on GuC failure
@ 2019-08-18  9:52 Michal Wajdeczko
  2019-08-18  9:52 ` [PATCH 1/3] drm/i915/guc: Don't open log relay if GuC is not running Michal Wajdeczko
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Michal Wajdeczko @ 2019-08-18  9:52 UTC (permalink / raw)
  To: intel-gfx

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(-)

-- 
2.19.2

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2019-08-18 15:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-18  9:52 [PATCH 0/3] Don't fail on GuC failure Michal Wajdeczko
2019-08-18  9:52 ` [PATCH 1/3] drm/i915/guc: Don't open log relay if GuC is not running Michal Wajdeczko
2019-08-18  9:56   ` Chris Wilson
2019-08-18  9:52 ` [PATCH 2/3] drm/i915/uc: Don't always fail on unavailable GuC firmware Michal Wajdeczko
2019-08-18  9:58   ` Chris Wilson
2019-08-18  9:52 ` [PATCH 3/3] drm/i915/uc: Never fail on HuC firmware errors Michal Wajdeczko
2019-08-18 10:00   ` Chris Wilson
2019-08-18 10:16     ` Michal Wajdeczko
2019-08-18 10:27       ` Chris Wilson
2019-08-18 10:57 ` ✓ Fi.CI.BAT: success for Don't fail on GuC failure Patchwork
2019-08-18 11:03   ` Chris Wilson
2019-08-18 15:57 ` ✓ Fi.CI.IGT: " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.