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
CBC carveout is not the correct carveout name, rather compression carveout is the correct name. Compresssion carveout is used to store the gpu compressible buffers. While the comptags and other metadata related to these buffers will be stored in CBC carveout which is a GSC carveout not created/maintained by nvmap. Hence update carveout naming. Bug 3956637 Change-Id: I50e01a6a8d8bda66960bdee378a12fde176b682a Signed-off-by: Ketan Patil <ketanp@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2888397 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Krishna Reddy <vdumpa@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
0c2cb3e676
commit
30e3826bc4
@@ -719,7 +719,7 @@ static void alloc_handle(struct nvmap_client *client,
|
||||
void *cpu_addr;
|
||||
|
||||
if (h->pgalloc.pages &&
|
||||
h->heap_type == NVMAP_HEAP_CARVEOUT_CBC) {
|
||||
h->heap_type == NVMAP_HEAP_CARVEOUT_COMPRESSION) {
|
||||
unsigned long page_count;
|
||||
int i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user