video: tegra: nvmap: Update carveout name

Compression carveout is not correct carveout name as it will be used
by gpu even for non-compression usecases. Hence rename it to gpu
carveout.

Bug 3956637

Change-Id: I802b91d58d9ca120e34655c21f56c0da8c8cf677
Signed-off-by: Ketan Patil <ketanp@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2955536
Reviewed-by: Pritesh Raithatha <praithatha@nvidia.com>
This commit is contained in:
Ketan Patil
2023-08-11 15:27:43 +00:00
committed by mobile promotions
parent 3e51976226
commit 1c2599bcba
7 changed files with 48 additions and 48 deletions

View File

@@ -488,7 +488,7 @@ struct dma_coherent_mem_replica {
};
int nvmap_dma_declare_coherent_memory(struct device *dev, phys_addr_t phys_addr,
dma_addr_t device_addr, size_t size, int flags, bool is_compression,
dma_addr_t device_addr, size_t size, int flags, bool is_gpu,
u32 granule_size);
#endif
int nvmap_probe(struct platform_device *pdev);