Re: [PATCH] drm: get rid of DRM_DEBUG_* log calls in drm core, files drm_{b,c}*.c

2021-12-31 Thread Jani Nikula
On Thu, 30 Dec 2021, Claudio Suarez wrote: > Please, don't apply this patch. I have to review it,. Please make sure you build with DRM_LEGACY=y to include drm_bufs.c in the build. If you Cc: intel-...@lists.freedesktop.org on the patch, you'll get Intel CI results on the patch too. BR, Jani.

Re: [PATCH] drm: get rid of DRM_DEBUG_* log calls in drm core, files drm_{b,c}*.c

2021-12-31 Thread Jani Nikula
On Thu, 30 Dec 2021, Claudio Suarez wrote: > DRM_DEBUG_* and DRM_* log calls are deprecated. > Change them to drm_dbg_* / drm_{err,info,...} calls in drm core > files. > > To avoid making a very big patch, this change is split in > smaller patches. This one includes drm_{b,c}*.c Personally, I'd

Re: [PATCH] drm: get rid of DRM_DEBUG_* log calls in drm core, files drm_{b,c}*.c

2021-12-30 Thread Claudio Suarez
Hi, Please, don't apply this patch. I have to review it,. BR On Thu, Dec 30, 2021 at 10:31:45PM +0800, kernel test robot wrote: > Hi Claudio, > > Thank you for the patch! Perhaps something to improve: > > [auto build test WARNING on drm/drm-next] > [also build test WARNING on

Re: [PATCH] drm: get rid of DRM_DEBUG_* log calls in drm core, files drm_{b,c}*.c

2021-12-30 Thread kernel test robot
Hi Claudio, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on drm/drm-next] [also build test WARNING on drm-intel/for-linux-next drm-tip/drm-tip v5.16-rc7 next-20211224] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting

[PATCH] drm: get rid of DRM_DEBUG_* log calls in drm core, files drm_{b,c}*.c

2021-12-30 Thread Claudio Suarez
DRM_DEBUG_* and DRM_* log calls are deprecated. Change them to drm_dbg_* / drm_{err,info,...} calls in drm core files. To avoid making a very big patch, this change is split in smaller patches. This one includes drm_{b,c}*.c Signed-off-by: Claudio Suarez --- drivers/gpu/drm/drm_blend.c