Re: [PATCH v4 2/6] drm/nouveau: Add NV_PRINTK_ONCE and variants

2018-09-07 Thread Lyude Paul
On Thu, 2018-09-06 at 22:35 -0700, Joe Perches wrote: > On Thu, 2018-09-06 at 17:43 -0400, Lyude Paul wrote: > > Since we're about to use this in nouveau_backlight.c. Same thing as > > DRM_WARN_ONCE, DRM_INFO_ONCE, etc... > > Can you redefine this in terms of the patches I submitted > instead? >

Re: [PATCH v4 2/6] drm/nouveau: Add NV_PRINTK_ONCE and variants

2018-09-06 Thread Joe Perches
On Thu, 2018-09-06 at 17:43 -0400, Lyude Paul wrote: > Since we're about to use this in nouveau_backlight.c. Same thing as > DRM_WARN_ONCE, DRM_INFO_ONCE, etc... Can you redefine this in terms of the patches I submitted instead? https://lore.kernel.org/patchwork/patch/979598/ https://lore.kernel.

[PATCH v4 2/6] drm/nouveau: Add NV_PRINTK_ONCE and variants

2018-09-06 Thread Lyude Paul
Since we're about to use this in nouveau_backlight.c. Same thing as DRM_WARN_ONCE, DRM_INFO_ONCE, etc... Signed-off-by: Lyude Paul Cc: Karol Herbst --- drivers/gpu/drm/nouveau/nouveau_drv.h | 8 1 file changed, 8 insertions(+) diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/driv