Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Add Pooled EU support to BXT
@ 2015-07-20  9:46 Arun Siluvery
  2015-07-20  9:46 ` [PATCH v3 1/3] drm/i915: Do kunmap if renderstate parsing fails Arun Siluvery
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Arun Siluvery @ 2015-07-20  9:46 UTC (permalink / raw)
  To: intel-gfx; +Cc: Mika Kuoppala

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

v3: Only code change is to change the type of aux_batch_offset from u64 to u32.

Chris completed the review so resending all patches with r-b tag.
http://lists.freedesktop.org/archives/intel-gfx/2015-July/071971.html

Patch1 is separately sent by Mika, since there is a dependency I have included
it in this series (which is also reviewed).


Arun Siluvery (2):
  drm/i915: Add provision to extend Golden context batch
  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 | 68 +++++++++++++++++++++++++++-
 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, 85 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] 5+ messages in thread

end of thread, other threads:[~2015-07-21  7:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-20  9:46 [PATCH v3 0/3] Add Pooled EU support to BXT Arun Siluvery
2015-07-20  9:46 ` [PATCH v3 1/3] drm/i915: Do kunmap if renderstate parsing fails Arun Siluvery
2015-07-20  9:46 ` [PATCH v3 2/3] drm/i915: Add provision to extend Golden context batch Arun Siluvery
2015-07-20  9:46 ` [PATCH v3 3/3] drm/i915:bxt: Enable Pooled EU support Arun Siluvery
2015-07-21  7:33   ` Daniel Vetter

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