[Intel-gfx] [PATCH 00/19] drm-intel-collector push simple patches for review
Rodrigo Vivi
rodrigo.vivi at gmail.com
Wed Sep 11 00:36:29 CEST 2013
Hi all,
This is another drm-intel-collector push for review:
http://cgit.freedesktop.org/~vivijim/drm-intel/log/?h=drm-intel-collector
Here goes the list in order for better reviewers assignment:
0001-drm-i915-check-that-the-i965g-gm-4G-limit-is-really-.patch
0002-drm-i915-Cancel-outstanding-modeset-workers-before-s.patch
0003-drm-i915-Move-the-conditional-seqno-query-into-the-t.patch
0004-drm-i915-Add-some-missing-steps-to-i915_driver_load-.patch
0005-drm-i915-Asynchronously-perform-the-set-base-for-a-s.patch
0006-drm-i915-Align-tiled-scanouts-from-stolen-memory-to-.patch
0007-drm-i915-Pair-seqno-completion-tracepoint-with-its-d.patch
0008-drm-i915-write-D_COMP-using-the-mailbox.patch
0009-drm-i915-Initialise-min-max-frequencies-before-updat.patch
0010-drm-i915-Delay-the-relase-of-the-forcewake-by-a-jiff.patch
0011-drm-i915-Add-a-tracepoint-for-using-a-semaphore.patch
0012-drm-i915-Write-RING_TAIL-once-per-request.patch
0013-drm-i915-Boost-RPS-frequency-for-CPU-stalls.patch
0014-drm-i915-Tweak-RPS-thresholds-to-more-aggressively-d.patch
0015-drm-i915-i915.quirks_set-quirks_mask-overrides-dmi-m.patch
0016-drm-i915-Fix-l3-parity-buffer-offset.patch
0017-drm-i915-Fix-HSW-parity-test.patch
0018-drm-i915-Allow-GT3-Slice-Shutdown-on-Boot.patch
0019-drm-i915-Allow-Dynamically-GT3-Slice-Shutdown.patch
Overall Process:
1. Daniel pushs drm-intel-testing
2. I rebase drm-intel-collector onto drm-intel-testing
3. I collect all simple (1-2) patches that wasn't yet reviewed and not queued by Daniel
4. Request automated QA's PRTS automated i-g-t tests comparing drm-intel-testing x drm-intel-collector
5. If tests are ok I send the patches as a series to intel-gfx mailing list for better tracking and to be reviewed.
There are some reasons that some patches can be left behind:
1. It was send so long time ago. I started with patches from Jul 26th.
2. Your patch didn't applied cleanly and I couldn't easily solve the conflicts.
3. Kernel didn't compiled with your patch.
4. I simply missed it. If you believe this is the case please warn me.
Please help me to get these patches reviewed and queued by Daniel.
Also, please let me know if you have further ideas how to improve this process.
Thanks in advance,
Rodrigo.
Ben Widawsky (2):
drm/i915: Fix l3 parity buffer offset
drm/i915: Fix HSW parity test
Chris Wilson (12):
drm/i915: Cancel outstanding modeset workers before suspend
drm/i915: Move the conditional seqno query into the tracepoint
drm/i915: Add some missing steps to i915_driver_load error path
drm/i915: Asynchronously perform the set-base for a simple modeset
drm/i915: Align tiled scanouts from stolen memory to 256k in the GTT
drm/i915: Pair seqno completion tracepoint with its dispatch
drm/i915: Initialise min/max frequencies before updating RPS registers
drm/i915: Delay the relase of the forcewake by a jiffie
drm/i915: Add a tracepoint for using a semaphore
drm/i915: Write RING_TAIL once per-request
drm/i915: Boost RPS frequency for CPU stalls
drm/i915: Tweak RPS thresholds to more aggressively downclock
Daniel Vetter (1):
drm/i915: check that the i965g/gm 4G limit is really obeyed
Kamal Mostafa (1):
drm/i915: i915.quirks_set/quirks_mask overrides dmi match
Paulo Zanoni (1):
drm/i915: write D_COMP using the mailbox
Rodrigo Vivi (2):
drm/i915: Allow GT3 Slice Shutdown on Boot.
drm/i915: Allow Dynamically GT3 Slice Shutdown.
drivers/gpu/drm/i915/i915_debugfs.c | 2 +-
drivers/gpu/drm/i915/i915_dma.c | 43 ++---
drivers/gpu/drm/i915/i915_drv.c | 5 +
drivers/gpu/drm/i915/i915_drv.h | 29 +++-
drivers/gpu/drm/i915/i915_gem.c | 146 +++++++++++------
drivers/gpu/drm/i915/i915_gem_execbuffer.c | 2 +-
drivers/gpu/drm/i915/i915_irq.c | 59 ++++---
drivers/gpu/drm/i915/i915_reg.h | 17 +-
drivers/gpu/drm/i915/i915_sysfs.c | 82 ++++++++--
drivers/gpu/drm/i915/i915_trace.h | 52 ++++--
drivers/gpu/drm/i915/intel_display.c | 72 +++++++--
drivers/gpu/drm/i915/intel_drv.h | 7 +-
drivers/gpu/drm/i915/intel_pm.c | 250 +++++++++++++++++++++--------
drivers/gpu/drm/i915/intel_ringbuffer.c | 30 ++--
drivers/gpu/drm/i915/intel_ringbuffer.h | 7 +-
drivers/gpu/drm/i915/intel_uncore.c | 30 +++-
16 files changed, 612 insertions(+), 221 deletions(-)
--
1.8.1.4
More information about the Intel-gfx
mailing list