Message ID | 20170929125835.n3pbdgz4tupswryq@platvala-desk.ger.corp.intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <intel-gfx-bounces@lists.freedesktop.org> 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 0480F60311 for <patchwork-intel-gfx@patchwork.kernel.org>; Fri, 29 Sep 2017 12:58:40 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E68EE2984F for <patchwork-intel-gfx@patchwork.kernel.org>; Fri, 29 Sep 2017 12:58:39 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id DB86F29865; Fri, 29 Sep 2017 12:58:39 +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 437992984F for <patchwork-intel-gfx@patchwork.kernel.org>; Fri, 29 Sep 2017 12:58:39 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9A5316EB2E; Fri, 29 Sep 2017 12:58:38 +0000 (UTC) X-Original-To: Intel-gfx@lists.freedesktop.org Delivered-To: Intel-gfx@lists.freedesktop.org Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id CCF0B6E133 for <Intel-gfx@lists.freedesktop.org>; Fri, 29 Sep 2017 12:58:37 +0000 (UTC) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP; 29 Sep 2017 05:58:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,452,1500966000"; d="scan'208";a="317672191" Received: from thrakatuluk.fi.intel.com (HELO thrakatuluk) ([10.237.68.137]) by fmsmga004.fm.intel.com with ESMTP; 29 Sep 2017 05:58:36 -0700 Received: from platvala by thrakatuluk with local (Exim 4.89) (envelope-from <petri.latvala@intel.com>) id 1dxusF-0006iu-8g; Fri, 29 Sep 2017 15:58:35 +0300 Date: Fri, 29 Sep 2017 15:58:35 +0300 From: Petri Latvala <petri.latvala@intel.com> To: Tvrtko Ursulin <tursulin@ursulin.net> Message-ID: <20170929125835.n3pbdgz4tupswryq@platvala-desk.ger.corp.intel.com> References: <20170929123939.3312-1-tvrtko.ursulin@linux.intel.com> <20170929123939.3312-6-tvrtko.ursulin@linux.intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20170929123939.3312-6-tvrtko.ursulin@linux.intel.com> User-Agent: NeoMutt/20170609 (1.8.3) Cc: Intel-gfx@lists.freedesktop.org Subject: Re: [Intel-gfx] [PATCH i-g-t 5/7] tests/perf_pmu: Tests for i915 PMU API X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Intel graphics driver community testing & development <intel-gfx.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/intel-gfx> List-Post: <mailto:intel-gfx@lists.freedesktop.org> List-Help: <mailto:intel-gfx-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=subscribe> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> X-Virus-Scanned: ClamAV using ClamSMTP |
--- a/tests/meson.build +++ b/tests/meson.build @@ -197,6 +197,7 @@ test_progs = [ 'kms_vblank', 'meta_test', 'perf', + 'perf_pmu', 'pm_backlight', 'pm_lpsp', 'pm_rc6_residency',