Re: [PATCH v2 00/12] drm/i915/display: convert to drm_device based logging macros.

2020-02-11 Thread Jani Nikula
On Thu, 06 Feb 2020, Wambui Karuga wrote: > This patchset continues the conversion of the printk based drm logging > macros in drm/i915 to use the struct drm_device based logging macros. > This series was done both using coccinelle and manually. Thank you for the patches! I pushed all the patches

[PATCH v2 00/12] drm/i915/display: convert to drm_device based logging macros.

2020-02-06 Thread Wambui Karuga
This patchset continues the conversion of the printk based drm logging macros in drm/i915 to use the struct drm_device based logging macros. This series was done both using coccinelle and manually. v2: rebase onto drm-tip to fix conflicts with new changes in drm/i915. Wambui Karuga (12): drm/i9