From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752339AbcHFUcs (ORCPT ); Sat, 6 Aug 2016 16:32:48 -0400 Received: from smtprelay0158.hostedemail.com ([216.40.44.158]:59578 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750999AbcHFUcq (ORCPT ); Sat, 6 Aug 2016 16:32:46 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::,RULES_HIT:41:355:379:541:599:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1537:1561:1593:1594:1711:1714:1730:1747:1777:1792:2393:2559:2562:2828:3138:3139:3140:3141:3142:3622:3866:4250:4321:5007:6114:6642:10004:10400:10848:11232:11658:11914:12048:12296:12517:12519:12740:13069:13311:13357:13439:14659:21080:30054:30070:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:4,LUA_SUMMARY:none X-HE-Tag: seat30_520906b6a9932 X-Filterd-Recvd-Size: 1210 Message-ID: <1470515562.28648.24.camel@perches.com> Subject: Re: [PATCH 6/7] drm: Add ratelimited versions of the DRM_DEBUG* macros From: Joe Perches To: Lyude , dri-devel@lists.freedesktop.org, amd-gfx@lists.freedesktop.org, xorg-driver-ati@lists.freedesktop.org Cc: David Airlie , linux-kernel@vger.kernel.org Date: Sat, 06 Aug 2016 13:32:42 -0700 In-Reply-To: <1470443443-27252-7-git-send-email-cpaul@redhat.com> References: <1470443443-27252-1-git-send-email-cpaul@redhat.com> <1470443443-27252-7-git-send-email-cpaul@redhat.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.2-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2016-08-05 at 20:30 -0400, Lyude wrote: > There's a couple of places where this would be useful for drivers (such > as reporting DP aux transaction timeouts). Maybe a single static _rs or one for each type would be better than an individual _rs per callsite.