public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] GuC Scrub vol. 1
@ 2017-02-14 16:15 Arkadiusz Hiler
  2017-02-14 16:15 ` [PATCH 1/5] drm/i915/uc: Rename intel_?uc_{setup, load}() to _init_hw() Arkadiusz Hiler
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Arkadiusz Hiler @ 2017-02-14 16:15 UTC (permalink / raw)
  To: intel-gfx

After having HuC merged and taking feedback into account, it's time to respin
this series.

General GuC/HuC cleanup simplifying logic, and moving chunks around, as the area
is pretty rusty.

A lot of logic were extracted from intel_guc_load() to other functions - it not
only did handle the actual loading but had WA implementations and had the code
thatenabled submission baked it.

This is first the part of effort to clean it up.

Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>

Arkadiusz Hiler (5):
  drm/i915/uc: Rename intel_?uc_{setup,load}() to _init_hw()
  drm/i915/uc: Introduce intel_uc_init()
  drm/i915/guc: Extract param logic form guc_init
  drm/i915/guc: Simplify intel_guc_init_hw()
  drm/i915/uc: Simplify fw_path

 drivers/gpu/drm/i915/i915_drv.c         |   5 +-
 drivers/gpu/drm/i915/i915_gem.c         |   2 +-
 drivers/gpu/drm/i915/intel_guc_loader.c | 187 +++++---------------------------
 drivers/gpu/drm/i915/intel_huc.c        |  24 ++--
 drivers/gpu/drm/i915/intel_uc.c         | 134 +++++++++++++++++++++++
 drivers/gpu/drm/i915/intel_uc.h         |  11 +-
 6 files changed, 186 insertions(+), 177 deletions(-)

-- 
2.9.3

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

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

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

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-14 16:15 [PATCH v2 0/5] GuC Scrub vol. 1 Arkadiusz Hiler
2017-02-14 16:15 ` [PATCH 1/5] drm/i915/uc: Rename intel_?uc_{setup, load}() to _init_hw() Arkadiusz Hiler
2017-02-14 19:14   ` Michal Wajdeczko
2017-02-14 21:58   ` Chris Wilson
2017-02-15 12:41   ` Joonas Lahtinen
2017-02-14 16:15 ` [PATCH 2/5] drm/i915/uc: Introduce intel_uc_init() Arkadiusz Hiler
2017-02-14 16:15 ` [PATCH 3/5] drm/i915/guc: Extract param logic form guc_init Arkadiusz Hiler
2017-02-14 19:37   ` Michal Wajdeczko
2017-02-15 12:48     ` Joonas Lahtinen
2017-02-15 15:10       ` Arkadiusz Hiler
2017-02-14 16:15 ` [PATCH 4/5] drm/i915/guc: Simplify intel_guc_init_hw() Arkadiusz Hiler
2017-02-14 20:07   ` Michal Wajdeczko
2017-02-14 16:15 ` [PATCH 5/5] drm/i915/uc: Simplify fw_path Arkadiusz Hiler
2017-02-14 20:23   ` Michal Wajdeczko
2017-02-15 14:12     ` Arkadiusz Hiler
2017-02-14 20:52 ` ✓ Fi.CI.BAT: success for GuC Scrub vol. 1 (rev2) Patchwork

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