ANDROID: ABI: Update symbols to unisoc whitelist for the drm
Update whitelist for the symbols used by the unisoc device and update the ABI representation accordingly Leaf changes summary: 1 artifact changed Changed leaf types summary: 0 leaf type changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 1 Added function Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable 1 Added function: [A] 'function void drm_send_event_timestamp_locked(drm_device*, drm_pending_event*, ktime_t)' Bug: 251973668 Change-Id: Id05588eac77400854a77640dd3740e50ea6407d5 Signed-off-by: Gaofeng Sheng <gaofeng.sheng@unisoc.com>
This commit is contained in:
committed by
Matthias Männich
parent
ebf773d748
commit
f803a7997d
@@ -1,5 +1,4 @@
|
||||
[abi_symbol_list]
|
||||
|
||||
# commonly used symbols
|
||||
arm64_const_caps_ready
|
||||
__cpuhp_remove_state
|
||||
|
||||
@@ -2311,6 +2311,7 @@
|
||||
<elf-symbol name='drm_self_refresh_helper_update_avg_times' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x429e46e4'/>
|
||||
<elf-symbol name='drm_send_event' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0xdd09ddf0'/>
|
||||
<elf-symbol name='drm_send_event_locked' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0xbb9b835f'/>
|
||||
<elf-symbol name='drm_send_event_timestamp_locked' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x37c7eaa9'/>
|
||||
<elf-symbol name='drm_set_preferred_mode' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x6ffbe3c3'/>
|
||||
<elf-symbol name='drm_simple_display_pipe_attach_bridge' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0xdfe2f32a'/>
|
||||
<elf-symbol name='drm_simple_display_pipe_init' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x2fc5cb34'/>
|
||||
@@ -136650,6 +136651,12 @@
|
||||
<parameter type-id='16ab0351' name='e' filepath='drivers/gpu/drm/drm_file.c' line='846' column='1'/>
|
||||
<return type-id='48b5725f'/>
|
||||
</function-decl>
|
||||
<function-decl name='drm_send_event_timestamp_locked' mangled-name='drm_send_event_timestamp_locked' filepath='drivers/gpu/drm/drm_file.c' line='825' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_send_event_timestamp_locked'>
|
||||
<parameter type-id='8898134d' name='dev' filepath='drivers/gpu/drm/drm_file.c' line='825' column='1'/>
|
||||
<parameter type-id='16ab0351' name='e' filepath='drivers/gpu/drm/drm_file.c' line='826' column='1'/>
|
||||
<parameter type-id='fbc017ef' name='timestamp' filepath='drivers/gpu/drm/drm_file.c' line='826' column='1'/>
|
||||
<return type-id='48b5725f'/>
|
||||
</function-decl>
|
||||
<function-decl name='drm_set_preferred_mode' mangled-name='drm_set_preferred_mode' filepath='drivers/gpu/drm/drm_edid.c' line='5483' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='drm_set_preferred_mode'>
|
||||
<parameter type-id='4db02c58' name='connector' filepath='drivers/gpu/drm/drm_edid.c' line='5483' column='1'/>
|
||||
<parameter type-id='95e97e5e' name='hpref' filepath='drivers/gpu/drm/drm_edid.c' line='5484' column='1'/>
|
||||
|
||||
@@ -332,6 +332,7 @@
|
||||
drm_poll
|
||||
drm_read
|
||||
drm_release
|
||||
drm_send_event_timestamp_locked
|
||||
drm_syncobj_find
|
||||
drm_syncobj_find_fence
|
||||
drm_syncobj_free
|
||||
|
||||
Reference in New Issue
Block a user