Re: [PATCH 6/7] drm: Add ratelimited versions of the DRM_DEBUG* macros

From: Joe Perches
Date: Sat Aug 06 2016 - 16:32:51 EST


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.