[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20181115221634.22715-1-greenfoo@gluegarage.com>
Date: Thu, 15 Nov 2018 23:16:20 +0100
From: Fernando Ramos <greenfoo@...egarage.com>
To: dri-devel@...ts.freedesktop.org
Cc: Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
Maxime Ripard <maxime.ripard@...tlin.com>,
Sean Paul <sean@...rly.run>, David Airlie <airlied@...ux.ie>,
Jonathan Corbet <corbet@....net>,
Alexey Brodkin <abrodkin@...opsys.com>,
Boris Brezillon <boris.brezillon@...tlin.com>,
Nicolas Ferre <nicolas.ferre@...rochip.com>,
Alexandre Belloni <alexandre.belloni@...tlin.com>,
Ludovic Desroches <ludovic.desroches@...rochip.com>,
Gerd Hoffmann <kraxel@...hat.com>,
Archit Taneja <architt@...eaurora.org>,
Andrzej Hajda <a.hajda@...sung.com>,
Laurent Pinchart <Laurent.pinchart@...asonboard.com>,
Lucas Stach <l.stach@...gutronix.de>,
Russell King <linux+etnaviv@...linux.org.uk>,
Christian Gmeiner <christian.gmeiner@...il.com>,
Marek Vasut <marex@...x.de>, Stefan Agner <stefan@...er.ch>,
Kieran Bingham <kieran.bingham+renesas@...asonboard.com>,
Linus Walleij <linus.walleij@...aro.org>,
Shawn Guo <shawnguo@...nel.org>,
Julia Lawall <Julia.Lawall@...6.fr>,
Gilles Muller <Gilles.Muller@...6.fr>,
Nicolas Palix <nicolas.palix@...g.fr>,
Michal Marek <michal.lkml@...kovi.net>,
Haneen Mohammed <hamohammed.sa@...il.com>,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
virtualization@...ts.linux-foundation.org,
etnaviv@...ts.freedesktop.org, linux-renesas-soc@...r.kernel.org,
cocci@...teme.lip6.fr
Subject: [PATCH 0/9] drm: remove deprecated functions
Hi all,
One of the things in the DRM TODO list ("Documentation/gpu/todo.rst") was to
"switch from reference/unreference to get/put". That's what this patch series is
about.
In the past year or so most of the functions had already been renamed and only a
few remained, which are the ones I fix here.
In addition, now that all calls to these deprecated functions are gone, this
patch also removes their implementation and the coccinelle script that takes
care of them (which is no longer needed).
Anyway, this is my first patch and I'm sure I've done something wrong. Please
let me know :)
Fernando Ramos (9):
drm: replace "drm_gem_object_unreference_unlocked" function with
"*put_unlocked"
drm: remove deprecated "[__]drm_gem_object_[un]reference[_locked]"
functions
drm: replace "drm_dev_unref" function with "drm_dev_put"
drm: remove deprecated "drm_dev_unref" function
drm: replace "drm_connector_unreference" with "drm_connector_put"
drm: remove deprecated "drm_connector_[un]reference" functions
drm: remove deprecated "drm_framebuffer_[un]reference" functions
drm: remove no longer needed drm-get-put coccinelle script
docs: drm: remove no longer relevant TODO entry
Documentation/gpu/todo.rst | 17 -----
drivers/gpu/drm/arc/arcpgu_drv.c | 4 +-
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 4 +-
drivers/gpu/drm/bochs/bochs_mm.c | 4 +-
drivers/gpu/drm/bridge/tc358764.c | 2 +-
drivers/gpu/drm/drm_drv.c | 13 ----
drivers/gpu/drm/etnaviv/etnaviv_drv.c | 4 +-
drivers/gpu/drm/mxsfb/mxsfb_drv.c | 4 +-
drivers/gpu/drm/rcar-du/rcar_du_drv.c | 2 +-
drivers/gpu/drm/shmobile/shmob_drm_drv.c | 4 +-
drivers/gpu/drm/tve200/tve200_drv.c | 4 +-
drivers/gpu/drm/zte/zx_drm_drv.c | 4 +-
include/drm/drm_connector.h | 24 ------
include/drm/drm_drv.h | 1 -
include/drm/drm_framebuffer.h | 24 ------
include/drm/drm_gem.h | 50 -------------
scripts/coccinelle/api/drm-get-put.cocci | 78 --------------------
17 files changed, 18 insertions(+), 225 deletions(-)
delete mode 100644 scripts/coccinelle/api/drm-get-put.cocci
--
2.19.1
Powered by blists - more mailing lists