All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/3] drm/i915/guc : Removing enable_guc_loading module and Decoupling logs and ADS from submission
@ 2017-10-10 18:32 Sujaritha Sundaresan
  2017-10-10 18:32 ` [PATCH v6 1/3] drm/i915/guc : Unifying seq_puts messages for feature support Sujaritha Sundaresan
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Sujaritha Sundaresan @ 2017-10-10 18:32 UTC (permalink / raw)
  To: intel-gfx; +Cc: Sujaritha Sundaresan

The first patch simply unifies different seq_puts messages found in debugfs.
Patch 2 focuses on replacing the enable_guc_loading module. Patch 3 deals with 
decoupling guc logs and ADS from submission. 

Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Sagar Arun Kamble <sagar.a.kamble@intel.com>
Cc: Oscar Mateo <oscar.mateo@intel.com>
Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Cc: Anusha Srivatsa <anusha.srivatsa@intel.com>

Sujaritha Sundaresan (3):
  drm/i915/guc : Unifying seq_puts messages for feature support
  drm/i915/guc : Removing i915_modparams.enable_guc_loading module parameter
  drm/i915/guc : Decouple logs and ADS from submission

 drivers/gpu/drm/i915/Makefile              |   1 +
 drivers/gpu/drm/i915/i915_debugfs.c        |  18 +++--
 drivers/gpu/drm/i915/i915_drv.h            |   9 ++-
 drivers/gpu/drm/i915/i915_gem_context.c    |   2 +-
 drivers/gpu/drm/i915/i915_gem_gtt.c        |   2 +-
 drivers/gpu/drm/i915/i915_guc_submission.c | 105 +------------------------
 drivers/gpu/drm/i915/i915_irq.c            |   2 +-
 drivers/gpu/drm/i915/i915_params.c         |   4 -
 drivers/gpu/drm/i915/i915_params.h         |   1 -
 drivers/gpu/drm/i915/intel_guc.h           |   3 +-
 drivers/gpu/drm/i915/intel_guc_ads.c       | 120 +++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/intel_guc_ads.h       |  31 ++++++++
 drivers/gpu/drm/i915/intel_guc_loader.c    |   9 +--
 drivers/gpu/drm/i915/intel_guc_log.c       |   6 +-
 drivers/gpu/drm/i915/intel_huc.c           |   4 +-
 drivers/gpu/drm/i915/intel_uc.c            | 112 ++++++++++++++++++---------
 drivers/gpu/drm/i915/intel_uncore.c        |   3 +-
 17 files changed, 262 insertions(+), 170 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/intel_guc_ads.c
 create mode 100644 drivers/gpu/drm/i915/intel_guc_ads.h

-- 
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] 10+ messages in thread

end of thread, other threads:[~2017-10-16 17:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-10 18:32 [PATCH v6 0/3] drm/i915/guc : Removing enable_guc_loading module and Decoupling logs and ADS from submission Sujaritha Sundaresan
2017-10-10 18:32 ` [PATCH v6 1/3] drm/i915/guc : Unifying seq_puts messages for feature support Sujaritha Sundaresan
2017-10-13  9:05   ` Sagar Arun Kamble
2017-10-16 16:33     ` Sujaritha
2017-10-16 17:12     ` Sujaritha
2017-10-10 18:32 ` [PATCH v6 2/3] drm/i915/guc : Removing i915_modparams.enable_guc_loading module parameter Sujaritha Sundaresan
2017-10-13  9:42   ` Sagar Arun Kamble
2017-10-16 16:36     ` Sujaritha
2017-10-10 18:32 ` [PATCH v6 3/3] drm/i915/guc : Decouple logs and ADS from submission Sujaritha Sundaresan
2017-10-10 19:07 ` ✗ Fi.CI.BAT: failure for drm/i915/guc : Removing enable_guc_loading module and Decoupling " 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.