public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 00/10] drm-intel-collector - update
@ 2014-11-04 12:51 Rodrigo Vivi
  2014-11-04 12:51 ` [PATCH 01/10] drm/i915: Check the minimum pitch for the user framebuffer Rodrigo Vivi
                   ` (11 more replies)
  0 siblings, 12 replies; 25+ messages in thread
From: Rodrigo Vivi @ 2014-11-04 12:51 UTC (permalink / raw)
  To: intel-gfx; +Cc: Rodrigo Vivi


This is another drm-intel-collector updated notice:
http://cgit.freedesktop.org/~vivijim/drm-intel/log/?h=drm-intel-collector

Here goes the update list in order for better reviewers assignment:

Patch     drm/i915: Check the minimum pitch for the user framebuffer - Reviewer:
Patch     drm/i915: Make the physical object coherent with GTT - Reviewer:
Patch     drm/i915/chv: Use timeout mode for RC6 on chv - Reviewer:
Patch     drm/i915: Specify bsd rings through exec flag - Reviewer:
Patch     drm/i915: add I915_PARAM_HAS_BSD2 to i915_getparam - Reviewer:
Patch     drm/i915: Enable vblank interrupts for CRC generation - Reviewer:
Patch     drm/i915: Move the ban period onto the context - Reviewer:
Patch     drm/i915: Add ioctl to set per-context parameters - Reviewer:
Patch     drm/i915: Put logical pipe_control emission into a helper. - Reviewer:
Patch     drm/i915: Add WaCsStallBeforeStateCacheInvalidate:bdw, chv to logical ring - Reviewer:


This update refers to five rounds between testing updates:
- Jul 25 to Aug 08
- Aug 08 to Aug 22
- Aug 22 to Sep 09
- Sep 09 to Sep 19
- Sep 19 to Oct 03

As always I just get standalone patches or series of 2 patches that had no obvious nacks or unfinished discussion.
If you thinkg your patch should be here please let me know or rebase over -nightly and resubmit that I collect
later.

Thanks,
Rodrigo.


Chris Wilson (5):
  drm/i915: Check the minimum pitch for the user framebuffer
  drm/i915: Make the physical object coherent with GTT
  drm/i915: Enable vblank interrupts for CRC generation
  drm/i915: Move the ban period onto the context
  drm/i915: Add ioctl to set per-context parameters

Deepak S (1):
  drm/i915/chv: Use timeout mode for RC6 on chv

Rodrigo Vivi (2):
  drm/i915: Put logical pipe_control emission into a helper.
  drm/i915: Add WaCsStallBeforeStateCacheInvalidate:bdw, chv to logical
    ring

Zhipeng Gong (2):
  drm/i915: Specify bsd rings through exec flag
  drm/i915: add I915_PARAM_HAS_BSD2 to i915_getparam

 drivers/gpu/drm/i915/i915_debugfs.c        |   7 +
 drivers/gpu/drm/i915/i915_dma.c            |   8 ++
 drivers/gpu/drm/i915/i915_drv.h            |  15 ++-
 drivers/gpu/drm/i915/i915_gem.c            | 210 ++++++++++++++++++++---------
 drivers/gpu/drm/i915/i915_gem_context.c    |  71 ++++++++++
 drivers/gpu/drm/i915/i915_gem_execbuffer.c |  19 ++-
 drivers/gpu/drm/i915/intel_display.c       |  11 ++
 drivers/gpu/drm/i915/intel_dp.c            |   3 +
 drivers/gpu/drm/i915/intel_lrc.c           |  41 ++++--
 drivers/gpu/drm/i915/intel_pm.c            |   4 +-
 include/uapi/drm/i915_drm.h                |  22 ++-
 11 files changed, 326 insertions(+), 85 deletions(-)

-- 
1.9.3

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

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

end of thread, other threads:[~2014-11-11 14:50 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-04 12:51 [PATCH 00/10] drm-intel-collector - update Rodrigo Vivi
2014-11-04 12:51 ` [PATCH 01/10] drm/i915: Check the minimum pitch for the user framebuffer Rodrigo Vivi
2014-11-04 12:51 ` [PATCH 02/10] drm/i915: Make the physical object coherent with GTT Rodrigo Vivi
2014-11-04 12:51 ` [PATCH 03/10] drm/i915/chv: Use timeout mode for RC6 on chv Rodrigo Vivi
2014-11-04 22:36   ` O'Rourke, Tom
2014-11-04 12:51 ` [PATCH 04/10] drm/i915: Specify bsd rings through exec flag Rodrigo Vivi
2014-11-04 12:51 ` [PATCH 05/10] drm/i915: add I915_PARAM_HAS_BSD2 to i915_getparam Rodrigo Vivi
2014-11-04 12:51 ` [PATCH 06/10] drm/i915: Enable vblank interrupts for CRC generation Rodrigo Vivi
2014-11-06  8:31   ` Damien Lespiau
2014-11-04 12:51 ` [PATCH 07/10] drm/i915: Move the ban period onto the context Rodrigo Vivi
2014-11-04 12:51 ` [PATCH 08/10] drm/i915: Add ioctl to set per-context parameters Rodrigo Vivi
2014-11-04 12:51 ` [PATCH 09/10] drm/i915: Put logical pipe_control emission into a helper Rodrigo Vivi
2014-11-04 12:51 ` [PATCH 10/10] drm/i915: Add WaCsStallBeforeStateCacheInvalidate:bdw, chv to logical ring Rodrigo Vivi
2014-11-06  0:42 ` [PATCH 00/10] drm-intel-collector - update Rodrigo Vivi
2014-11-06  7:57 ` Ville Syrjälä
2014-11-11 10:20   ` Daniel Vetter
2014-11-11 10:22     ` Chris Wilson
2014-11-11 11:54       ` Daniel Vetter
2014-11-11 11:57         ` Chris Wilson
2014-11-11 14:48           ` Daniel Vetter
2014-11-11 12:16         ` Ville Syrjälä
2014-11-11 12:26           ` Chris Wilson
2014-11-11 12:38             ` Ville Syrjälä
2014-11-11 12:43               ` Chris Wilson
2014-11-11 14:50           ` Daniel Vetter

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