[Intel-gfx] [PATCH 00/11] drm-intel-collector - update
Rodrigo Vivi
rodrigo.vivi at intel.com
Wed Dec 24 08:13:36 PST 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: Specify bsd rings through exec flag - Reviewer:
Patch drm/i915: add I915_PARAM_HAS_BSD2 to i915_getparam - 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:
Patch drm/i915: Remove pinned check from madvise_ioctl - Reviewer:
Patch drm/i915: Extend GET_APERTURE ioctl to report available map space - Reviewer:
Patch drm/i915: Display current hangcheck status in debugfs - Reviewer:
Patch drm/i915/vlv: check port in infoframe_enabled v2 - Reviewer:
Patch drm/i915: vlv: fix save/restore of GFX_MAX_REQ_COUNT reg - Reviewer:
Round from discussions ended between Nov 21 to Dec 05.
Thanks,
Rodrigo.
Chris Wilson (5):
drm/i915: Move the ban period onto the context
drm/i915: Add ioctl to set per-context parameters
drm/i915: Remove pinned check from madvise_ioctl
drm/i915: Extend GET_APERTURE ioctl to report available map space
drm/i915: Display current hangcheck status in debugfs
Imre Deak (1):
drm/i915: vlv: fix save/restore of GFX_MAX_REQ_COUNT reg
Jesse Barnes (1):
drm/i915/vlv: check port in infoframe_enabled v2
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 | 62 +++++++++++++++
drivers/gpu/drm/i915/i915_dma.c | 5 ++
drivers/gpu/drm/i915/i915_drv.c | 4 +-
drivers/gpu/drm/i915/i915_drv.h | 9 +++
drivers/gpu/drm/i915/i915_gem.c | 119 ++++++++++++++++++++++++++---
drivers/gpu/drm/i915/i915_gem_context.c | 71 +++++++++++++++++
drivers/gpu/drm/i915/i915_gem_execbuffer.c | 19 ++++-
drivers/gpu/drm/i915/intel_hdmi.c | 7 +-
drivers/gpu/drm/i915/intel_lrc.c | 41 +++++++---
include/uapi/drm/i915_drm.h | 46 ++++++++++-
10 files changed, 354 insertions(+), 29 deletions(-)
--
1.9.3
More information about the Intel-gfx
mailing list