Hii Maintainers, I recently came across this list of janatorial tasks for starters on DRM subsystem [1]. One of the tasks is replacing conventional dmesg macros (like dev_info(), dev_warn() and dev_err()) with DRM dmesg macros [2]. And I need your input whether the conversions to DRM dmesg macros are worth it or not. I would like to start working on this task if this needs the change.
Thank you, Suraj Upadhyay.
[1] https://dri.freedesktop.org/docs/drm/gpu/todo.html. [2] https://dri.freedesktop.org/docs/drm/gpu/todo.html#convert-logging-to-drm-fu...
On Mon, Jul 06, 2020 at 04:21:38PM +0530, Suraj Upadhyay wrote:
Hii Maintainers, I recently came across this list of janatorial tasks for starters on DRM subsystem [1]. One of the tasks is replacing conventional dmesg macros (like dev_info(), dev_warn() and dev_err()) with DRM dmesg macros [2]. And I need your input whether the conversions to DRM dmesg macros are worth it or not. I would like to start working on this task if this needs the change.
For any core code I'm happy to merge such patches. If you're changing a specific driver (all the subdirectories under drivers/gpu/drm/*) then please ping the specific driver maintainer first. They should be all listed in the MAINTAINERS file.
Cheers, Daniel
Thank you, Suraj Upadhyay.
[1] https://dri.freedesktop.org/docs/drm/gpu/todo.html. [2] https://dri.freedesktop.org/docs/drm/gpu/todo.html#convert-logging-to-drm-fu...
dri-devel@lists.freedesktop.org