Re: [PATCH v5 13/13] drm/print: Add tracefs support to the drm logging helpers

2020-06-10 Thread Pekka Paalanen
On Wed, 10 Jun 2020 09:29:37 -0400 Sean Paul wrote: > On Wed, Jun 10, 2020 at 3:57 AM Pekka Paalanen wrote: > > > > On Mon, 8 Jun 2020 17:05:03 -0400 > > Sean Paul wrote: > > > > > From: Sean Paul > > > > > > This patch adds a new module parameter called drm.trace which accepts > > > the sa

Re: [PATCH v5 13/13] drm/print: Add tracefs support to the drm logging helpers

2020-06-10 Thread Sean Paul
On Wed, Jun 10, 2020 at 3:57 AM Pekka Paalanen wrote: > > On Mon, 8 Jun 2020 17:05:03 -0400 > Sean Paul wrote: > > > From: Sean Paul > > > > This patch adds a new module parameter called drm.trace which accepts > > the same mask as drm.debug. When a debug category is enabled, log > > messages w

Re: [PATCH v5 13/13] drm/print: Add tracefs support to the drm logging helpers

2020-06-10 Thread Pekka Paalanen
On Mon, 8 Jun 2020 17:05:03 -0400 Sean Paul wrote: > From: Sean Paul > > This patch adds a new module parameter called drm.trace which accepts > the same mask as drm.debug. When a debug category is enabled, log > messages will be put in a new tracefs instance called drm for > consumption. > >

Re: [PATCH v5 13/13] drm/print: Add tracefs support to the drm logging helpers

2020-06-08 Thread kernel test robot
Hi Sean, I love your patch! Perhaps something to improve: [auto build test WARNING on drm-intel/for-linux-next] [also build test WARNING on drm-exynos/exynos-drm-next tegra-drm/drm/tegra/for-next drm-tip/drm-tip linus/master v5.7 next-20200608] [cannot apply to drm/drm-next] [if your patch is ap

Re: [PATCH v5 13/13] drm/print: Add tracefs support to the drm logging helpers

2020-06-08 Thread kernel test robot
Hi Sean, I love your patch! Perhaps something to improve: [auto build test WARNING on drm-intel/for-linux-next] [also build test WARNING on drm-exynos/exynos-drm-next tegra-drm/drm/tegra/for-next drm-tip/drm-tip linus/master v5.7] [cannot apply to drm/drm-next] [if your patch is applied to the w

[PATCH v5 13/13] drm/print: Add tracefs support to the drm logging helpers

2020-06-08 Thread Sean Paul
From: Sean Paul This patch adds a new module parameter called drm.trace which accepts the same mask as drm.debug. When a debug category is enabled, log messages will be put in a new tracefs instance called drm for consumption. Using the new tracefs instance will allow distros to enable drm loggi