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)
commit20e7dce255e96a4d58168cf48e20210146dacf23
treea3d245fe76a3207eaf71a0d4fdb5ff09c590ca24
parent06867a362de08ff94fb573d84fd213795fbb3922
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