Re: [PATCH 1/2] drm: Extract drm_debug.[hc]

2017-10-12 Thread kbuild test robot
Hi Haneen, [auto build test WARNING on drm/drm-next] [also build test WARNING on v4.14-rc4 next-20171009] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Haneen-Mohammed/drm-Extract-drm_debug-hc/

Re: [PATCH 1/2] drm: Extract drm_debug.[hc]

2017-10-12 Thread Haneen Mohammed
On Wed, Oct 11, 2017 at 01:40:47PM +0200, Daniel Vetter wrote: > On Tue, Oct 10, 2017 at 10:13:36PM -0600, Haneen Mohammed wrote: > > Extract DRM_* debug macros from drmP.h to drm_debug.h and move printting > > related functions from drm_drv.[hc] to drm_debug.[hc]. > > > > Update kerneldoc include

Re: [PATCH 1/2] drm: Extract drm_debug.[hc]

2017-10-11 Thread Daniel Vetter
On Tue, Oct 10, 2017 at 10:13:36PM -0600, Haneen Mohammed wrote: > Extract DRM_* debug macros from drmP.h to drm_debug.h and move printting > related functions from drm_drv.[hc] to drm_debug.[hc]. > > Update kerneldoc include directives accordingly. > > Signed-off-by: Haneen Mohammed > --- > Do

Re: [PATCH 1/2] drm: Extract drm_debug.[hc]

2017-10-11 Thread Ville Syrjälä
On Tue, Oct 10, 2017 at 10:13:36PM -0600, Haneen Mohammed wrote: > -/** > - * Debug output. > - * > - * \param fmt printf() like format string. > - * \param arg arguments > - */ > -#define DRM_DEV_DEBUG(dev, fmt, args...) \ > - drm_dev_printk(dev, KERN_DEBUG, DRM_UT_

[PATCH 1/2] drm: Extract drm_debug.[hc]

2017-10-11 Thread Haneen Mohammed
Extract DRM_* debug macros from drmP.h to drm_debug.h and move printting related functions from drm_drv.[hc] to drm_debug.[hc]. Update kerneldoc include directives accordingly. Signed-off-by: Haneen Mohammed --- Documentation/gpu/drm-uapi.rst | 9 ++ drivers/gpu/drm/Makefile | 2 +- d