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:
Aparna Das
2017-11-30 01:11:36 -08:00
committed by mobile promotions
parent 9dd3bb2e62
commit 47c794ab52
2 changed files with 6 additions and 1 deletions

View File

@@ -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;