linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lyude <cpaul@redhat.com>
To: intel-gfx@lists.freedesktop.org,
	"Ville Syrjälä" <ville.syrjala@linux.intel.com>,
	"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
	"Matt Roper" <matthew.d.roper@intel.com>
Cc: Lyude <cpaul@redhat.com>, Daniel Vetter <daniel.vetter@intel.com>,
	Jani Nikula <jani.nikula@linux.intel.com>,
	David Airlie <airlied@linux.ie>,
	dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org
Subject: [PATCH v8 0/6] Finally fix watermarks
Date: Fri,  5 Aug 2016 20:07:06 -0400	[thread overview]
Message-ID: <1470442033-21388-1-git-send-email-cpaul@redhat.com> (raw)

Latest version of https://patchwork.freedesktop.org/series/10276/

All patches are being resent to keep them in one place. Most of the changes are
very minor, with the exception of patch 6.

The patches that actually changed:
 - drm/i915/skl: Add support for the SAGV, fix underrun hangs
 - drm/i915/skl: Update plane watermarks atomically during plane updates
 - drm/i915/skl: Update DDB values atomically with wms/plane attrs

Lyude (5):
  drm/i915/skl: Add support for the SAGV, fix underrun hangs
  drm/i915/skl: Update plane watermarks atomically during plane updates
  drm/i915/skl: Ensure pipes with changed wms get added to the state
  drm/i915: Move CRTC updating in atomic_commit into it's own hook
  drm/i915/skl: Update DDB values atomically with wms/plane attrs

Matt Roper (1):
  drm/i915/gen9: Only copy WM results for changed pipes to skl_hw

 drivers/gpu/drm/i915/i915_drv.h      |   4 +
 drivers/gpu/drm/i915/i915_reg.h      |   4 +
 drivers/gpu/drm/i915/intel_display.c | 197 +++++++++++++++----
 drivers/gpu/drm/i915/intel_drv.h     |  14 ++
 drivers/gpu/drm/i915/intel_pm.c      | 369 ++++++++++++++++++++---------------
 drivers/gpu/drm/i915/intel_sprite.c  |   6 +
 6 files changed, 401 insertions(+), 193 deletions(-)

-- 
2.7.4

             reply	other threads:[~2016-08-06 20:07 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-06  0:07 Lyude [this message]
2016-08-06  0:07 ` [PATCH v8 1/6] drm/i915/skl: Add support for the SAGV, fix underrun hangs Lyude
2016-08-06  0:07 ` [PATCH v8 2/6] drm/i915/gen9: Only copy WM results for changed pipes to skl_hw Lyude
2016-08-08  7:38   ` Maarten Lankhorst
2016-08-08 14:35     ` [PATCH v9] drm/i915/skl: Update DDB values atomically with wms/plane attrs Lyude
2016-08-08 14:35       ` Lyude
2016-08-06  0:07 ` [PATCH v8 3/6] drm/i915/skl: Update plane watermarks atomically during plane updates Lyude
2016-08-06  0:07 ` [PATCH v8 4/6] drm/i915/skl: Ensure pipes with changed wms get added to the state Lyude
2016-08-06  0:07 ` [PATCH v8 5/6] drm/i915: Move CRTC updating in atomic_commit into it's own hook Lyude
2016-08-06  0:07 ` [PATCH v8 6/6] drm/i915/skl: Update DDB values atomically with wms/plane attrs Lyude

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1470442033-21388-1-git-send-email-cpaul@redhat.com \
    --to=cpaul@redhat.com \
    --cc=airlied@linux.ie \
    --cc=daniel.vetter@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jani.nikula@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=matthew.d.roper@intel.com \
    --cc=ville.syrjala@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).