From patchwork Mon Nov 12 19:42:06 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Paul X-Patchwork-Id: 10679183 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 205DA139B for ; Mon, 12 Nov 2018 19:43:31 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 08F1D2A4FF for ; Mon, 12 Nov 2018 19:43:21 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EDB3C2A58B; Mon, 12 Nov 2018 19:43:20 +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 9B1322A4FF for ; Mon, 12 Nov 2018 19:43:20 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8958E6E1BC; Mon, 12 Nov 2018 19:43:19 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-yb1-xb44.google.com (mail-yb1-xb44.google.com [IPv6:2607:f8b0:4864:20::b44]) by gabe.freedesktop.org (Postfix) with ESMTPS id 97F756E1BC for ; Mon, 12 Nov 2018 19:43:17 +0000 (UTC) Received: by mail-yb1-xb44.google.com with SMTP id n140-v6so4410818yba.1 for ; Mon, 12 Nov 2018 11:43:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=s2q65VaJETcvdCF6vlY6QzVbDtIHoXpOGJQJnivE0dY=; b=O4lhmQX7GwMhNpFGzfEr12wlOI2MmolzhfT3kDZDh8C0mHdMZNbiuX2gv6vN3N+AYi 3ulNEMqX1Q4TtFTgHyBrQhJlKglu1aWV0V5PSRsNyfpHb1gtm4GiPloExLmdgoqGMRlW +IE8POYgwme1SZBMsixQ/okMhphR8JYVWxThC2ZIUtWjdiaQPDcMny5dTetMVTCNPgHc sOtYy6GoS3Bg8ByMR/jcnr4N769+pN79bv0AP6/ZHMN0ALu1rjJa3psPPHq2d+mzm4X8 ELc4THCH3fCeHBPihwSQ2Yy8b9F8GaOvdYe5G5fEKso/4f1zUEdYTWpzSDwwNdgBoXCg qReA== X-Gm-Message-State: AGRZ1gIz962XYR3Xciz6Jo98M9B4MVh/OvpAchXJXl/lhR+uX2yL2b1/ rOYN+Yfk2iWUGyBDgmIPRxX2acUTzmd0oA== X-Google-Smtp-Source: AJdET5fVjbgST2wiGW7vFB+ew8nbY/R3OHZgYelIrZIYaASmFD9Yb+jMzCrUHq3rwYza2b6HCbGp9g== X-Received: by 2002:a25:a284:: with SMTP id c4-v6mr2255261ybi.75.1542051796616; Mon, 12 Nov 2018 11:43:16 -0800 (PST) Received: from rosewood.cam.corp.google.com ([2620:0:1013:11:ad55:b1db:adfe:3b9f]) by smtp.gmail.com with ESMTPSA id 123-v6sm4586331ywx.15.2018.11.12.11.43.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 12 Nov 2018 11:43:16 -0800 (PST) From: Sean Paul To: dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org, linux-arm-msm@vger.kernel.org Subject: [PATCH 02/12] drm/msm: dpu: Remove unused trace_dpu_perf_update_bus() Date: Mon, 12 Nov 2018 14:42:06 -0500 Message-Id: <20181112194222.193546-3-sean@poorly.run> X-Mailer: git-send-email 2.19.1.930.g4563a0d9d0-goog In-Reply-To: <20181112194222.193546-1-sean@poorly.run> References: <20181112194222.193546-1-sean@poorly.run> MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Sean Paul , Abhinav Kumar Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP From: Sean Paul Signed-off-by: Sean Paul Reviewed-by: Jeykumar Sankaran --- drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h b/drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h index 0c122e173892..7ab0ba8224f6 100644 --- a/drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h +++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h @@ -99,27 +99,6 @@ TRACE_EVENT(dpu_perf_set_ot, __entry->vbif_idx) ) -TRACE_EVENT(dpu_perf_update_bus, - TP_PROTO(int client, unsigned long long ab_quota, - unsigned long long ib_quota), - TP_ARGS(client, ab_quota, ib_quota), - TP_STRUCT__entry( - __field(int, client) - __field(u64, ab_quota) - __field(u64, ib_quota) - ), - TP_fast_assign( - __entry->client = client; - __entry->ab_quota = ab_quota; - __entry->ib_quota = ib_quota; - ), - TP_printk("Request client:%d ab=%llu ib=%llu", - __entry->client, - __entry->ab_quota, - __entry->ib_quota) -) - - TRACE_EVENT(dpu_cmd_release_bw, TP_PROTO(u32 crtc_id), TP_ARGS(crtc_id),