mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
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:
committed by
mobile promotions
parent
3e51976226
commit
1c2599bcba
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user