mbox series

[00/10] drm/i915/display: conversion to drm_device based logging macros

Message ID cover.1583766715.git.jani.nikula@intel.com (mailing list archive)
Headers show
Series drm/i915/display: conversion to drm_device based logging macros | expand

Message

Jani Nikula March 9, 2020, 3:12 p.m. UTC
Rebase of Wambui's series [1] to drm-tip, with a couple of manual
conversions included.

BR,
Jani.

[1] https://patchwork.freedesktop.org/series/72760/


Wambui Karuga (10):
  drm/i915/dsb: convert to drm_device based logging macros.
  drm/i915/fbc: convert to drm_device based logging macros.
  drm/i915/fbdev: convert to drm_device based logging.
  drm/i915/fifo_underrun: convert to drm_device based logging.
  drm/i915/gmbus: convert to drm_device based logging,
  drm/i915/hdcp: convert to struct drm_device based logging.
  drm/i915/hotplug: convert to drm_device based logging.
  drm/i915/lpe_audio: convert to drm_device based logging macros.
  drm/i915/lvds: convert to drm_device based logging macros.
  drm/i915/overlay: convert to drm_device based logging.

 drivers/gpu/drm/i915/display/intel_dsb.c      | 28 +++---
 drivers/gpu/drm/i915/display/intel_fbc.c      | 30 +++---
 drivers/gpu/drm/i915/display/intel_fbdev.c    | 96 +++++++++++--------
 .../drm/i915/display/intel_fifo_underrun.c    | 29 +++---
 drivers/gpu/drm/i915/display/intel_gmbus.c    | 33 ++++---
 drivers/gpu/drm/i915/display/intel_hdcp.c     |  3 +-
 drivers/gpu/drm/i915/display/intel_hotplug.c  | 40 ++++----
 .../gpu/drm/i915/display/intel_lpe_audio.c    | 23 +++--
 drivers/gpu/drm/i915/display/intel_lvds.c     | 43 +++++----
 drivers/gpu/drm/i915/display/intel_overlay.c  | 11 ++-
 10 files changed, 195 insertions(+), 141 deletions(-)

Comments

Jani Nikula March 9, 2020, 3:15 p.m. UTC | #1
Please ignore this, I seem to have some smtp trouble which fails some of
tha patches. This will be incomplete.

Wambui, I'll resend this later.

BR,
Jani.

On Mon, 09 Mar 2020, Jani Nikula <jani.nikula@intel.com> wrote:
> Rebase of Wambui's series [1] to drm-tip, with a couple of manual
> conversions included.
>
> BR,
> Jani.
>
> [1] https://patchwork.freedesktop.org/series/72760/
>
>
> Wambui Karuga (10):
>   drm/i915/dsb: convert to drm_device based logging macros.
>   drm/i915/fbc: convert to drm_device based logging macros.
>   drm/i915/fbdev: convert to drm_device based logging.
>   drm/i915/fifo_underrun: convert to drm_device based logging.
>   drm/i915/gmbus: convert to drm_device based logging,
>   drm/i915/hdcp: convert to struct drm_device based logging.
>   drm/i915/hotplug: convert to drm_device based logging.
>   drm/i915/lpe_audio: convert to drm_device based logging macros.
>   drm/i915/lvds: convert to drm_device based logging macros.
>   drm/i915/overlay: convert to drm_device based logging.
>
>  drivers/gpu/drm/i915/display/intel_dsb.c      | 28 +++---
>  drivers/gpu/drm/i915/display/intel_fbc.c      | 30 +++---
>  drivers/gpu/drm/i915/display/intel_fbdev.c    | 96 +++++++++++--------
>  .../drm/i915/display/intel_fifo_underrun.c    | 29 +++---
>  drivers/gpu/drm/i915/display/intel_gmbus.c    | 33 ++++---
>  drivers/gpu/drm/i915/display/intel_hdcp.c     |  3 +-
>  drivers/gpu/drm/i915/display/intel_hotplug.c  | 40 ++++----
>  .../gpu/drm/i915/display/intel_lpe_audio.c    | 23 +++--
>  drivers/gpu/drm/i915/display/intel_lvds.c     | 43 +++++----
>  drivers/gpu/drm/i915/display/intel_overlay.c  | 11 ++-
>  10 files changed, 195 insertions(+), 141 deletions(-)
Jani Nikula March 11, 2020, 10:50 a.m. UTC | #2
On Mon, 09 Mar 2020, Jani Nikula <jani.nikula@intel.com> wrote:
> Please ignore this, I seem to have some smtp trouble which fails some of
> tha patches. This will be incomplete.
>
> Wambui, I'll resend this later.

Okay, I sent them with the same message-ids, so the patches amended this
beginning of the series.

I pushed all the patches that I didn't change. Please double check the
below patches that I adjusted, so I can push them.

>>   drm/i915/fbc: convert to drm_device based logging macros.
>>   drm/i915/fbdev: convert to drm_device based logging.
>>   drm/i915/hdcp: convert to struct drm_device based logging.

Thanks,
Jani.
Wambui Karuga March 11, 2020, 2:56 p.m. UTC | #3
On Wed, 11 Mar 2020, Jani Nikula wrote:

> On Mon, 09 Mar 2020, Jani Nikula <jani.nikula@intel.com> wrote:
>> Please ignore this, I seem to have some smtp trouble which fails some of
>> tha patches. This will be incomplete.
>>
>> Wambui, I'll resend this later.
>
> Okay, I sent them with the same message-ids, so the patches amended this
> beginning of the series.
>
> I pushed all the patches that I didn't change. Please double check the
> below patches that I adjusted, so I can push them.
>
>>>   drm/i915/fbc: convert to drm_device based logging macros.
>>>   drm/i915/fbdev: convert to drm_device based logging.
>>>   drm/i915/hdcp: convert to struct drm_device based logging.
>

Will do, thanks!
wambui karuga
> Thanks,
> Jani.
>
> -- 
> Jani Nikula, Intel Open Source Graphics Center
>
Jani Nikula March 18, 2020, 7:10 p.m. UTC | #4
On Wed, 11 Mar 2020, Wambui Karuga <wambui.karugax@gmail.com> wrote:
> On Wed, 11 Mar 2020, Jani Nikula wrote:
>
>> On Mon, 09 Mar 2020, Jani Nikula <jani.nikula@intel.com> wrote:
>>> Please ignore this, I seem to have some smtp trouble which fails some of
>>> tha patches. This will be incomplete.
>>>
>>> Wambui, I'll resend this later.
>>
>> Okay, I sent them with the same message-ids, so the patches amended this
>> beginning of the series.
>>
>> I pushed all the patches that I didn't change. Please double check the
>> below patches that I adjusted, so I can push them.
>>
>>>>   drm/i915/fbc: convert to drm_device based logging macros.
>>>>   drm/i915/fbdev: convert to drm_device based logging.
>>>>   drm/i915/hdcp: convert to struct drm_device based logging.
>>
>
> Will do, thanks!

Thanks for the reviews, I've pushed the remaining patches.

BR,
Jani.

> wambui karuga
>> Thanks,
>> Jani.
>>
>> -- 
>> Jani Nikula, Intel Open Source Graphics Center
>>