From ef691a49c5f9da51892b33d9c9067e1b0cb208dc Mon Sep 17 00:00:00 2001 From: Chris Goldsworthy Date: Wed, 3 Mar 2021 09:54:16 -0800 Subject: [PATCH] ANDROID: abi_gki_aarch64_qcom: Make memory related modifications Add gfp_zone, __next_zones_zonelist, zone_watermark_ok_safe and zone_watermark_ok for watermark checking. Add __refrigerator to make use of the DMA-BUF Heap deferred free helper. Remove all ION symbols. Bug: 181756083 Signed-off-by: Chris Goldsworthy Change-Id: I7b08e4786576c0e964d80f3981c74b494f7a0abb --- android/abi_gki_aarch64_qcom | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/android/abi_gki_aarch64_qcom b/android/abi_gki_aarch64_qcom index 8fba7602b7fa..fd3e42c5f173 100644 --- a/android/abi_gki_aarch64_qcom +++ b/android/abi_gki_aarch64_qcom @@ -937,6 +937,7 @@ get_unused_fd_flags get_user_pages get_zeroed_page + gfp_zone gic_nonsecure_priorities gov_attr_set_init gov_attr_set_put @@ -1111,13 +1112,6 @@ iommu_put_dma_cookie iommu_set_fault_handler iommu_unmap - ion_alloc - ion_buffer_zero - __ion_device_add_heap - ion_free - ion_heap_map_kernel - ion_heap_map_user - ion_heap_unmap_kernel __ioread32_copy __ioremap iounmap @@ -1390,6 +1384,7 @@ __netlink_kernel_create netlink_kernel_release netlink_unicast + __next_zones_zonelist nla_find nla_memcpy __nla_parse @@ -1801,6 +1796,7 @@ refcount_dec_and_lock refcount_dec_not_one refcount_warn_saturate + __refrigerator regcache_cache_only regcache_mark_dirty regcache_sync @@ -2653,3 +2649,5 @@ xa_find_after xa_load xa_store + zone_watermark_ok + zone_watermark_ok_safe