All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add Pooled EU support to BXT
@ 2015-07-17 18:13 Arun Siluvery
  2015-07-17 18:13 ` [PATCH v2 1/4] drm/i915: Do kunmap if renderstate parsing fails Arun Siluvery
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Arun Siluvery @ 2015-07-17 18:13 UTC (permalink / raw)
  To: intel-gfx; +Cc: Mika Kuoppala

v1: http://lists.freedesktop.org/archives/intel-gfx/2015-July/071951.html

v2: auxiliary batch size must be a multiple of 8, use feature flag while
enabling support and add comments to clarify various things.

Resending all patches as the order is changed.

Arun Siluvery (3):
  drm/i915: Add provision to extend Golden context batch
  drm/i915/bxt: Add get_param to query Pooled EU availability
  drm/i915:bxt: Enable Pooled EU support

Mika Kuoppala (1):
  drm/i915: Do kunmap if renderstate parsing fails

 drivers/gpu/drm/i915/i915_dma.c              |  3 ++
 drivers/gpu/drm/i915/i915_drv.c              |  1 +
 drivers/gpu/drm/i915/i915_drv.h              |  5 +-
 drivers/gpu/drm/i915/i915_gem_render_state.c | 70 +++++++++++++++++++++++++++-
 drivers/gpu/drm/i915/i915_gem_render_state.h |  2 +
 drivers/gpu/drm/i915/i915_reg.h              |  2 +
 drivers/gpu/drm/i915/intel_lrc.c             |  6 +++
 include/uapi/drm/i915_drm.h                  |  1 +
 8 files changed, 87 insertions(+), 3 deletions(-)

-- 
1.9.1

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

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

end of thread, other threads:[~2015-07-20  9:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-17 18:13 [PATCH v2 0/4] Add Pooled EU support to BXT Arun Siluvery
2015-07-17 18:13 ` [PATCH v2 1/4] drm/i915: Do kunmap if renderstate parsing fails Arun Siluvery
2015-07-17 18:13 ` [PATCH v2 2/4] drm/i915: Add provision to extend Golden context batch Arun Siluvery
2015-07-17 20:03   ` Chris Wilson
2015-07-20  9:45     ` Siluvery, Arun
2015-07-17 18:13 ` [PATCH v2 3/4] drm/i915/bxt: Add get_param to query Pooled EU availability Arun Siluvery
2015-07-17 18:57   ` Siluvery, Arun
2015-07-17 18:13 ` [PATCH v2 4/4] drm/i915:bxt: Enable Pooled EU support Arun Siluvery
2015-07-17 18:26   ` Chris Wilson
2015-07-17 18:55   ` [PATCH v3 3/3] " Arun Siluvery

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.