Re: [RFC] drm: add DRM_DEBUG_CORE() and friends and use them

2019-01-10 Thread Jani Nikula
On Thu, 27 Dec 2018, Jani Nikula wrote: > DRM_DEBUG() was intended to be used by the drm core code only, but we > weren't careful. Today, the driver usage of DRM_DEBUG() trumps drm core > usage about 10:1. It's easier to swith the core over to a new > DRM_DEBUG_CORE() macro than the drivers over t

[RFC] drm: add DRM_DEBUG_CORE() and friends and use them

2018-12-27 Thread Jani Nikula
DRM_DEBUG() was intended to be used by the drm core code only, but we weren't careful. Today, the driver usage of DRM_DEBUG() trumps drm core usage about 10:1. It's easier to swith the core over to a new DRM_DEBUG_CORE() macro than the drivers over to DRM_DEBUG_DRIVER(). Do the same for DRM_DEV_DE