Re: [PATCH] drm/panfrost: Quiet shrinker messages

2019-10-08 Thread Rob Clark
On Tue, Oct 8, 2019 at 2:46 PM Rob Herring wrote: > > On Tue, Oct 8, 2019 at 10:13 AM Robin Murphy wrote: > > > > As brought up on IRC, logging a vague and unattributed message for a > > normal and expected operation looks a bit spammy. Use a dev_* variant > > to clarify it as a driver message, a

Re: [PATCH] drm/panfrost: Quiet shrinker messages

2019-10-08 Thread Rob Herring
On Tue, Oct 8, 2019 at 10:13 AM Robin Murphy wrote: > > As brought up on IRC, logging a vague and unattributed message for a > normal and expected operation looks a bit spammy. Use a dev_* variant > to clarify it as a driver message, and downgrade the level to debug to > avoid cluttering up end us

[PATCH] drm/panfrost: Quiet shrinker messages

2019-10-08 Thread Robin Murphy
As brought up on IRC, logging a vague and unattributed message for a normal and expected operation looks a bit spammy. Use a dev_* variant to clarify it as a driver message, and downgrade the level to debug to avoid cluttering up end users' logs. Signed-off-by: Robin Murphy --- drivers/gpu/drm/p