mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
gpu: nvgpu: vgpu: add l3 allocation support
Modify rpc command parameter to support l3 cache allocation. Jira EVLR-1752 Change-Id: I1be00e04ee01c0763f46c0d0da6a112316cc7e1d Signed-off-by: Aparna Das <aparnad@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1616566 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
9dd3bb2e62
commit
47c794ab52
@@ -163,6 +163,7 @@ struct tegra_vgpu_as_map_params {
|
||||
|
||||
#define TEGRA_VGPU_MAP_CACHEABLE (1 << 0)
|
||||
#define TEGRA_VGPU_MAP_IO_COHERENT (1 << 1)
|
||||
#define TEGRA_VGPU_MAP_L3_ALLOC (1 << 2)
|
||||
|
||||
struct tegra_vgpu_as_map_ex_params {
|
||||
u64 handle;
|
||||
|
||||
Reference in New Issue
Block a user