]> git.baikalelectronics.ru Git - kernel.git/commit
drm/omapdrm: Drop dma_buf->k(un)map
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 18 Nov 2019 10:35:28 +0000 (11:35 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 25 Nov 2019 21:36:14 +0000 (22:36 +0100)
commitac6ba2a490534cc6c0d9c525e8c7a0a60ce0d787
tree89ccd49b67ac151b81cbec07f9d0059b3171f241
parenta2b6e50517f7445c11d6504787aca2457cd9ef64
drm/omapdrm: Drop dma_buf->k(un)map

No in-tree users left.

Note that this is one of the few (if only) implementations of dma-buf
that provided a kmap, but not a vmap implemenation. Given that the
only real user (in-tree at least) of kmap was tegra, and it's
impossible to buy a chip with tegra host1x and ompadrm on the same
SoC, there's no problem here.

Acked-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Sumit Semwal <sumit.semwal@linaro.org>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191118103536.17675-8-daniel.vetter@ffwll.ch
drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c