Messages in this thread |  | | From | Wambui Karuga <> | Subject | [PATCH 0/5] drm/i915: conversion to new drm logging macros. | Date | Tue, 7 Jan 2020 18:13:28 +0300 |
| |
This series begins the conversion to using the new struct drm_device based logging macros in drm/i915.
Wambui Karuga (5): drm/i915: convert to using the drm_dbg_kms() macro. drm/i915: use new struct drm_device logging macros. drm/i915: use new struct drm_device based logging macros. drm/i915: convert to using new struct drm_device logging macros drm/i915: use new struct drm_device based macros.
drivers/gpu/drm/i915/intel_pch.c | 46 +-- drivers/gpu/drm/i915/intel_pm.c | 351 +++++++++++++---------- drivers/gpu/drm/i915/intel_region_lmem.c | 10 +- drivers/gpu/drm/i915/intel_sideband.c | 29 +- drivers/gpu/drm/i915/intel_uncore.c | 25 +- 5 files changed, 254 insertions(+), 207 deletions(-)
-- 2.24.1
|  |