From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kenneth Graunke Subject: Re: [PATCH 1/2] rendercopy/bdw: Emit 3DSTATE_WM_HZ_OP. Date: Tue, 10 Dec 2013 09:04:56 -0800 Message-ID: <52A749B8.1050904@whitecape.org> References: <1386660576-1861-1-git-send-email-kenneth@whitecape.org> <20131210114041.GA27411@strange.amr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from homiemail-a60.g.dreamhost.com (caiajhbdcaid.dreamhost.com [208.97.132.83]) by gabe.freedesktop.org (Postfix) with ESMTP id 0D16CFA8EA for ; Tue, 10 Dec 2013 09:02:12 -0800 (PST) In-Reply-To: <20131210114041.GA27411@strange.amr.corp.intel.com> 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: Damien Lespiau Cc: intel-gfx@lists.freedesktop.org, Ben Widawsky List-Id: intel-gfx@lists.freedesktop.org On 12/10/2013 03:40 AM, Damien Lespiau wrote: > On Mon, Dec 09, 2013 at 11:29:35PM -0800, Kenneth Graunke wrote: >> We don't want depth/stencil fast clears or HiZ resolves; we want normal >> drawing. Without this, the pixel pipeline doesn't work. >> >> Signed-off-by: Kenneth Graunke >> Cc: Ben Widawsky >> Cc: Damien Lespiau > > Both patches reviewed and pushed, thanks a lot for doing this. Does it > mean rendercopy run for you now? (I don't have silicon to test myself). > > I've also taught my command parser to warn harder about instruction > lengths, it was missing the cases you fixed. It still hangs for me. I also tried Haihao's patch, though I guess I didn't try both together... --Ken