All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Watermark atomic fixes
@ 2015-02-27 16:54 Matt Roper
  2015-02-27 16:54 ` [PATCH 1/3] drm/i915: Move watermark handling to intel_wm.c Matt Roper
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Matt Roper @ 2015-02-27 16:54 UTC (permalink / raw)
  To: intel-gfx

I'm in the process of reworking watermarks to play more nicely with atomic
driver design.  It sounds like a few people are already running into
watermark-related problems caused by the atomic changes, so I've extracted a
few early patches here that might solve those immediate issues.

Note that the first patch here moves all of the watermark code out of
intel_pm.c and into intel_wm.c.  Watermarks are already very complicated and
the move to atomic is just adding to the complexity, so it's probably a good
idea to give them their own file before we start making a lot of other changes.

-- 
1.8.5.1

Matt Roper (3):
  drm/i915: Move watermark handling to intel_wm.c
  drm/i915: Kill intel_crtc->cursor_{width,height}
  drm/i915: Use plane->state->fb in watermark code

 drivers/gpu/drm/i915/Makefile        |    3 +-
 drivers/gpu/drm/i915/i915_debugfs.c  |    3 +-
 drivers/gpu/drm/i915/intel_display.c |   21 +-
 drivers/gpu/drm/i915/intel_drv.h     |    4 +-
 drivers/gpu/drm/i915/intel_pm.c      | 3450 ---------------------------------
 drivers/gpu/drm/i915/intel_wm.c      | 3525 ++++++++++++++++++++++++++++++++++
 6 files changed, 3542 insertions(+), 3464 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/intel_wm.c

-- 
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] 8+ messages in thread

end of thread, other threads:[~2015-03-02 17:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-27 16:54 [PATCH 0/3] Watermark atomic fixes Matt Roper
2015-02-27 16:54 ` [PATCH 1/3] drm/i915: Move watermark handling to intel_wm.c Matt Roper
2015-02-27 18:21   ` Ville Syrjälä
2015-02-27 18:47     ` Daniel Vetter
2015-02-27 18:51       ` Ville Syrjälä
2015-03-02 17:47         ` Daniel Vetter
2015-02-27 16:54 ` [PATCH 2/3] drm/i915: Kill intel_crtc->cursor_{width, height} Matt Roper
2015-02-27 16:54 ` [PATCH 3/3] drm/i915: Use plane->state->fb in watermark code Matt Roper

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.