Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1448092

[PATCH v2 0/4] drm/i915/skl: Finally fix watermarks

From Lyude <cpaul@redhat.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/4] drm/i915/skl: Finally fix watermarks
Date 2016-07-21 21:30 +0200
Message-ID <rXrPs-3ny-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


To Sebastian Reichel:
	I *think* I may have found the problem. Looked at
	./scripts/get_maintainer.pl and apparently it's defaults aren't
	actually expected to work well with `git send-email`. I've added
	--norolestats and hopefully that should fix the issue. If the email
	format issue still seems to be coming up let me know.

New version of the original patchset from

https://patchwork.freedesktop.org/series/10108/

Notable changes across the patchset (per-patch descriptions noted in each
patch's description):
 - Dropped "drm/i915/skl: Always wait for pipes to update after a flush" -
   turns out it wasn't actually fixing anything (on drm-intel/drm-intel-nightly
   anyway)
 - Dropped "drm/i915/skl: Actually reuse wm values when pipes don't change" -
   this was a silly mistake

Lyude (3):
  drm/i915/skl: Only flush pipes when we change the ddb allocation
  drm/i915/skl: Fix extra whitespace in skl_flush_wm_values()
  drm/i915/skl: Update plane watermarks atomically during plane updates

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

 drivers/gpu/drm/i915/i915_drv.h      |   1 +
 drivers/gpu/drm/i915/intel_display.c |   5 ++
 drivers/gpu/drm/i915/intel_drv.h     |   2 +
 drivers/gpu/drm/i915/intel_pm.c      | 114 +++++++++++++++++++++++++++++------
 drivers/gpu/drm/i915/intel_sprite.c  |   2 +
 5 files changed, 105 insertions(+), 19 deletions(-)

-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/4] drm/i915/skl: Finally fix watermarks Lyude <cpaul@redhat.com> - 2016-07-21 21:30 +0200
  [PATCH v2 4/4] drm/i915/skl: Update plane watermarks atomically during plane updates Lyude <cpaul@redhat.com> - 2016-07-21 21:30 +0200
    Re: [PATCH v2 4/4] drm/i915/skl: Update plane watermarks  atomically during plane updates Matt Roper <matthew.d.roper@intel.com> - 2016-07-21 23:00 +0200

csiph-web