Re: [Intel-gfx] [PATCH 07/13] drm/i915/dsi: use struct drm_device based logging

2020-03-25 Thread Jani Nikula
On Wed, 25 Mar 2020, Daniel Vetter wrote: > On Fri, Mar 20, 2020 at 04:36:32PM +0200, Jani Nikula wrote: >> Convert all the DRM_* logging macros to the struct drm_device based >> macros to provide device specific logging. >> >> No functional changes. > > Not done with the cocci from Wambui? Pleas

Re: [Intel-gfx] [PATCH 07/13] drm/i915/dsi: use struct drm_device based logging

2020-03-25 Thread Daniel Vetter
On Fri, Mar 20, 2020 at 04:36:32PM +0200, Jani Nikula wrote: > Convert all the DRM_* logging macros to the struct drm_device based > macros to provide device specific logging. > > No functional changes. Not done with the cocci from Wambui? Please add usual blurb if done with cocci's help. > > S

[Intel-gfx] [PATCH 07/13] drm/i915/dsi: use struct drm_device based logging

2020-03-20 Thread Jani Nikula
Convert all the DRM_* logging macros to the struct drm_device based macros to provide device specific logging. No functional changes. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/display/icl_dsi.c | 10 +++--- drivers/gpu/drm/i915/display/intel_dsi_vbt.c | 11 +-- drive