]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tegra: Remove memory allocation from Falcon library
authorThierry Reding <treding@nvidia.com>
Mon, 28 Oct 2019 12:37:15 +0000 (13:37 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 29 Oct 2019 14:04:36 +0000 (15:04 +0100)
commit4c1584d204460e4322a05959808a9241ec54c588
treea3d245fe76a3207eaf71a0d4fdb5ff09c590ca24
parentd76422fb3f3aa08086ce19a7f4877e8db3ab3eab
drm/tegra: Remove memory allocation from Falcon library

Having to provide allocator hooks to the Falcon library is somewhat
cumbersome and it doesn't give the users of the library a lot of
flexibility to deal with allocations. Instead, remove the notion of
Falcon "operations" and let drivers deal with the memory allocations
themselves.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/falcon.c
drivers/gpu/drm/tegra/falcon.h
drivers/gpu/drm/tegra/vic.c