From patchwork Fri Sep 29 12:59:47 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Petri Latvala X-Patchwork-Id: 9977995 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 8452860311 for ; Fri, 29 Sep 2017 13:00:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7519D29871 for ; Fri, 29 Sep 2017 13:00:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 699D229881; Fri, 29 Sep 2017 13:00:10 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 2AC812987A for ; Fri, 29 Sep 2017 13:00:10 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CE5BD6EBAB; Fri, 29 Sep 2017 13:00:09 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from johanna3.inet.fi (mta-out1.inet.fi [62.71.2.233]) by gabe.freedesktop.org (Postfix) with ESMTP id 23B576EBA5 for ; Fri, 29 Sep 2017 13:00:02 +0000 (UTC) RazorGate-KAS: Status: not_detected RazorGate-KAS: Rate: 0 RazorGate-KAS: Envelope from: RazorGate-KAS: Version: 5.5.3 RazorGate-KAS: LuaCore: 80 2014-11-10_18-01-23 260f8afb9361da3c7edfd3a8e3a4ca908191ad29 RazorGate-KAS: Lua profiles 69136 [Nov 12 2014] RazorGate-KAS: Method: none Received: from hufflepuff.adrinael.net (84.248.197.237) by johanna3.inet.fi (9.0.002.03-2-gbe5d057) id 59CE3F510000532B; Fri, 29 Sep 2017 16:00:01 +0300 Received: from adrinael by hufflepuff.adrinael.net with local (Exim 4.84_2) (envelope-from ) id 1dxutd-0005MC-OM; Fri, 29 Sep 2017 16:00:01 +0300 From: Petri Latvala To: intel-gfx@lists.freedesktop.org Date: Fri, 29 Sep 2017 15:59:47 +0300 Message-Id: <1506689992-20540-3-git-send-email-petri.latvala@intel.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1506689992-20540-1-git-send-email-petri.latvala@intel.com> References: <1506689992-20540-1-git-send-email-petri.latvala@intel.com> Subject: [Intel-gfx] [PATCH i-g-t 2/7] benchmarks: Add ezbench.d files to dist X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.18 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-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Petri Latvala --- benchmarks/Makefile.am | 2 +- benchmarks/ezbench.d/Makefile.am | 16 ++++++++++++++++ configure.ac | 1 + 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 benchmarks/ezbench.d/Makefile.am diff --git a/benchmarks/Makefile.am b/benchmarks/Makefile.am index 4331ebef..80c545ac 100644 --- a/benchmarks/Makefile.am +++ b/benchmarks/Makefile.am @@ -1,6 +1,6 @@ include Makefile.sources -SUBDIRS = wsim +SUBDIRS = wsim ezbench.d benchmarks_PROGRAMS = $(benchmarks_prog_list) diff --git a/benchmarks/ezbench.d/Makefile.am b/benchmarks/ezbench.d/Makefile.am new file mode 100644 index 00000000..6dbdad1c --- /dev/null +++ b/benchmarks/ezbench.d/Makefile.am @@ -0,0 +1,16 @@ +EXTRA_DIST = \ + gem_blt.test \ + gem_busy.test \ + gem_create.test \ + gem_exec_ctx.test \ + gem_exec_fault.test \ + gem_exec_nop.test \ + gem_exec_reloc.test \ + gem_exec_trace.test \ + gem_latency.test \ + gem_mmap.test \ + gem_prw.test \ + gem_syslatency.test \ + prime_lookup.test \ + vgem_mmap.test \ + $(NULL) diff --git a/configure.ac b/configure.ac index 160f480d..01bb2f49 100644 --- a/configure.ac +++ b/configure.ac @@ -402,6 +402,7 @@ AC_SUBST(REGISTER_FILES) AC_CONFIG_FILES([ Makefile benchmarks/Makefile + benchmarks/ezbench.d/Makefile benchmarks/wsim/Makefile docs/Makefile docs/reference/Makefile