[Intel-gfx] [PATCH 00/10] drm-intel-collector - update

Rodrigo Vivi rodrigo.vivi at intel.com
Tue Nov 4 13:51:38 CET 2014


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




More information about the Intel-gfx mailing list