[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CACPK8XeSUc+1m4siS7QzWNT3bDrbb0T04R2WQ1t1J3Q78CuWTA@mail.gmail.com>
Date: Fri, 11 Aug 2017 09:08:36 +0930
From: Joel Stanley <joel@....id.au>
To: Cihangir Akturk <cakturk@...il.com>
Cc: daniel@...ll.ch,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
dri-devel@...ts.freedesktop.org, Dave Airlie <airlied@...hat.com>,
David Airlie <airlied@...ux.ie>,
Daniel Vetter <daniel.vetter@...ll.ch>,
Alex Deucher <alexander.deucher@....com>,
Laurent Pinchart <laurent.pinchart@...asonboard.com>,
Ville Syrjälä <ville.syrjala@...ux.intel.com>,
Gabriel Krisman Bertazi <krisman@...labora.co.uk>,
Andrew Donnellan <andrew.donnellan@....ibm.com>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
"Y.C. Chen" <yc_chen@...eedtech.com>,
Russell Currey <ruscur@...sell.cc>
Subject: Re: [PATCH v2 04/29] drm/ast: switch to drm_*_get(), drm_*_put() helpers
On Thu, Aug 10, 2017 at 9:39 PM, Cihangir Akturk <cakturk@...il.com> wrote:
> Use drm_*_get() and drm_*_put() helpers instead of drm_*_reference()
> and drm_*_unreference() helpers.
>
> drm_*_reference() and drm_*_unreference() functions are just
> compatibility alias for drm_*_get() and drm_*_put() and should not be
> used by new code. So convert all users of compatibility functions to
> use the new APIs.
>
> Generated by: scripts/coccinelle/api/drm-get-put.cocci
>
> Signed-off-by: Cihangir Akturk <cakturk@...il.com>
Acked-by: Joel Stanley <joel@....id.au>
Powered by blists - more mailing lists