Re: [PATCH 0/6] drm: Introduce consistent reference counting APIs

2017-02-10 Thread Daniel Vetter
On Fri, Feb 10, 2017 at 8:29 AM, Jani Nikula wrote: > On Thu, 09 Feb 2017, Thierry Reding wrote: >> On Thu, Feb 09, 2017 at 08:07:41PM +0100, Daniel Vetter wrote: >>> On Thu, Feb 09, 2017 at 07:39:33PM +0200, Jani Nikula wrote: >>> > On Thu, 09 Feb 2017, Daniel Vetter wrote: >>> > > On Thu, Feb

Re: [PATCH 0/6] drm: Introduce consistent reference counting APIs

2017-02-10 Thread Christian König
Am 08.02.2017 um 19:24 schrieb Thierry Reding: From: Thierry Reding This series introduces DRM reference counting APIs that are consistent with other reference counting APIs in the kernel. They are also much shorter. Compatibility aliases are added to keep existing code working and will stay in

Re: [PATCH 0/6] drm: Introduce consistent reference counting APIs

2017-02-09 Thread Jani Nikula
On Thu, 09 Feb 2017, Thierry Reding wrote: > On Thu, Feb 09, 2017 at 08:07:41PM +0100, Daniel Vetter wrote: >> On Thu, Feb 09, 2017 at 07:39:33PM +0200, Jani Nikula wrote: >> > On Thu, 09 Feb 2017, Daniel Vetter wrote: >> > > On Thu, Feb 09, 2017 at 04:10:12PM +0200, Jani Nikula wrote: >> > >> On

Re: [PATCH 0/6] drm: Introduce consistent reference counting APIs

2017-02-09 Thread Thierry Reding
On Thu, Feb 09, 2017 at 08:07:41PM +0100, Daniel Vetter wrote: > On Thu, Feb 09, 2017 at 07:39:33PM +0200, Jani Nikula wrote: > > On Thu, 09 Feb 2017, Daniel Vetter wrote: > > > On Thu, Feb 09, 2017 at 04:10:12PM +0200, Jani Nikula wrote: > > >> On Wed, 08 Feb 2017, Thierry Reding wrote: > > >> >

Re: [PATCH 0/6] drm: Introduce consistent reference counting APIs

2017-02-09 Thread Daniel Vetter
On Thu, Feb 09, 2017 at 07:39:33PM +0200, Jani Nikula wrote: > On Thu, 09 Feb 2017, Daniel Vetter wrote: > > On Thu, Feb 09, 2017 at 04:10:12PM +0200, Jani Nikula wrote: > >> On Wed, 08 Feb 2017, Thierry Reding wrote: > >> > This series introduces DRM reference counting APIs that are consistent >

Re: [PATCH 0/6] drm: Introduce consistent reference counting APIs

2017-02-09 Thread Jani Nikula
On Thu, 09 Feb 2017, Daniel Vetter wrote: > On Thu, Feb 09, 2017 at 04:10:12PM +0200, Jani Nikula wrote: >> On Wed, 08 Feb 2017, Thierry Reding wrote: >> > This series introduces DRM reference counting APIs that are consistent >> > with other reference counting APIs in the kernel. They are also m

Re: [PATCH 0/6] drm: Introduce consistent reference counting APIs

2017-02-09 Thread Daniel Vetter
On Thu, Feb 09, 2017 at 04:10:12PM +0200, Jani Nikula wrote: > On Wed, 08 Feb 2017, Thierry Reding wrote: > > This series introduces DRM reference counting APIs that are consistent > > with other reference counting APIs in the kernel. They are also much > > shorter. Compatibility aliases are added

Re: [PATCH 0/6] drm: Introduce consistent reference counting APIs

2017-02-09 Thread Jani Nikula
On Wed, 08 Feb 2017, Thierry Reding wrote: > This series introduces DRM reference counting APIs that are consistent > with other reference counting APIs in the kernel. They are also much > shorter. Compatibility aliases are added to keep existing code working > and will stay in place until all use

[PATCH 0/6] drm: Introduce consistent reference counting APIs

2017-02-08 Thread Thierry Reding
From: Thierry Reding This series introduces DRM reference counting APIs that are consistent with other reference counting APIs in the kernel. They are also much shorter. Compatibility aliases are added to keep existing code working and will stay in place until all users of the old APIs are gone.