All of lore.kernel.org
 help / color / mirror / Atom feed
* RFC: drm/1915: Resource streamer initial support
@ 2013-07-08 13:38 Abdiel Janulgue
  2013-07-08 13:38 ` [PATCH 1/2] drm/i915/hsw: Expose resource streamer control flags Abdiel Janulgue
  2013-07-08 13:38 ` [PATCH 2/2] drm/i915/hsw: Enable resource streamer bit on MI_BATCH_BUFFER_START Abdiel Janulgue
  0 siblings, 2 replies; 5+ messages in thread
From: Abdiel Janulgue @ 2013-07-08 13:38 UTC (permalink / raw)
  To: intel-gfx

Daniel Vetter suggested at some point we need to implement getparam ioctl 
so userspace can figure out whether kernel supports RS at runtime.
For now, this will do to support the corresponding RFC mesa patches.

Based on the work of: Lukasz Anaczkowski <lukasz.anaczkowski@intel.com>

Abdiel Janulgue (2):
      drm/i915/hsw: Expose resource streamer control flags
      drm/i915/hsw: Enable resource streamer bit on MI_BATCH_BUFFER_START

[abj@hasbox drm-intel]$ git diff bc32705a7686370b2e50d467b001d88c2c059e39 --stat
 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 2 ++
 drivers/gpu/drm/i915/i915_reg.h            | 1 +
 drivers/gpu/drm/i915/intel_ringbuffer.c    | 6 ++++--
 include/uapi/drm/i915_drm.h                | 1 +
 4 files changed, 8 insertions(+), 2 deletions(-)

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

end of thread, other threads:[~2013-07-09  9:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-08 13:38 RFC: drm/1915: Resource streamer initial support Abdiel Janulgue
2013-07-08 13:38 ` [PATCH 1/2] drm/i915/hsw: Expose resource streamer control flags Abdiel Janulgue
2013-07-08 20:11   ` Daniel Vetter
2013-07-09  9:04   ` Chris Wilson
2013-07-08 13:38 ` [PATCH 2/2] drm/i915/hsw: Enable resource streamer bit on MI_BATCH_BUFFER_START Abdiel Janulgue

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.