From patchwork Tue Mar 18 14:18:55 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rodrigo Vivi X-Patchwork-Id: 3848311 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 9D9FF9F369 for ; Tue, 18 Mar 2014 14:19:21 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 93AEB20260 for ; Tue, 18 Mar 2014 14:19:20 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 879AE20256 for ; Tue, 18 Mar 2014 14:19:19 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 303968D779; Tue, 18 Mar 2014 07:19:19 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-pd0-f174.google.com (mail-pd0-f174.google.com [209.85.192.174]) by gabe.freedesktop.org (Postfix) with ESMTP id 092218D776 for ; Tue, 18 Mar 2014 07:19:18 -0700 (PDT) Received: by mail-pd0-f174.google.com with SMTP id y13so7184227pdi.33 for ; Tue, 18 Mar 2014 07:19:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=1/J4I9iqyH29mbKry9XDndSp9tXxGBwzLpcRgbH68vo=; b=ebah41aKah7Q6CsBotYQ899rg27+Vz/YdJETSkiWLNcbFijLKk3JaH18b40XIXdKzJ jMQEcBrRpn6NeSrq3blr0X4242c0pv0NhpNw5bWwFi0mn4XCbp8pjjT2xOI3ba3EQNUU nexup9k53YYqbryrO/xoCsBtq7uEpYTU4E9Kd+rk7tjAk5MgEgj9QbzmvT28R8rE7PAh yL/ajIumEAEZxO+FP0mKJ7ATlp17NwtQF5X2TxJSA7Wq5HbV4bahl5inf2rFpzzLnurw zddRAKhxwJlI5L+0VUH8UExICJFdNt00y1BIHtlHuTZd7pQBAbsZooJWA2Ul4D4ZcoOh kA7w== X-Received: by 10.66.144.102 with SMTP id sl6mr33067233pab.96.1395152357900; Tue, 18 Mar 2014 07:19:17 -0700 (PDT) Received: from localhost (jfdmzpr05-ext.jf.intel.com. [134.134.139.74]) by mx.google.com with ESMTPSA id yj1sm88517452pab.30.2014.03.18.07.19.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Mar 2014 07:19:17 -0700 (PDT) From: Rodrigo Vivi To: intel-gfx@lists.freedesktop.org Date: Tue, 18 Mar 2014 11:18:55 -0300 Message-Id: <1395152336-7914-3-git-send-email-rodrigo.vivi@gmail.com> X-Mailer: git-send-email 1.8.5.3 In-Reply-To: <1395152336-7914-1-git-send-email-rodrigo.vivi@gmail.com> References: <1395152336-7914-1-git-send-email-rodrigo.vivi@gmail.com> Subject: [Intel-gfx] [PATCH 3/4] tests/gem_gtt_hog: Use XY_COLOR_BLT instead of COLOR_BLT. X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Rodrigo Vivi --- tests/gem_gtt_hog.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/tests/gem_gtt_hog.c b/tests/gem_gtt_hog.c index 5f14109..d22e074 100644 --- a/tests/gem_gtt_hog.c +++ b/tests/gem_gtt_hog.c @@ -42,9 +42,6 @@ #include "i915_drm.h" #include "drmtest.h" -#define BLT_WRITE_ALPHA (1<<21) -#define BLT_WRITE_RGB (1<<20) - static const uint32_t canary = 0xdeadbeef; static double elapsed(const struct timeval *start, @@ -60,7 +57,7 @@ static void busy(int fd, uint32_t handle, int size, int loops) struct drm_i915_gem_execbuffer2 execbuf; struct drm_i915_gem_pwrite gem_pwrite; struct drm_i915_gem_create create; - uint32_t buf[102], *b; + uint32_t buf[122], *b; int i; memset(reloc, 0, sizeof(reloc)); @@ -69,9 +66,11 @@ static void busy(int fd, uint32_t handle, int size, int loops) b = buf; for (i = 0; i < 20; i++) { - *b++ = COLOR_BLT_CMD | BLT_WRITE_ALPHA | BLT_WRITE_RGB; + *b++ = XY_COLOR_BLT_CMD_NOLEN | 4 | + COLOR_BLT_WRITE_ALPHA | XY_COLOR_BLT_WRITE_RGB; *b++ = 0xf0 << 16 | 1 << 25 | 1 << 24 | 4096; - *b++ = size >> 12 << 16 | 4096; + *b++ = 0; + *b++ = size >> 12 << 16 | 1024; reloc[i].offset = (b - buf) * sizeof(uint32_t); reloc[i].target_handle = handle; reloc[i].read_domains = I915_GEM_DOMAIN_RENDER;