From mboxrd@z Thu Jan 1 00:00:00 1970 From: Damien Lespiau Subject: Re: [PATCH] drm/i915/bdw: remove preliminary_hw_support flag from BDW Date: Thu, 16 Jan 2014 16:08:41 +0000 Message-ID: <20140116160841.GG22089@strange.amr.corp.intel.com> References: <1389726256-1625-1-git-send-email-jbarnes@virtuousgeek.org> <20140114220545.GA7382@bwidawsk.net> <20140114223522.GU4770@phenom.ffwll.local> 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 4B896106AAF for ; Thu, 16 Jan 2014 08:08:57 -0800 (PST) Content-Disposition: inline In-Reply-To: <20140114223522.GU4770@phenom.ffwll.local> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org To: Daniel Vetter Cc: Ben Widawsky , intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Tue, Jan 14, 2014 at 11:35:22PM +0100, Daniel Vetter wrote: > On Tue, Jan 14, 2014 at 02:05:45PM -0800, Ben Widawsky wrote: > > On Tue, Jan 14, 2014 at 11:04:16AM -0800, Jesse Barnes wrote: > > > It ought to work ok in 3.14. We have some fun stuff coming after that, > > > but all the basics are in place now and seem relatively stable. > > > > > > Signed-off-by: Jesse Barnes > > Patch merged for 3.14, thanks. > -Daniel There's a: WARN(!i915_preliminary_hw_support, "GEN8_CENTROID_PIXEL_OPT_DIS not be needed for production\n"); in gen8_init_clock_gating() that now always triggers. -- Damien