public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 00/12] Fewer for_each_engine(.., i915, ..)
@ 2019-10-22  9:47 Tvrtko Ursulin
  2019-10-22  9:47 ` [PATCH 01/12] drm/i915: Pass intel_gt to intel_engines_init_mmio Tvrtko Ursulin
                   ` (12 more replies)
  0 siblings, 13 replies; 26+ messages in thread
From: Tvrtko Ursulin @ 2019-10-22  9:47 UTC (permalink / raw)
  To: Intel-gfx

From: Tvrtko Ursulin <tvrtko.ursulin@intel.com>

Since we want to eliminate the engine list copy in i915 this series converts
some of the remaining call sites to take gt as is the future direction.

Where appropriate it also converts the containing functions to take gt as well.
Most notably this applies to engine setup and initialization.

Tvrtko Ursulin (12):
  drm/i915: Pass intel_gt to intel_engines_init_mmio
  drm/i915: Pass intel_gt to intel_setup_engine_capabilities
  drm/i915: Pass intel_gt to intel_engines_cleanup
  drm/i915: Pass intel_gt to intel_engines_setup
  drm/i915: Pass intel_gt to intel_engines_init
  drm/i915: Pass intel_gt to intel_engines_verify_workarounds
  drm/i915: Split drop caches into GT and i915 parts
  drm/i915/selftests: Convert eviction selftests to gt/ggtt
  drm/i915/selftests: Use GT engines in mock_gem_device
  drm/i915/selftests: Use GT engines in igt_live_test
  drm/i915/selftests: Use GT engines in i915_gem_mman selftest
  drm/i915/selftests: Use for_each_uabi_engine in contex selftests

 .../drm/i915/gem/selftests/i915_gem_context.c |  12 +--
 .../drm/i915/gem/selftests/i915_gem_mman.c    |   5 +-
 drivers/gpu/drm/i915/gt/intel_engine.h        |  10 +-
 drivers/gpu/drm/i915/gt/intel_engine_cs.c     |  46 ++++----
 drivers/gpu/drm/i915/i915_debugfs.c           |  24 +++--
 drivers/gpu/drm/i915/i915_drv.c               |   4 +-
 drivers/gpu/drm/i915/i915_gem.c               |  14 +--
 .../gpu/drm/i915/selftests/i915_gem_evict.c   | 100 +++++++++---------
 .../gpu/drm/i915/selftests/igt_live_test.c    |   7 +-
 .../gpu/drm/i915/selftests/mock_gem_device.c  |   8 +-
 10 files changed, 122 insertions(+), 108 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] 26+ messages in thread

end of thread, other threads:[~2019-10-22 10:55 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-22  9:47 [PATCH 00/12] Fewer for_each_engine(.., i915, ..) Tvrtko Ursulin
2019-10-22  9:47 ` [PATCH 01/12] drm/i915: Pass intel_gt to intel_engines_init_mmio Tvrtko Ursulin
2019-10-22 10:00   ` Chris Wilson
2019-10-22  9:47 ` [PATCH 02/12] drm/i915: Pass intel_gt to intel_setup_engine_capabilities Tvrtko Ursulin
2019-10-22 10:00   ` Chris Wilson
2019-10-22  9:47 ` [PATCH 03/12] drm/i915: Pass intel_gt to intel_engines_cleanup Tvrtko Ursulin
2019-10-22 10:01   ` Chris Wilson
2019-10-22  9:47 ` [PATCH 04/12] drm/i915: Pass intel_gt to intel_engines_setup Tvrtko Ursulin
2019-10-22 10:01   ` Chris Wilson
2019-10-22  9:47 ` [PATCH 05/12] drm/i915: Pass intel_gt to intel_engines_init Tvrtko Ursulin
2019-10-22 10:02   ` Chris Wilson
2019-10-22  9:47 ` [PATCH 06/12] drm/i915: Pass intel_gt to intel_engines_verify_workarounds Tvrtko Ursulin
2019-10-22 10:02   ` Chris Wilson
2019-10-22  9:47 ` [PATCH 07/12] drm/i915: Split drop caches into GT and i915 parts Tvrtko Ursulin
2019-10-22 10:04   ` Chris Wilson
2019-10-22  9:47 ` [PATCH 08/12] drm/i915/selftests: Convert eviction selftests to gt/ggtt Tvrtko Ursulin
2019-10-22 10:06   ` Chris Wilson
2019-10-22  9:47 ` [PATCH 09/12] drm/i915/selftests: Use GT engines in mock_gem_device Tvrtko Ursulin
2019-10-22 10:06   ` Chris Wilson
2019-10-22  9:47 ` [PATCH 10/12] drm/i915/selftests: Use GT engines in igt_live_test Tvrtko Ursulin
2019-10-22 10:08   ` Chris Wilson
2019-10-22  9:47 ` [PATCH 11/12] drm/i915/selftests: Use GT engines in i915_gem_mman selftest Tvrtko Ursulin
2019-10-22 10:11   ` Chris Wilson
2019-10-22  9:47 ` [PATCH 12/12] drm/i915/selftests: Use for_each_uabi_engine in contex selftests Tvrtko Ursulin
2019-10-22 10:54   ` Chris Wilson
2019-10-22 10:51 ` ✗ Fi.CI.BAT: failure for Fewer for_each_engine(.., i915, ..) Patchwork

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