From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C1DDCC433E0 for ; Fri, 5 Mar 2021 15:38:32 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 804E66507A for ; Fri, 5 Mar 2021 15:38:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 804E66507A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 033CC6E1B4; Fri, 5 Mar 2021 15:38:32 +0000 (UTC) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2129F6E1B4 for ; Fri, 5 Mar 2021 15:38:31 +0000 (UTC) IronPort-SDR: aTRWPrxOz0Jf7TZplMvSNZWF3a1HL09dD6ndUkYw/AKEucoF2kXI6ab1muRBLhUaQ2WkvTZyrQ ULvfXUNT9w3Q== X-IronPort-AV: E=McAfee;i="6000,8403,9914"; a="174782614" X-IronPort-AV: E=Sophos;i="5.81,225,1610438400"; d="scan'208";a="174782614" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Mar 2021 07:38:06 -0800 IronPort-SDR: maWPb0C3UhVjJQzAacc81l1eRTxpryVKdZ37naiD3P1SqZ+iSeRvkkl/J4MyUBIuSOykc+nf8l 9vvwFimOL5Ew== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,225,1610438400"; d="scan'208";a="436501728" Received: from stinkbox.fi.intel.com (HELO stinkbox) ([10.237.72.171]) by FMSMGA003.fm.intel.com with SMTP; 05 Mar 2021 07:38:04 -0800 Received: by stinkbox (sSMTP sendmail emulation); Fri, 05 Mar 2021 17:38:03 +0200 Date: Fri, 5 Mar 2021 17:38:03 +0200 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= To: Steven Rostedt Message-ID: References: <20210304170421.10901-1-ville.syrjala@linux.intel.com> <20210304142022.5d266e3b@gandalf.local.home> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210304142022.5d266e3b@gandalf.local.home> X-Patchwork-Hint: comment Subject: Re: [Intel-gfx] [PATCH 0/4] drm/i915: Silence pipe tracepoint WARNs X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: intel-gfx@lists.freedesktop.org Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Thu, Mar 04, 2021 at 02:20:22PM -0500, Steven Rostedt wrote: > On Thu, 4 Mar 2021 19:04:17 +0200 > Ville Syrjala wrote: > = > > From: Ville Syrj=E4l=E4 > > = > > I believe this should silence the WARN spew from the > > pipe disable tracepoint Steve reported. And I tossed in > > a few other minor improvements as well. > > = > > Cc: Steven Rostedt > = > It seemed to have stopped the general protection faults when tracing all > events on my machine. > = > Reported-by: Steven Rostedt (VMware) > Tested-by: Steven Rostedt (VMware) Series pushed to drm-intel-next. Thanks for reporting the problem. > = > -- Steve > = > > = > > Ville Syrj=E4l=E4 (4): > > drm/i915: Move pipe enable/disable tracepoints to > > intel_crtc_vblank_{on,off}() > > drm/i915: Don't try to query the frame counter for disabled pipes > > drm/i915: Return zero as the scanline counter for disabled pipes > > drm/i915: Fix DSI TE max_vblank_count handling > > = > > drivers/gpu/drm/i915/display/intel_crtc.c | 24 +++++++++++++++++--- > > drivers/gpu/drm/i915/display/intel_display.c | 8 +------ > > drivers/gpu/drm/i915/i915_irq.c | 2 +- > > 3 files changed, 23 insertions(+), 11 deletions(-) > > = -- = Ville Syrj=E4l=E4 Intel _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx