All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Don't sanitize enable_guc
@ 2019-07-30 18:19 Michal Wajdeczko
  2019-07-30 18:19 ` [PATCH 1/3] drm/i915/uc: Consider enable_guc modparam during fw selection Michal Wajdeczko
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Michal Wajdeczko @ 2019-07-30 18:19 UTC (permalink / raw)
  To: intel-gfx

We want to stop relying on modparam for runtime uC status

Michal Wajdeczko (3):
  drm/i915/uc: Consider enable_guc modparam during fw selection
  drm/i915/guc: Use dedicated flag to track submission mode
  drm/i915/uc: Stop sanitizing enable_guc modparam

 drivers/gpu/drm/i915/gt/uc/intel_guc.c        |  1 +
 drivers/gpu/drm/i915/gt/uc/intel_guc.h        | 12 ++++
 .../gpu/drm/i915/gt/uc/intel_guc_submission.c | 16 +++++
 .../gpu/drm/i915/gt/uc/intel_guc_submission.h |  1 +
 drivers/gpu/drm/i915/gt/uc/intel_huc.h        |  5 ++
 drivers/gpu/drm/i915/gt/uc/intel_uc.c         | 70 +++++--------------
 drivers/gpu/drm/i915/gt/uc/intel_uc.h         |  9 +--
 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c      | 25 ++++++-
 8 files changed, 78 insertions(+), 61 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] 13+ messages in thread

end of thread, other threads:[~2019-07-31 19:13 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-30 18:19 [PATCH 0/3] Don't sanitize enable_guc Michal Wajdeczko
2019-07-30 18:19 ` [PATCH 1/3] drm/i915/uc: Consider enable_guc modparam during fw selection Michal Wajdeczko
2019-07-30 19:07   ` Chris Wilson
2019-07-31 13:19     ` Michal Wajdeczko
2019-07-31 13:22       ` Chris Wilson
2019-07-30 18:19 ` [PATCH 2/3] drm/i915/guc: Use dedicated flag to track submission mode Michal Wajdeczko
2019-07-30 19:11   ` Chris Wilson
2019-07-31 18:00   ` [PATCH v3 2/4] drm/i915/uc: Consider enable_guc modparam during fw selection Michal Wajdeczko
2019-07-31 19:13     ` Chris Wilson
2019-07-30 18:19 ` [PATCH 3/3] drm/i915/uc: Stop sanitizing enable_guc modparam Michal Wajdeczko
2019-07-30 18:23   ` Chris Wilson
2019-07-30 21:54 ` ✗ Fi.CI.CHECKPATCH: warning for Don't sanitize enable_guc Patchwork
2019-07-30 22:15 ` ✓ Fi.CI.BAT: success " 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.