ANDROID: ABI update for virtual device virtio_gpu changes
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 bool is_virtio_device(device*)' Bug: 182530967 Change-Id: I905fab59660cb3e49b5096daefacaf77107c7c4c Signed-off-by: yulilin <yulilin@google.com> Signed-off-by: Alistair Delva <adelva@google.com>
This commit is contained in:
@@ -2947,6 +2947,7 @@
|
||||
<elf-symbol name='is_bad_inode' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x8da8fb9d'/>
|
||||
<elf-symbol name='is_console_locked' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x944a564d'/>
|
||||
<elf-symbol name='is_dma_buf_file' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0xb18b0a9d'/>
|
||||
<elf-symbol name='is_virtio_device' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0xce1c13ab'/>
|
||||
<elf-symbol name='is_vmalloc_addr' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0xc31db0ce'/>
|
||||
<elf-symbol name='isolate_and_split_free_page' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0xeda66b42'/>
|
||||
<elf-symbol name='isolate_anon_lru_page' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0xeb1638d4'/>
|
||||
@@ -135803,6 +135804,10 @@
|
||||
<parameter type-id='77e79a4b' name='file' filepath='drivers/dma-buf/dma-buf.c' line='483' column='1'/>
|
||||
<return type-id='95e97e5e'/>
|
||||
</function-decl>
|
||||
<function-decl name='is_virtio_device' mangled-name='is_virtio_device' filepath='drivers/virtio/virtio.c' line='439' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='is_virtio_device'>
|
||||
<parameter type-id='fa0b179b' name='dev' filepath='drivers/virtio/virtio.c' line='439' column='1'/>
|
||||
<return type-id='b50a4934'/>
|
||||
</function-decl>
|
||||
<function-decl name='is_vmalloc_addr' mangled-name='is_vmalloc_addr' filepath='mm/vmalloc.c' line='74' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='is_vmalloc_addr'>
|
||||
<parameter type-id='eaa32e2f' name='x' filepath='mm/vmalloc.c' line='74' column='1'/>
|
||||
<return type-id='b50a4934'/>
|
||||
|
||||
@@ -586,9 +586,11 @@
|
||||
__devm_request_region
|
||||
dma_fence_match_context
|
||||
dma_fence_wait_timeout
|
||||
dma_map_resource
|
||||
dma_resv_add_excl_fence
|
||||
dma_resv_test_signaled
|
||||
dma_resv_wait_timeout
|
||||
dma_unmap_resource
|
||||
drm_add_edid_modes
|
||||
drm_aperture_remove_conflicting_pci_framebuffers
|
||||
drm_atomic_helper_crtc_destroy_state
|
||||
@@ -611,6 +613,7 @@
|
||||
drm_dev_set_unique
|
||||
drm_dev_unplug
|
||||
drm_do_get_edid
|
||||
drm_event_reserve_init
|
||||
drm_framebuffer_init
|
||||
drm_gem_create_mmap_offset
|
||||
drm_gem_dmabuf_mmap
|
||||
@@ -655,9 +658,11 @@
|
||||
drm_plane_cleanup
|
||||
__drm_printfn_seq_file
|
||||
__drm_puts_seq_file
|
||||
drm_send_event
|
||||
drm_universal_plane_init
|
||||
__get_task_comm
|
||||
iomem_resource
|
||||
is_virtio_device
|
||||
memdup_user
|
||||
sync_file_get_fence
|
||||
__traceiter_dma_fence_emit
|
||||
|
||||
Reference in New Issue
Block a user