ANDROID: ABI: Update pixel symbol list
3 function symbol(s) added 'int iommu_attach_device_pasid(struct iommu_domain*, struct device*, ioasid_t)' 'void iommu_detach_device_pasid(struct iommu_domain*, struct device*, ioasid_t)' 'struct iommu_domain* iommu_get_domain_for_dev_pasid(struct device*, ioasid_t, unsigned int)' Bug: 286335300 Change-Id: I97dab835b8774a1bccb985b199804b2d92ed0b4d Signed-off-by: John Scheible <johnscheible@google.com>
This commit is contained in:
parent
a0d46c1dd1
commit
f73aafc29b
2 changed files with 47 additions and 0 deletions
|
|
@ -287358,6 +287358,13 @@ function {
|
|||
return_type_id: 0x48b5725f
|
||||
parameter_id: 0x2edfae47
|
||||
}
|
||||
function {
|
||||
id: 0x1b338a63
|
||||
return_type_id: 0x48b5725f
|
||||
parameter_id: 0x2e94a1e1
|
||||
parameter_id: 0x0258f96e
|
||||
parameter_id: 0x1e41b656
|
||||
}
|
||||
function {
|
||||
id: 0x1b341a0e
|
||||
return_type_id: 0x48b5725f
|
||||
|
|
@ -319160,6 +319167,13 @@ function {
|
|||
return_type_id: 0x2e94a1e1
|
||||
parameter_id: 0x03ce74cd
|
||||
}
|
||||
function {
|
||||
id: 0xe71a2817
|
||||
return_type_id: 0x2e94a1e1
|
||||
parameter_id: 0x0258f96e
|
||||
parameter_id: 0x1e41b656
|
||||
parameter_id: 0x4585663f
|
||||
}
|
||||
function {
|
||||
id: 0xe720dad5
|
||||
return_type_id: 0x6d7f5ff6
|
||||
|
|
@ -350623,6 +350637,15 @@ elf_symbol {
|
|||
type_id: 0x962ca8b2
|
||||
full_name: "iommu_attach_device"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x396b0c47
|
||||
name: "iommu_attach_device_pasid"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x3c9971aa
|
||||
type_id: 0x962b38df
|
||||
full_name: "iommu_attach_device_pasid"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xe80863b1
|
||||
name: "iommu_attach_group"
|
||||
|
|
@ -350641,6 +350664,15 @@ elf_symbol {
|
|||
type_id: 0x1b341a0e
|
||||
full_name: "iommu_detach_device"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x0566bca1
|
||||
name: "iommu_detach_device_pasid"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x4f4135e5
|
||||
type_id: 0x1b338a63
|
||||
full_name: "iommu_detach_device_pasid"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x4c05b91e
|
||||
name: "iommu_dev_disable_feature"
|
||||
|
|
@ -350749,6 +350781,15 @@ elf_symbol {
|
|||
type_id: 0xe7724f97
|
||||
full_name: "iommu_get_domain_for_dev"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x79945ddc
|
||||
name: "iommu_get_domain_for_dev_pasid"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x5c3b1424
|
||||
type_id: 0xe71a2817
|
||||
full_name: "iommu_get_domain_for_dev_pasid"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xc359a46e
|
||||
name: "iommu_get_msi_cookie"
|
||||
|
|
@ -383410,8 +383451,10 @@ interface {
|
|||
symbol_id: 0x99224733
|
||||
symbol_id: 0xa4eabc87
|
||||
symbol_id: 0xd24a70f6
|
||||
symbol_id: 0x396b0c47
|
||||
symbol_id: 0xe80863b1
|
||||
symbol_id: 0xd81a7d03
|
||||
symbol_id: 0x0566bca1
|
||||
symbol_id: 0x4c05b91e
|
||||
symbol_id: 0xa5459730
|
||||
symbol_id: 0xe77a1ae2
|
||||
|
|
@ -383424,6 +383467,7 @@ interface {
|
|||
symbol_id: 0x836fd42d
|
||||
symbol_id: 0x07d8752d
|
||||
symbol_id: 0x29d25600
|
||||
symbol_id: 0x79945ddc
|
||||
symbol_id: 0xc359a46e
|
||||
symbol_id: 0xc9c5433a
|
||||
symbol_id: 0xfce67239
|
||||
|
|
|
|||
|
|
@ -957,7 +957,9 @@
|
|||
int_to_scsilun
|
||||
iomem_resource
|
||||
iommu_alloc_resv_region
|
||||
iommu_attach_device_pasid
|
||||
iommu_attach_group
|
||||
iommu_detach_device_pasid
|
||||
iommu_device_register
|
||||
iommu_device_sysfs_add
|
||||
iommu_device_sysfs_remove
|
||||
|
|
@ -968,6 +970,7 @@
|
|||
iommu_fwspec_add_ids
|
||||
iommu_fwspec_free
|
||||
iommu_get_domain_for_dev
|
||||
iommu_get_domain_for_dev_pasid
|
||||
iommu_group_alloc
|
||||
iommu_group_for_each_dev
|
||||
iommu_group_get
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue