commit | 20e7dce255e96a4d58168cf48e20210146dacf23 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Mon Oct 28 13:37:15 2019 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Tue Oct 29 15:04:36 2019 +0100 |
tree | a3d245fe76a3207eaf71a0d4fdb5ff09c590ca24 | |
parent | 06867a362de08ff94fb573d84fd213795fbb3922 [diff] |
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>