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 |
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(-)
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.
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 >
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 >>