All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] GuC messaging enable/disable tweaks
@ 2019-06-19 21:43 Daniele Ceraolo Spurio
  2019-06-19 21:43 ` [PATCH 1/2] drm/i915/guc: reorder enable/disable communication steps Daniele Ceraolo Spurio
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Daniele Ceraolo Spurio @ 2019-06-19 21:43 UTC (permalink / raw)
  To: intel-gfx

Fix the order of operations and take care of late messages.
At the moment we only care about late messages if the log relay
is active, so the second patch is not essential. Since we now have
the ability of saving a bigger log with quite a bit of history, I'd
personally prefer to get rid of the relay logic entirely, but I'm
not sure if there is a good reason to keep it.

Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
 
Daniele Ceraolo Spurio (2):
  drm/i915/guc: reorder enable/disable communication steps
  drm/i915/guc: handle GuC messages received with CTB disabled

 drivers/gpu/drm/i915/intel_guc.h    |  5 ++
 drivers/gpu/drm/i915/intel_guc_ct.c | 15 +----
 drivers/gpu/drm/i915/intel_guc_ct.h |  4 ++
 drivers/gpu/drm/i915/intel_uc.c     | 90 ++++++++++++++++++++++++++++-
 4 files changed, 100 insertions(+), 14 deletions(-)

-- 
2.20.1

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

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

end of thread, other threads:[~2019-06-20 17:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-19 21:43 [PATCH 0/2] GuC messaging enable/disable tweaks Daniele Ceraolo Spurio
2019-06-19 21:43 ` [PATCH 1/2] drm/i915/guc: reorder enable/disable communication steps Daniele Ceraolo Spurio
2019-06-19 23:22   ` Matthew Brost
2019-06-20  8:43   ` Michal Wajdeczko
2019-06-19 21:43 ` [PATCH 2/2] drm/i915/guc: handle GuC messages received with CTB disabled Daniele Ceraolo Spurio
2019-06-20 13:48   ` Chris Wilson
2019-06-20 17:55     ` Daniele Ceraolo Spurio
2019-06-19 23:03 ` ✗ Fi.CI.CHECKPATCH: warning for GuC messaging enable/disable tweaks Patchwork
2019-06-19 23:36 ` ✓ Fi.CI.BAT: success " Patchwork
2019-06-20 14:45 ` ✓ 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.