commit | 0bf857358f3f58055fdc5a83b6bec815a3fa9788 | [log] [tgz] |
---|---|---|
author | Wambui Karuga <wambui.karugax@gmail.com> | Tue Feb 18 20:39:36 2020 +0300 |
committer | Jani Nikula <jani.nikula@intel.com> | Fri Feb 21 11:20:42 2020 +0200 |
tree | a3b2d0032108c2cdeb56dc9cf08a05e4e65e31fa | |
parent | 1042b2b93dac8029122fa7abeedf6b8f0f795a25 [diff] |
drm/i915/perf: conversion to struct drm_device based logging macros. Manual conversion of instances of printk based drm logging macros to the struct drm_device based logging macros in i915/i915_perf.c. Also involves extraction of the struct drm_i915_private device from various intel types for use in the macros. Instances of the DRM_DEBUG printk macro were not converted due to the lack of an analogous struct drm_device based logging macro. v2: remove instances of DRM_DEBUG that were converted. References: https://lists.freedesktop.org/archives/dri-devel/2020-January/253381.html 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/20200218173936.19664-1-wambui.karugax@gmail.com