From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Widawsky Subject: Re: [PATCH 4/8] gem_cs_tlb.c: add vebox test case Date: Sat, 27 Apr 2013 11:40:31 -0700 Message-ID: <20130427184030.GA27969@intel.com> References: <1366700809-18143-1-git-send-email-zhong.li@intel.com> <1366700809-18143-5-git-send-email-zhong.li@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pb0-f52.google.com (mail-pb0-f52.google.com [209.85.160.52]) by gabe.freedesktop.org (Postfix) with ESMTP id 25536E5C24 for ; Sat, 27 Apr 2013 11:40:37 -0700 (PDT) Received: by mail-pb0-f52.google.com with SMTP id mc17so1272137pbc.39 for ; Sat, 27 Apr 2013 11:40:36 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1366700809-18143-5-git-send-email-zhong.li@intel.com> 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: Zhong Li Cc: daniel.vetter@intel.com, intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Tue, Apr 23, 2013 at 03:06:44PM +0800, Zhong Li wrote: > Signed-off-by: Zhong Li > --- > tests/gem_cs_tlb.c | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/tests/gem_cs_tlb.c b/tests/gem_cs_tlb.c > index 9f49ac9..6c190d7 100644 > --- a/tests/gem_cs_tlb.c > +++ b/tests/gem_cs_tlb.c > @@ -172,7 +172,11 @@ int main(int argc, char **argv) > if (drmtest_run_subtest("blt")) > if (HAS_BLT_RING(devid)) > run_on_ring(fd, I915_EXEC_BLT, "blt"); > - > + > + if (drmtest_run_subtest("vebox")) > + if (HAS_BLT_RING(devid)) > + run_on_ring(fd, I915_EXEC_VEBOX, "vebox"); > + > close(fd); > > return skipped_all ? 77 : 0; > -- > 1.7.9.5 > Please watch your whitespace, and s/HAS_BLT_RING/HAS_VEBOX_RING/ I've fixed both locally. -- Ben Widawsky, Intel Open Source Technology Center