From 10713d70a8a3330978fdab56b69b4a61dfede873 Mon Sep 17 00:00:00 2001 From: Venkata Rao Kakani Date: Tue, 18 Apr 2023 12:08:59 +0530 Subject: [PATCH] ANDROID: ABI: Add drm_atomic_bridge_chain_disable and drm_atomic_bridge_chain_enable in QCOM symbol list following symbols are added to symbol list drm_atomic_bridge_chain_disable drm_atomic_bridge_chain_enable function symbols added 'void drm_atomic_bridge_chain_disable(struct drm_bridge *bridge,struct drm_atomic_state *old_state)' 'void drm_atomic_bridge_chain_enable(struct drm_bridge *bridge,struct drm_atomic_state *old_state)' Bug: 278512378 Change-Id: I46f6489b495f51f628d94120b3c1859ffafe5583 Signed-off-by: Venkata Rao Kakani --- android/abi_gki_aarch64.stg | 32 ++++++++++++++++++++++++++++++++ android/abi_gki_aarch64_qcom | 2 ++ 2 files changed, 34 insertions(+) diff --git a/android/abi_gki_aarch64.stg b/android/abi_gki_aarch64.stg index aaab62473dc1..47b3c88d016b 100644 --- a/android/abi_gki_aarch64.stg +++ b/android/abi_gki_aarch64.stg @@ -290792,6 +290792,12 @@ function { parameter_id: 0x221732c5 parameter_id: 0x6720d32f } +function { + id: 0x198668f4 + return_type_id: 0x48b5725f + parameter_id: 0x2668e644 + parameter_id: 0x21003da7 +} function { id: 0x198f0b17 return_type_id: 0x48b5725f @@ -339142,6 +339148,24 @@ elf_symbol { type_id: 0x950581be full_name: "drm_atomic_add_affected_planes" } +elf_symbol { + id: 0x27bb2715 + name: "drm_atomic_bridge_chain_disable" + is_defined: true + symbol_type: FUNCTION + crc: 0x7d3868d1 + type_id: 0x198668f4 + full_name: "drm_atomic_bridge_chain_disable" +} +elf_symbol { + id: 0xa7187ebf + name: "drm_atomic_bridge_chain_enable" + is_defined: true + symbol_type: FUNCTION + crc: 0x74a55529 + type_id: 0x198668f4 + full_name: "drm_atomic_bridge_chain_enable" +} elf_symbol { id: 0x4fa53f59 name: "drm_atomic_commit" @@ -379107,6 +379131,14 @@ symbols { key: "drm_atomic_add_affected_planes" value: 0x098d4189 } + symbol { + key: "drm_atomic_bridge_chain_disable" + value: 0x27bb2715 + } + symbol { + key: "drm_atomic_bridge_chain_enable" + value: 0xa7187ebf + } symbol { key: "drm_atomic_commit" value: 0x4fa53f59 diff --git a/android/abi_gki_aarch64_qcom b/android/abi_gki_aarch64_qcom index a7270220d6cc..d30130c83dee 100644 --- a/android/abi_gki_aarch64_qcom +++ b/android/abi_gki_aarch64_qcom @@ -919,6 +919,8 @@ driver_unregister drm_add_edid_modes drm_add_modes_noedid + drm_atomic_bridge_chain_disable + drm_atomic_bridge_chain_enable drm_atomic_commit drm_atomic_get_connector_state drm_atomic_get_crtc_state