intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/12] Various improvements around the GuC topic
@ 2017-03-21  9:02 Oscar Mateo
  2017-03-21  9:02 ` [PATCH 01/12] drm/i915/guc: Sanitize GuC client initialization Oscar Mateo
                   ` (12 more replies)
  0 siblings, 13 replies; 28+ messages in thread
From: Oscar Mateo @ 2017-03-21  9:02 UTC (permalink / raw)
  To: intel-gfx

Now rebased on top of Arek's "GuC Scrub". There are also two new patches
at the end compared to when I last sent the series.

Oscar Mateo (12):
  drm/i915/guc: Sanitize GuC client initialization
  drm/i915/guc: Keep the ctx_pool_vaddr mapped, for easy access
  drm/i915/guc: Add onion teardown to the GuC setup
  drm/i915/guc: The Additional Data Struct (ADS) should get enabled
    together with GuC submission
  drm/i915/guc: Break out the GuC log extras into their own "runtime"
    struct
  drm/i915/guc: Make intel_guc_send a function pointer
  drm/i915/guc: Improve the GuC documentation & comments about proxy
    submissions
  drm/i915/guc: Wait for doorbell to be inactive before deallocating
  drm/i915/guc: A little bit more of doorbell sanitization
  drm/i915/guc: Refactor the concept "GuC context descriptor" into "GuC
    stage descriptor"
  drm/i915/guc: Split out the mmio_white_list struct
  drm/i915/guc: Move guc_interrupts_release next to
    guc_interrupts_capture

 drivers/gpu/drm/i915/i915_debugfs.c        |   8 +-
 drivers/gpu/drm/i915/i915_drv.c            |  11 +-
 drivers/gpu/drm/i915/i915_gem.c            |  10 +-
 drivers/gpu/drm/i915/i915_guc_submission.c | 784 +++++++++++++++++------------
 drivers/gpu/drm/i915/i915_irq.c            |   4 +-
 drivers/gpu/drm/i915/intel_guc_fwif.h      |  71 +--
 drivers/gpu/drm/i915/intel_guc_loader.c    |  33 +-
 drivers/gpu/drm/i915/intel_guc_log.c       | 386 +++++++-------
 drivers/gpu/drm/i915/intel_uc.c            |  62 ++-
 drivers/gpu/drm/i915/intel_uc.h            |  51 +-
 10 files changed, 788 insertions(+), 632 deletions(-)

-- 
1.9.1

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

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

end of thread, other threads:[~2017-03-22 16:57 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-21  9:02 [PATCH 00/12] Various improvements around the GuC topic Oscar Mateo
2017-03-21  9:02 ` [PATCH 01/12] drm/i915/guc: Sanitize GuC client initialization Oscar Mateo
2017-03-22  9:28   ` Joonas Lahtinen
2017-03-22  9:46     ` Oscar Mateo
2017-03-21  9:02 ` [PATCH 02/12] drm/i915/guc: Keep the ctx_pool_vaddr mapped, for easy access Oscar Mateo
2017-03-22  9:45   ` Chris Wilson
2017-03-22  9:42     ` Oscar Mateo
2017-03-22 16:57       ` Chris Wilson
2017-03-21  9:02 ` [PATCH 03/12] drm/i915/guc: Add onion teardown to the GuC setup Oscar Mateo
2017-03-21  9:02 ` [PATCH 04/12] drm/i915/guc: The Additional Data Struct (ADS) should get enabled together with GuC submission Oscar Mateo
2017-03-21 17:51   ` Ceraolo Spurio, Daniele
2017-03-21  9:02 ` [PATCH 05/12] drm/i915/guc: Break out the GuC log extras into their own "runtime" struct Oscar Mateo
2017-03-21  9:02 ` [PATCH 06/12] drm/i915/guc: Make intel_guc_send a function pointer Oscar Mateo
2017-03-21  9:02 ` [PATCH 07/12] drm/i915/guc: Improve the GuC documentation & comments about proxy submissions Oscar Mateo
2017-03-21 17:54   ` Ceraolo Spurio, Daniele
2017-03-21  9:02 ` [PATCH 08/12] drm/i915/guc: Wait for doorbell to be inactive before deallocating Oscar Mateo
2017-03-21 18:20   ` Ceraolo Spurio, Daniele
2017-03-21 11:24     ` Oscar Mateo
2017-03-22  9:33       ` Joonas Lahtinen
2017-03-21  9:02 ` [PATCH 09/12] drm/i915/guc: A little bit more of doorbell sanitization Oscar Mateo
2017-03-21  9:02 ` [PATCH 10/12] drm/i915/guc: Refactor the concept "GuC context descriptor" into "GuC stage descriptor" Oscar Mateo
2017-03-22 10:05   ` Joonas Lahtinen
2017-03-21  9:02 ` [PATCH 11/12] drm/i915/guc: Split out the mmio_white_list struct Oscar Mateo
2017-03-21 18:04   ` Ceraolo Spurio, Daniele
2017-03-21  9:02 ` [PATCH 12/12] drm/i915/guc: Move guc_interrupts_release next to guc_interrupts_capture Oscar Mateo
2017-03-21 18:08   ` Ceraolo Spurio, Daniele
2017-03-21 17:42 ` ✗ Fi.CI.BAT: warning for Various improvements around the GuC topic Patchwork
2017-03-22 10:08   ` Joonas Lahtinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).