From patchwork Tue Oct 23 10:07:03 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lionel Landwerlin X-Patchwork-Id: 10652933 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C497313A4 for ; Tue, 23 Oct 2018 10:07:17 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 996B028E6C for ; Tue, 23 Oct 2018 10:07:17 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8D76829214; Tue, 23 Oct 2018 10:07:17 +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=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, 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 DD56C28E6C for ; Tue, 23 Oct 2018 10:07:14 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2FCA86E14C; Tue, 23 Oct 2018 10:07:14 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id C9F766E0B4 for ; Tue, 23 Oct 2018 10:07:12 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Oct 2018 03:07:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,415,1534834800"; d="scan'208";a="243599663" Received: from delly.ld.intel.com ([10.103.238.153]) by orsmga004.jf.intel.com with ESMTP; 23 Oct 2018 03:07:11 -0700 From: Lionel Landwerlin To: intel-gfx@lists.freedesktop.org Date: Tue, 23 Oct 2018 11:07:03 +0100 Message-Id: <20181023100707.31738-1-lionel.g.landwerlin@intel.com> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Subject: [Intel-gfx] [PATCH v4 0/4] drm/i915/perf: Add OA buffer size uAPI parameter X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Virus-Scanned: ClamAV using ClamSMTP Hi all, This is just updating the last commit on which that Matthew requested a couple of changes. Otherwise all reviewed. Thanks a lot, Lionel Landwerlin (4): drm/i915/perf: update generated files headers drm/i915/perf: remove redundant oa buffer initialization drm/i915/perf: pass stream to vfuncs when possible drm/i915/perf: add a parameter to control the size of OA buffer drivers/gpu/drm/i915/i915_drv.h | 25 +---- drivers/gpu/drm/i915/i915_oa_bdw.c | 27 +---- drivers/gpu/drm/i915/i915_oa_bdw.h | 27 +---- drivers/gpu/drm/i915/i915_oa_bxt.c | 27 +---- drivers/gpu/drm/i915/i915_oa_bxt.h | 27 +---- drivers/gpu/drm/i915/i915_oa_cflgt2.c | 27 +---- drivers/gpu/drm/i915/i915_oa_cflgt2.h | 27 +---- drivers/gpu/drm/i915/i915_oa_cflgt3.c | 27 +---- drivers/gpu/drm/i915/i915_oa_cflgt3.h | 27 +---- drivers/gpu/drm/i915/i915_oa_chv.c | 27 +---- drivers/gpu/drm/i915/i915_oa_chv.h | 27 +---- drivers/gpu/drm/i915/i915_oa_cnl.c | 27 +---- drivers/gpu/drm/i915/i915_oa_cnl.h | 27 +---- drivers/gpu/drm/i915/i915_oa_glk.c | 27 +---- drivers/gpu/drm/i915/i915_oa_glk.h | 27 +---- drivers/gpu/drm/i915/i915_oa_hsw.c | 27 +---- drivers/gpu/drm/i915/i915_oa_hsw.h | 27 +---- drivers/gpu/drm/i915/i915_oa_icl.c | 27 +---- drivers/gpu/drm/i915/i915_oa_icl.h | 27 +---- drivers/gpu/drm/i915/i915_oa_kblgt2.c | 27 +---- drivers/gpu/drm/i915/i915_oa_kblgt2.h | 27 +---- drivers/gpu/drm/i915/i915_oa_kblgt3.c | 27 +---- drivers/gpu/drm/i915/i915_oa_kblgt3.h | 27 +---- drivers/gpu/drm/i915/i915_oa_sklgt2.c | 27 +---- drivers/gpu/drm/i915/i915_oa_sklgt2.h | 27 +---- drivers/gpu/drm/i915/i915_oa_sklgt3.c | 27 +---- drivers/gpu/drm/i915/i915_oa_sklgt3.h | 27 +---- drivers/gpu/drm/i915/i915_oa_sklgt4.c | 27 +---- drivers/gpu/drm/i915/i915_oa_sklgt4.h | 27 +---- drivers/gpu/drm/i915/i915_perf.c | 148 ++++++++++++++++---------- drivers/gpu/drm/i915/i915_reg.h | 2 + include/uapi/drm/i915_drm.h | 7 ++ 32 files changed, 217 insertions(+), 721 deletions(-) --- 2.19.1