public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH v5 0/5] drm/i915: Guc code reorg cont'd
@ 2017-10-04 18:13 Michal Wajdeczko
  2017-10-04 18:13 ` [PATCH v5 1/5] drm/i915/guc: Move GuC log declarations into dedicated header Michal Wajdeczko
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Michal Wajdeczko @ 2017-10-04 18:13 UTC (permalink / raw)
  To: intel-gfx

Leftover from https://patchwork.freedesktop.org/series/31340/
plus next round of minor improvements

Michal Wajdeczko (5):
  drm/i915/guc: Move GuC log declarations into dedicated header
  drm/i915/guc: Move GuC submission declarations into dedicated header
  drm/i915/guc: Move GuC core definitions into dedicated files
  drm/i915/uc: Fix includes order
  drm/i915/uc: Unify initialization of the uC firmware helper

 drivers/gpu/drm/i915/Makefile              |   1 +
 drivers/gpu/drm/i915/i915_debugfs.c        |   1 +
 drivers/gpu/drm/i915/i915_guc_submission.c | 101 +----------
 drivers/gpu/drm/i915/i915_guc_submission.h |  80 +++++++++
 drivers/gpu/drm/i915/intel_guc.c           | 264 +++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/intel_guc.h           | 109 ++++++++++++
 drivers/gpu/drm/i915/intel_guc_loader.c    |   5 +-
 drivers/gpu/drm/i915/intel_guc_log.c       |   3 +
 drivers/gpu/drm/i915/intel_guc_log.h       |  59 +++++++
 drivers/gpu/drm/i915/intel_huc.c           |   5 +-
 drivers/gpu/drm/i915/intel_uc.c            | 150 +---------------
 drivers/gpu/drm/i915/intel_uc.h            | 147 +---------------
 drivers/gpu/drm/i915/intel_uc_fw.h         |   9 +
 13 files changed, 537 insertions(+), 397 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/i915_guc_submission.h
 create mode 100644 drivers/gpu/drm/i915/intel_guc.c
 create mode 100644 drivers/gpu/drm/i915/intel_guc.h
 create mode 100644 drivers/gpu/drm/i915/intel_guc_log.h

-- 
2.7.4

_______________________________________________
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:[~2017-10-05 17:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-04 18:13 [PATCH v5 0/5] drm/i915: Guc code reorg cont'd Michal Wajdeczko
2017-10-04 18:13 ` [PATCH v5 1/5] drm/i915/guc: Move GuC log declarations into dedicated header Michal Wajdeczko
2017-10-04 18:13 ` [PATCH v5 2/5] drm/i915/guc: Move GuC submission " Michal Wajdeczko
2017-10-04 18:13 ` [PATCH v5 3/5] drm/i915/guc: Move GuC core definitions into dedicated files Michal Wajdeczko
2017-10-05  9:25   ` Sagar Arun Kamble
2017-10-05 17:04   ` Joonas Lahtinen
2017-10-04 18:13 ` [PATCH v5 4/5] drm/i915/uc: Fix includes order Michal Wajdeczko
2017-10-05 17:04   ` Joonas Lahtinen
2017-10-04 18:13 ` [PATCH v5 5/5] drm/i915/uc: Unify initialization of the uC firmware helper Michal Wajdeczko
2017-10-05 17:08   ` Joonas Lahtinen
2017-10-04 19:06 ` ✓ Fi.CI.BAT: success for drm/i915: Guc code reorg cont'd Patchwork
2017-10-04 22:54 ` ✓ Fi.CI.IGT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox