mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
ANDROID: GKI: virtual_device: add __drm_atomic_helper_plane_duplicate_state to the symbol list
In commitb04b69819b("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:b04b69819b("drm/virtio: New fence for every plane update") Change-Id: If3eee2d868d82be8178ff0e22ad613a6ed215a75 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user