]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm: Introduce DRM_DEV_* log messages
authorSean Paul <seanpaul@chromium.org>
Mon, 15 Aug 2016 23:18:04 +0000 (16:18 -0700)
committerSean Paul <seanpaul@chromium.org>
Thu, 18 Aug 2016 16:37:10 +0000 (09:37 -0700)
commitc4e68a5832021cf8c2f9a2f3419452470ca60bd8
treea15fe4aeb6235c2c47cc2563253ed9c219ce41a3
parent8f0e4907a8e7545850ae093a0286833f3949e4cb
drm: Introduce DRM_DEV_* log messages

This patch consolidates all the various log functions/macros into
one uber function, drm_log. It also introduces some new DRM_DEV_*
variants that print the device name to delineate multiple devices
of the same type.

Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: http://patchwork.freedesktop.org/patch/msgid/1471303084-3757-1-git-send-email-seanpaul@chromium.org
drivers/gpu/drm/drm_drv.c
include/drm/drmP.h