All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix recent watermark breakage (v2)
@ 2015-03-09 17:19 Matt Roper
  2015-03-09 17:19 ` [PATCH 1/3] drm/i915: Update intel_crtc_active() to use state values (v2) Matt Roper
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Matt Roper @ 2015-03-09 17:19 UTC (permalink / raw)
  To: intel-gfx

Simplified the series of fixes; we leave intel_crtc->active alone for now
(since it's tightly tied to our current legacy modeset pipeline) and use it in
place of intel_crtc_active() in the watermark code.  As Ander's work on atomic
CRTC state progresses, some of the places we use intel_crtc->active will need
to be converted to crtc->state->active instead.

Matt Roper (3):
  drm/i915: Update intel_crtc_active() to use state values (v2)
  drm/i915: Use crtc->state->active in ilk/skl watermark calculations
    (v3)
  drm/i915: Don't assume primary & cursor are always on for wm
    calculation (v3)

 drivers/gpu/drm/i915/intel_display.c |   6 +-
 drivers/gpu/drm/i915/intel_pm.c      | 129 ++++++++++++++++++++++++-----------
 2 files changed, 95 insertions(+), 40 deletions(-)

-- 
1.8.5.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-03-10 13:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-09 17:19 [PATCH 0/3] Fix recent watermark breakage (v2) Matt Roper
2015-03-09 17:19 ` [PATCH 1/3] drm/i915: Update intel_crtc_active() to use state values (v2) Matt Roper
2015-03-09 17:19 ` [PATCH 2/3] drm/i915: Use crtc->state->active in ilk/skl watermark calculations (v3) Matt Roper
2015-03-09 17:33   ` Daniel Vetter
2015-03-09 17:19 ` [PATCH 3/3] drm/i915: Don't assume primary & cursor are always on for wm calculation (v3) Matt Roper
2015-03-09 17:44   ` Ville Syrjälä
2015-03-09 17:48     ` Matt Roper
2015-03-09 17:57       ` Ville Syrjälä
2015-03-09 18:06         ` [PATCH 3/3] drm/i915: Don't assume primary & cursor are always on for wm calculation (v4) Matt Roper
2015-03-10 10:51           ` Tvrtko Ursulin
2015-03-10 13:09             ` Daniel Vetter
2015-03-09 22:23   ` [PATCH 3/3] drm/i915: Don't assume primary & cursor are always on for wm calculation (v3) shuang.he

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.