public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Assorted engine tidy
@ 2017-02-16 12:23 Tvrtko Ursulin
  2017-02-16 12:23 ` [PATCH 1/5] drm/i915: Make int __intel_ring_space static Tvrtko Ursulin
                   ` (6 more replies)
  0 siblings, 7 replies; 21+ messages in thread
From: Tvrtko Ursulin @ 2017-02-16 12:23 UTC (permalink / raw)
  To: Intel-gfx

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

A few previously posted patches to tidy the code, extract some commonality,
and make workaround batch buffer emission more compact and readable.

     text    data     bss     dec     hex filename
  1080898   24080    2852 1107830  10e776 i915.ko.0
  1080070   24080    2852 1107002  10e43a i915.ko.1

Tvrtko Ursulin (5):
  drm/i915: Make int __intel_ring_space static
  drm/i915: Simplify cleanup path in intel_engines_init
  drm/i915: Move common workaround code to intel_engine_cs
  drm/i915: Tidy workaround batch buffer emission
  drm/i915: Consolidate gen8_emit_pipe_control

 drivers/gpu/drm/i915/intel_engine_cs.c  | 554 ++++++++++++++++++++++++++++-
 drivers/gpu/drm/i915/intel_lrc.c        | 351 +++++++------------
 drivers/gpu/drm/i915/intel_ringbuffer.c | 597 +-------------------------------
 drivers/gpu/drm/i915/intel_ringbuffer.h |  12 +-
 4 files changed, 696 insertions(+), 818 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] 21+ messages in thread

end of thread, other threads:[~2017-02-17 11:50 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-16 12:23 [PATCH 0/5] Assorted engine tidy Tvrtko Ursulin
2017-02-16 12:23 ` [PATCH 1/5] drm/i915: Make int __intel_ring_space static Tvrtko Ursulin
2017-02-16 13:12   ` Chris Wilson
2017-02-16 12:23 ` [PATCH 2/5] drm/i915: Simplify cleanup path in intel_engines_init Tvrtko Ursulin
2017-02-16 13:15   ` Chris Wilson
2017-02-16 12:23 ` [PATCH 3/5] drm/i915: Move common workaround code to intel_engine_cs Tvrtko Ursulin
2017-02-16 13:18   ` Chris Wilson
2017-02-16 12:23 ` [PATCH 4/5] drm/i915: Tidy workaround batch buffer emission Tvrtko Ursulin
2017-02-16 13:20   ` Chris Wilson
2017-02-16 13:23     ` Tvrtko Ursulin
2017-02-16 13:28       ` Chris Wilson
2017-02-16 13:47         ` Tvrtko Ursulin
2017-02-16 13:51           ` [PATCH v4 1/2] " Tvrtko Ursulin
2017-02-16 13:54             ` [PATCH v5 " Tvrtko Ursulin
2017-02-16 14:03               ` Chris Wilson
2017-02-17  7:58               ` [PATCH v6] " Tvrtko Ursulin
2017-02-17  8:16                 ` Chris Wilson
2017-02-16 12:23 ` [PATCH 5/5] drm/i915: Consolidate gen8_emit_pipe_control Tvrtko Ursulin
2017-02-16 18:22 ` ✓ Fi.CI.BAT: success for Assorted engine tidy (rev3) Patchwork
2017-02-17  8:22 ` ✗ Fi.CI.BAT: failure for Assorted engine tidy (rev4) Patchwork
2017-02-17 11:50   ` Tvrtko Ursulin

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