ANDROID: Update the ABI symbol list
Adding the following symbols: - drm_mode_sort - of_get_drm_panel_display_mode 1 function symbol(s) added 'int of_get_drm_panel_display_mode(struct device_node*, struct drm_display_mode*, u32*)' Bug: 197774385 Change-Id: I146bca3e0474e44aaecd5711027c5387ccb00f1e Signed-off-by: Taylor Nelms <tknelms@google.com>
This commit is contained in:
parent
92432f07d6
commit
81d55bc3b9
2 changed files with 19 additions and 0 deletions
|
|
@ -306645,6 +306645,13 @@ function {
|
|||
parameter_id: 0x35480f68
|
||||
parameter_id: 0x3ac2a209
|
||||
}
|
||||
function {
|
||||
id: 0x9039ecdf
|
||||
return_type_id: 0x6720d32f
|
||||
parameter_id: 0x347303b4
|
||||
parameter_id: 0x2afee447
|
||||
parameter_id: 0x38d23361
|
||||
}
|
||||
function {
|
||||
id: 0x903a6e2b
|
||||
return_type_id: 0x6720d32f
|
||||
|
|
@ -376192,6 +376199,15 @@ elf_symbol {
|
|||
type_id: 0x9038705c
|
||||
full_name: "of_get_drm_display_mode"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xcb1195f1
|
||||
name: "of_get_drm_panel_display_mode"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x2dd32eb1
|
||||
type_id: 0x9039ecdf
|
||||
full_name: "of_get_drm_panel_display_mode"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xe3de7018
|
||||
name: "of_get_i2c_adapter_by_node"
|
||||
|
|
@ -406556,6 +406572,7 @@ interface {
|
|||
symbol_id: 0xe36e392a
|
||||
symbol_id: 0x824695bc
|
||||
symbol_id: 0x05a46d27
|
||||
symbol_id: 0xcb1195f1
|
||||
symbol_id: 0xe3de7018
|
||||
symbol_id: 0x26fb2401
|
||||
symbol_id: 0xec79392b
|
||||
|
|
|
|||
|
|
@ -785,6 +785,7 @@
|
|||
drm_modeset_lock_all_ctx
|
||||
drm_modeset_lock_single_interruptible
|
||||
drm_modeset_unlock
|
||||
drm_mode_sort
|
||||
drm_mode_vrefresh
|
||||
drm_object_attach_property
|
||||
drm_object_property_set_value
|
||||
|
|
@ -1493,6 +1494,7 @@
|
|||
of_genpd_add_provider_simple
|
||||
of_get_child_by_name
|
||||
of_get_cpu_node
|
||||
of_get_drm_panel_display_mode
|
||||
of_get_named_gpio_flags
|
||||
of_get_next_available_child
|
||||
of_get_next_child
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue