mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 20:10:23 +09:00
ANDROID: Update the ABI symbol list
Adding the following symbols: - drm_atomic_bridge_chain_disable - drm_atomic_bridge_chain_post_disable - drm_atomic_helper_calc_timestamping_constants - drm_atomic_helper_update_legacy_modeset_state Bug: 255678834 Change-Id: I8446582fc6adcc8b8324b9f24b732dae90be38ff Signed-off-by: Leo Chen <yinchiuan@google.com>
This commit is contained in:
committed by
Matthias Männich
parent
48d77946ef
commit
770ba0ef6a
@@ -306177,6 +306177,15 @@ elf_symbol {
|
||||
type_id: 0x198668f4
|
||||
full_name: "drm_atomic_bridge_chain_disable"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xff22568f
|
||||
name: "drm_atomic_bridge_chain_post_disable"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x198de51f
|
||||
type_id: 0x198668f4
|
||||
full_name: "drm_atomic_bridge_chain_post_disable"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x4fa53f59
|
||||
name: "drm_atomic_commit"
|
||||
@@ -306285,6 +306294,15 @@ elf_symbol {
|
||||
type_id: 0x29da83bb
|
||||
full_name: "drm_atomic_helper_bridge_reset"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x848785d9
|
||||
name: "drm_atomic_helper_calc_timestamping_constants"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0xc25a65c3
|
||||
type_id: 0x18d85efa
|
||||
full_name: "drm_atomic_helper_calc_timestamping_constants"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x86f64a4f
|
||||
name: "drm_atomic_helper_check"
|
||||
@@ -306609,6 +306627,15 @@ elf_symbol {
|
||||
type_id: 0x94751139
|
||||
full_name: "drm_atomic_helper_swap_state"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xace15cad
|
||||
name: "drm_atomic_helper_update_legacy_modeset_state"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x1c9d9e32
|
||||
type_id: 0x1edd7ece
|
||||
full_name: "drm_atomic_helper_update_legacy_modeset_state"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x38dc8db4
|
||||
name: "drm_atomic_helper_update_plane"
|
||||
@@ -340918,6 +340945,7 @@ interface {
|
||||
symbol_id: 0x1389094c
|
||||
symbol_id: 0x098d4189
|
||||
symbol_id: 0x27bb2715
|
||||
symbol_id: 0xff22568f
|
||||
symbol_id: 0x4fa53f59
|
||||
symbol_id: 0xc98da8e7
|
||||
symbol_id: 0xd5466b6c
|
||||
@@ -340930,6 +340958,7 @@ interface {
|
||||
symbol_id: 0x13b62ed6
|
||||
symbol_id: 0xa9a0aa89
|
||||
symbol_id: 0xe526da4a
|
||||
symbol_id: 0x848785d9
|
||||
symbol_id: 0x86f64a4f
|
||||
symbol_id: 0x5f15326d
|
||||
symbol_id: 0x9890ec36
|
||||
@@ -340966,6 +340995,7 @@ interface {
|
||||
symbol_id: 0x5f99d405
|
||||
symbol_id: 0x308067a6
|
||||
symbol_id: 0xe375001c
|
||||
symbol_id: 0xace15cad
|
||||
symbol_id: 0x38dc8db4
|
||||
symbol_id: 0xf8c5a501
|
||||
symbol_id: 0x59e9d983
|
||||
|
||||
@@ -545,6 +545,8 @@
|
||||
drm_add_modes_noedid
|
||||
drm_atomic_add_affected_connectors
|
||||
drm_atomic_add_affected_planes
|
||||
drm_atomic_bridge_chain_disable
|
||||
drm_atomic_bridge_chain_post_disable
|
||||
drm_atomic_commit
|
||||
drm_atomic_get_connector_state
|
||||
drm_atomic_get_crtc_state
|
||||
@@ -555,6 +557,7 @@
|
||||
drm_atomic_helper_bridge_destroy_state
|
||||
drm_atomic_helper_bridge_duplicate_state
|
||||
drm_atomic_helper_bridge_reset
|
||||
drm_atomic_helper_calc_timestamping_constants
|
||||
drm_atomic_helper_check_modeset
|
||||
drm_atomic_helper_check_planes
|
||||
drm_atomic_helper_check_plane_state
|
||||
@@ -586,6 +589,7 @@
|
||||
drm_atomic_helper_setup_commit
|
||||
drm_atomic_helper_shutdown
|
||||
drm_atomic_helper_swap_state
|
||||
drm_atomic_helper_update_legacy_modeset_state
|
||||
drm_atomic_helper_update_plane
|
||||
drm_atomic_helper_wait_for_dependencies
|
||||
drm_atomic_helper_wait_for_fences
|
||||
|
||||
Reference in New Issue
Block a user