diff --git a/android/abi_gki_aarch64.xml b/android/abi_gki_aarch64.xml index de2a2412ca6d..a35c3777c1d0 100644 --- a/android/abi_gki_aarch64.xml +++ b/android/abi_gki_aarch64.xml @@ -5613,6 +5613,7 @@ + @@ -7303,6 +7304,14 @@ + + + + + + + + @@ -9500,9 +9509,9 @@ - - - + + + @@ -15446,89 +15455,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -24624,6 +24550,9 @@ + + + @@ -40110,8 +40039,8 @@ - - + + @@ -68685,14 +68614,7 @@ - - - - - - - - + @@ -71699,7 +71621,17 @@ - + + + + + + + + + + + @@ -94003,7 +93935,6 @@ - @@ -128282,16 +128213,16 @@ - - + + - - + + - - + + @@ -128303,16 +128234,16 @@ - - + + - - + + - - + + @@ -147002,6 +146933,11 @@ + + + + + @@ -147826,12 +147762,12 @@ - - + + - - + + diff --git a/android/abi_gki_aarch64_exynos b/android/abi_gki_aarch64_exynos index c64082bb95b0..ef69e40b6754 100644 --- a/android/abi_gki_aarch64_exynos +++ b/android/abi_gki_aarch64_exynos @@ -2136,6 +2136,7 @@ ttm_tt_destroy_common ttm_tt_populate ttm_tt_set_placement_caching + ttm_tt_unpopulate ttm_unmap_and_unpopulate_pages tty_flip_buffer_push tty_insert_flip_string_fixed_flag diff --git a/drivers/gpu/drm/ttm/ttm_tt.c b/drivers/gpu/drm/ttm/ttm_tt.c index f43fa69a1e65..3f1a029248ce 100644 --- a/drivers/gpu/drm/ttm/ttm_tt.c +++ b/drivers/gpu/drm/ttm/ttm_tt.c @@ -466,3 +466,4 @@ void ttm_tt_unpopulate(struct ttm_bo_device *bdev, else ttm_pool_unpopulate(ttm); } +EXPORT_SYMBOL(ttm_tt_unpopulate);