From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kenneth Graunke Subject: Re: [PATCH 2/2] drm/i915: Use Write-Through cacheing for the display plane on Iris Date: Tue, 30 Jul 2013 10:39:27 -0700 Message-ID: <51F7FA4F.1090007@whitecape.org> References: <1375203516-8023-1-git-send-email-chris@chris-wilson.co.uk> <1375203516-8023-2-git-send-email-chris@chris-wilson.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from hapkido.dreamhost.com (hapkido.dreamhost.com [66.33.216.122]) by gabe.freedesktop.org (Postfix) with ESMTP id 3C17CE621F for ; Tue, 30 Jul 2013 10:39:44 -0700 (PDT) Received: from homiemail-a37.g.dreamhost.com (caiajhbdcbef.dreamhost.com [208.97.132.145]) by hapkido.dreamhost.com (Postfix) with ESMTP id 2A8073B0F8F for ; Tue, 30 Jul 2013 10:39:44 -0700 (PDT) In-Reply-To: <1375203516-8023-2-git-send-email-chris@chris-wilson.co.uk> 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: Chris Wilson Cc: intel-gfx@lists.freedesktop.org, Ben Widawsky List-Id: intel-gfx@lists.freedesktop.org On 07/30/2013 09:58 AM, Chris Wilson wrote: > Haswell GT3e has the unique feature of supporting Write-Through cacheing > of objects within the eLLC. The purpose of this is to enable the display > plane to remain coherent whilst objects lie resident in the eLLC - so > that we in theory get the best of both worlds, perfect display and fast > access. > > Signed-off-by: Chris Wilson > Cc: Ben Widawsky Awesome. Thanks a ton for doing this, Chris! Reviewed-by: Kenneth Graunke