]> git.baikalelectronics.ru Git - kernel.git/commit
drm/omap: Replace drm_gem_object_{un/reference} with put,get functions
authorThomas Zimmermann <tdz@users.sourceforge.net>
Mon, 18 Jun 2018 13:07:25 +0000 (15:07 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 2 Oct 2018 06:36:56 +0000 (09:36 +0300)
commitf09fd9eeb6581d1e800d34262cd698efa547017e
treef7d65510d8783e24a9c01dd0de85b8390745d9c0
parent28371cea7f4be1b6b52804b96dbcd8960670023d
drm/omap: Replace drm_gem_object_{un/reference} with put,get functions

This patch unifies the naming of DRM functions for reference counting
of struct drm_gem_object. The resulting code is more aligned with the
rest of the Linux kernel interfaces.

Signed-off-by: Thomas Zimmermann <tdz@users.sourceforge.net>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c