Skip to content
Snippets Groups Projects
Commit 9a964510 authored by Varun Wadekar's avatar Varun Wadekar
Browse files

Reserve a Video Memory aperture in DRAM memory


This patch adds support to reserve a memory carveout region in the
DRAM on Tegra SoCs. The memory controller provides specific registers
to specify the aperture's base and size. This aperture can also be
changed dynamically in order to re-size the memory available for
DRM video playback. In case of the new aperture not overlapping
the previous one, the previous aperture has to be cleared before
setting up the new one. This means we do not "leak" any video data
to the NS world.

Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
parent 789c2201
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment