From mboxrd@z Thu Jan 1 00:00:00 1970 From: ville.syrjala@linux.intel.com Subject: [PATCH 00/13] drm/i915: More ILK+ watermark prep patches Date: Tue, 6 Aug 2013 22:23:59 +0300 Message-ID: <1375817052-32310-1-git-send-email-ville.syrjala@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTP id AA30BE5CC2 for ; Tue, 6 Aug 2013 12:24:19 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org Next installment of ILK+ watermark prep patches. This set doesn't really achieve much of anything, but the patches are quite small and should not be very controversial. It gets us almost all the way to the big watermark code replacement patch of the original series, and so if we get these in I can focus on chopping up that last monster. I did leave out the "drm/i915: Pass crtc to intel_update_watermarks() and call it in one place during modeset" patch, since Chris rightfully complained that it had two changes in the same patch. I'll revisit that one later as I may need to think a bit more about where to call the WM funcs during modeset.