]> 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)
commit670e0eea6e761531b060283035707cf6aabcedd1
treea3d245fe76a3207eaf71a0d4fdb5ff09c590ca24
parenta0c2ef81308e0c01ec67b898d6f3bdf7d0e85b28
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