From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Vetter Subject: [PATCH] tests/gem_cs_prefetch: Fix bdw damage Date: Thu, 14 Nov 2013 15:51:02 +0100 Message-ID: <1384440662-7494-1-git-send-email-daniel.vetter@ffwll.ch> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-we0-f169.google.com (mail-we0-f169.google.com [74.125.82.169]) by gabe.freedesktop.org (Postfix) with ESMTP id B18B8FB3AC for ; Thu, 14 Nov 2013 07:10:08 -0800 (PST) Received: by mail-we0-f169.google.com with SMTP id q58so2138901wes.0 for ; Thu, 14 Nov 2013 07:10:07 -0800 (PST) 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: Intel Graphics Development Cc: Daniel Vetter , Ben Widawsky List-Id: intel-gfx@lists.freedesktop.org Cc: Ben Widawsky Signed-off-by: Daniel Vetter --- tests/gem_cs_prefetch.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/gem_cs_prefetch.c b/tests/gem_cs_prefetch.c index 229a385a2fcd..eb515eadca2e 100644 --- a/tests/gem_cs_prefetch.c +++ b/tests/gem_cs_prefetch.c @@ -133,9 +133,6 @@ int main(int argc, char **argv) /* copy the sample batch with the gpu to the new one, so that we * also test the unmappable part of the gtt. */ BLIT_COPY_BATCH_START(batch->devid, 0); - OUT_BATCH(XY_SRC_COPY_BLT_CMD | - XY_SRC_COPY_BLT_WRITE_ALPHA | - XY_SRC_COPY_BLT_WRITE_RGB); OUT_BATCH((3 << 24) | /* 32 bits */ (0xcc << 16) | /* copy ROP */ 4096); -- 1.8.1.4