Message ID | cover.1535654026.git.joe@perches.com (mailing list archive) |
---|---|
Headers | show |
Series | drm/nouveau: Use more standard logging styles | expand |
For the whole series: Reviewed-by: Lyude Paul <lyude@redhat.com> Nice catch! On Thu, 2018-08-30 at 11:36 -0700, Joe Perches wrote: > Reduces object size ~4kb > > Joe Perches (2): > drm/nouveau: Add new logging function nv_cli_printk > drm/nouveau: Convert NV_PRINTK macros and uses to new nv_cli_<level> > macros > > drivers/gpu/drm/nouveau/nouveau_abi16.c | 2 +- > drivers/gpu/drm/nouveau/nouveau_chan.c | 12 +++---- > drivers/gpu/drm/nouveau/nouveau_drm.c | 21 +++++++++++ > drivers/gpu/drm/nouveau/nouveau_drv.h | 44 ++++++++++++++--------- > drivers/gpu/drm/nouveau/nouveau_gem.c | 62 ++++++++++++++++------------ > ----- > 5 files changed, 87 insertions(+), 54 deletions(-) >