ANDROID: Update the ABI symbol list
Adding the following symbols: - devm_drm_of_get_bridge - drm_kms_helper_connector_hotplug_event - of_find_mipi_dsi_host_by_node - of_get_parent - of_graph_get_remote_node 1 function symbol(s) added 'void drm_kms_helper_connector_hotplug_event(struct drm_connector*)' Bug: 303500701 Change-Id: Ief76bed701a62cb89cad78cc3d141ee6c6a84dad Signed-off-by: Taylor Nelms <tknelms@google.com>
This commit is contained in:
parent
3c9cb9c06f
commit
c9b5c232e7
2 changed files with 15 additions and 0 deletions
|
|
@ -357299,6 +357299,15 @@ elf_symbol {
|
|||
type_id: 0xfa1de4ef
|
||||
full_name: "drm_is_current_master"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xc8af6225
|
||||
name: "drm_kms_helper_connector_hotplug_event"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x826aa0b9
|
||||
type_id: 0x1cf53808
|
||||
full_name: "drm_kms_helper_connector_hotplug_event"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x8a043efe
|
||||
name: "drm_kms_helper_hotplug_event"
|
||||
|
|
@ -400768,6 +400777,7 @@ interface {
|
|||
symbol_id: 0x25989156
|
||||
symbol_id: 0x3a6e27e9
|
||||
symbol_id: 0xec79cf1c
|
||||
symbol_id: 0xc8af6225
|
||||
symbol_id: 0x8a043efe
|
||||
symbol_id: 0xb6107be5
|
||||
symbol_id: 0x3c6b600d
|
||||
|
|
|
|||
|
|
@ -410,6 +410,7 @@
|
|||
devm_device_add_groups
|
||||
devm_device_remove_group
|
||||
__devm_drm_dev_alloc
|
||||
devm_drm_of_get_bridge
|
||||
devm_drm_panel_bridge_add_typed
|
||||
devm_extcon_dev_allocate
|
||||
devm_extcon_dev_register
|
||||
|
|
@ -727,6 +728,7 @@
|
|||
drm_helper_mode_fill_fb_struct
|
||||
drm_helper_probe_single_connector_modes
|
||||
drm_ioctl
|
||||
drm_kms_helper_connector_hotplug_event
|
||||
drm_kms_helper_hotplug_event
|
||||
drm_kms_helper_poll_fini
|
||||
drm_kms_helper_poll_init
|
||||
|
|
@ -1407,6 +1409,7 @@
|
|||
of_find_i2c_adapter_by_node
|
||||
of_find_i2c_device_by_node
|
||||
of_find_matching_node_and_match
|
||||
of_find_mipi_dsi_host_by_node
|
||||
of_find_node_by_name
|
||||
of_find_node_by_phandle
|
||||
of_find_node_by_type
|
||||
|
|
@ -1421,11 +1424,13 @@
|
|||
of_get_next_available_child
|
||||
of_get_next_child
|
||||
of_get_next_parent
|
||||
of_get_parent
|
||||
of_get_property
|
||||
of_get_regulator_init_data
|
||||
of_graph_get_next_endpoint
|
||||
of_graph_get_port_parent
|
||||
of_graph_get_remote_endpoint
|
||||
of_graph_get_remote_node
|
||||
of_graph_is_present
|
||||
of_graph_parse_endpoint
|
||||
of_iomap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue