From a3fdfc6e1cb0c08a86b03a38390d3d91e19c9691 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 10 Mar 2025 08:22:44 +0000 Subject: [PATCH] ANDROID: GKI: virtual_device: add __drm_atomic_helper_plane_duplicate_state to the symbol list In commit b04b69819bc9 ("drm/virtio: New fence for every plane update"), the virtio driver calls __drm_atomic_helper_plane_destroy_state so that function needs to be added to the gki symbol list for the virtual device target in order to build it properly. Fixes: b04b69819bc9 ("drm/virtio: New fence for every plane update") Change-Id: If3eee2d868d82be8178ff0e22ad613a6ed215a75 Signed-off-by: Greg Kroah-Hartman --- android/abi_gki_aarch64_virtual_device | 1 + 1 file changed, 1 insertion(+) diff --git a/android/abi_gki_aarch64_virtual_device b/android/abi_gki_aarch64_virtual_device index 884d6bdc7084..17d3e79cc09d 100644 --- a/android/abi_gki_aarch64_virtual_device +++ b/android/abi_gki_aarch64_virtual_device @@ -1089,6 +1089,7 @@ drm_atomic_helper_dirtyfb drm_atomic_helper_plane_destroy_state drm_atomic_helper_plane_duplicate_state + __drm_atomic_helper_plane_duplicate_state drm_atomic_helper_plane_reset drm_connector_attach_edid_property drm_connector_register