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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id C80E2CD8CB6 for ; Tue, 10 Oct 2023 20:31:31 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 905AA10E3E0; Tue, 10 Oct 2023 20:31:26 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id A0E1610E3DF; Tue, 10 Oct 2023 20:31:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1696969884; x=1728505884; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=qBvsRXPAp8rlG1g/uACPWJkTIGo1tkCFpVM9Tinsmn4=; b=cmk1TYTYpQuxn+5lkovPzwLJvbkFl43l9Wj4d+odOnc/TpizDamdj8DH sNj1Ipkx8NFqVd24Ibf4ZZIlZIxgeF8/MDCo/1GZqiqJO3kbTTiCwhvNR 0dfU1q9LdC8DGJDbqyITtTEC48wnQKinti8bsjJYm8OVQx6cV5CwL5cES h8v1r1JbMzyXIfA9zxsFQLy10/h0Q/9PJGCvh/rkTN6LZwlH3BZDoX17j KBf+aPw3oSB0nUQvITLDSjxFbnmYW3eNtSeQRDGuKGmxttUnwxgwwp90t xTihDHd+4aK9oGozooftbBS0+E1RMu4Dd0IqX8CJp7wS9vnbDSJy8DfiA A==; X-IronPort-AV: E=McAfee;i="6600,9927,10859"; a="374843876" X-IronPort-AV: E=Sophos;i="6.03,213,1694761200"; d="scan'208";a="374843876" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Oct 2023 13:31:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10859"; a="747180147" X-IronPort-AV: E=Sophos;i="6.03,213,1694761200"; d="scan'208";a="747180147" Received: from ppalanyk-mobl.gar.corp.intel.com (HELO intel.com) ([10.213.148.82]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Oct 2023 13:31:07 -0700 Date: Tue, 10 Oct 2023 22:31:01 +0200 From: Andi Shyti To: John Harrison Message-ID: References: <20231010121545.1046793-1-andi.shyti@linux.intel.com> <5f879ced-6d70-43e5-83d5-276f561f66f0@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5f879ced-6d70-43e5-83d5-276f561f66f0@intel.com> Subject: Re: [Intel-gfx] [PATCH RESEND v2 0/2] Add drm_dbg_ratelimited() 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: Maxime Ripard , Andrzej Hajda , Thomas Zimmermann , David Airlie , intel-gfx , dri-devel , Matthew Auld , Daniel Vetter , Sam Ravnborg , Nirmoy Das Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi John, On Tue, Oct 10, 2023 at 11:25:03AM -0700, John Harrison wrote: > On 10/10/2023 05:15, Andi Shyti wrote: > > Hi, > > > > I might have picked up the wrong series and missed some reviews > > and the extra patch from Nirmoy with a real use of the > > drm_dbg_ratelimited() that John was looking for. > > > > Thanks, > > Andi > I just found the original post of this from back in January > (https://patchwork.freedesktop.org/series/112925/). Is there a reason why it > was never merged? As noted, it appears to have a whole bunch of r-b's on it. yes, the patch was widely appreciated by reviewers... but I think somehow it was forgotten... that's why I am resending it :-) Andi