public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* drm/i915/bdw: Enable resource streamer on Broadwell
@ 2014-05-06 19:25 Abdiel Janulgue
  2014-05-06 19:25 ` [PATCH 1/2] drm/i915/bdw: Enable resource streamer bits on MI_BATCH_BUFFER_START Abdiel Janulgue
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Abdiel Janulgue @ 2014-05-06 19:25 UTC (permalink / raw)
  To: intel-gfx

From: Abdiel Janulgue <abdiel.janulgue@linux.intel.com>

This is a re-spin of my resource streamer patchset from October
adapted to enable the feature on Broadwell instead.

The resource streamer is a hw-feature that helps in reducing commands
being submitted by the CPU. Haswell initially has this feature.
Unfortunately, HSW seems to have problems switching between non-RS
and RS-enabled commands[1]. On BDW however it works seamlessly
as expected.

The i-g-t test comes next on a separate patch-series.

--
[1] http://lists.freedesktop.org/archives/intel-gfx/2014-May/044577.html 

Abdiel Janulgue (2):
      drm/i915/bdw: Enable resource streamer bits on MI_BATCH_BUFFER_START
      drm/i915/bdw: Expose I915_EXEC_RESOURCE_STREAMER flag

 drivers/gpu/drm/i915/i915_gem_execbuffer.c |    8 ++++++++
 drivers/gpu/drm/i915/i915_reg.h            |    1 +
 drivers/gpu/drm/i915/intel_ringbuffer.c    |    3 ++-
 drivers/gpu/drm/i915/intel_ringbuffer.h    |    1 +
 include/uapi/drm/i915_drm.h                |    7 ++++++-
 5 files changed, 18 insertions(+), 2 deletions(-)

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

end of thread, other threads:[~2014-06-11 22:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-06 19:25 drm/i915/bdw: Enable resource streamer on Broadwell Abdiel Janulgue
2014-05-06 19:25 ` [PATCH 1/2] drm/i915/bdw: Enable resource streamer bits on MI_BATCH_BUFFER_START Abdiel Janulgue
2014-05-06 19:25 ` [PATCH 2/2] drm/i915/bdw: Expose I915_EXEC_RESOURCE_STREAMER flag Abdiel Janulgue
2014-05-06 20:33   ` Chris Wilson
2014-06-11 18:10 ` drm/i915/bdw: Enable resource streamer on Broadwell Jesse Barnes
2014-06-11 22:28   ` Abdiel Janulgue

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