ANDROID: abi_gki_aarch64_qcom: Add drm_plane_from_index and drm_gem_prime_export
In qualcomm display drivers, we need to call this function to interface with the drm drivers. Add it to the symbol list. 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 2 function symbol(s) added 'struct dma_buf* drm_gem_prime_export(struct drm_gem_object*, int)' 'struct drm_plane* drm_plane_from_index(struct drm_device*, int)' Bug: 289882890 Change-Id: Ie93e84725eb58337f7c96b277a597c96a80b4940 Signed-off-by: Shreyas K K <quic_shrekk@quicinc.com>
This commit is contained in:
parent
c480e4e576
commit
fc9c1ccbbf
@ -316124,6 +316124,12 @@ function {
|
||||
parameter_id: 0x12c0ba43
|
||||
parameter_id: 0x3f063da2
|
||||
}
|
||||
function {
|
||||
id: 0xfee76c7c
|
||||
return_type_id: 0x1b2ca025
|
||||
parameter_id: 0x3b04bead
|
||||
parameter_id: 0x6720d32f
|
||||
}
|
||||
function {
|
||||
id: 0xfeedb339
|
||||
return_type_id: 0x6d7f5ff6
|
||||
@ -339683,6 +339689,15 @@ elf_symbol {
|
||||
type_id: 0x1653799a
|
||||
full_name: "drm_plane_enable_fb_damage_clips"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xf06cd4b3
|
||||
name: "drm_plane_from_index"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x1555a37a
|
||||
type_id: 0xfee76c7c
|
||||
full_name: "drm_plane_from_index"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x8984b2e1
|
||||
name: "drm_poll"
|
||||
@ -378828,6 +378843,7 @@ interface {
|
||||
symbol_id: 0xd08fdb4b
|
||||
symbol_id: 0x9082bb51
|
||||
symbol_id: 0x87ced39a
|
||||
symbol_id: 0xf06cd4b3
|
||||
symbol_id: 0x8984b2e1
|
||||
symbol_id: 0x22bf134d
|
||||
symbol_id: 0xee902d0d
|
||||
|
@ -951,6 +951,7 @@
|
||||
drm_gem_object_init
|
||||
drm_gem_object_lookup
|
||||
drm_gem_object_release
|
||||
drm_gem_prime_export
|
||||
drm_gem_prime_fd_to_handle
|
||||
drm_gem_prime_handle_to_fd
|
||||
drm_gem_private_object_init
|
||||
@ -1018,6 +1019,7 @@
|
||||
drm_panel_remove
|
||||
drm_plane_cleanup
|
||||
drm_plane_create_rotation_property
|
||||
drm_plane_from_index
|
||||
drm_poll
|
||||
drm_prime_gem_destroy
|
||||
drm_prime_pages_to_sg
|
||||
|
Loading…
Reference in New Issue
Block a user