drm/i915/display: conversion to new struct drm_device logging macros.
authorWambui Karuga <wambui.karugax@gmail.com>
Tue, 21 Jan 2020 21:46:41 +0000 (00:46 +0300)
committerJani Nikula <jani.nikula@intel.com>
Sat, 25 Jan 2020 14:10:44 +0000 (16:10 +0200)
commitcd49f81806815b7b32b7c9d93da54c4679fddd37
tree9b164fcd95cfc07ef37c528dd9a12a58068279ce
parent4c22abfbcb8456d99b7bacbbe3de7b1d91788116
drm/i915/display: conversion to new struct drm_device logging macros.

This patch converts various instances of the printk based logging macros
in drm/i915/display/intel_display.c to the new struct drm_device based
logging macros.
In some instances, this involves extracting the struct drm_i915_private
device from various intel types and using it in the macros.

v2: use correct variable name in assignment over variable type.

Signed-off-by: Wambui Karuga <wambui.karugax@gmail.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200121214641.7262-1-wambui.karugax@gmail.com
drivers/gpu/drm/i915/display/intel_display.c