ANDROID: GKI: db845c: add new dma_buf symbols to list
In commit8332311cd0
("misc: fastrpc: Fix incorrect DMA mapping unmap request"), the symbols dma_buf_map_attachment_unlocked and dma_buf_unmap_attachment_unlocked are now required to be used by the db845c target, so add them to the symbol list to fix up the build. 2 function symbol(s) added 'struct sg_table* dma_buf_map_attachment_unlocked(struct dma_buf_attachment*, enum dma_data_direction)' 'void dma_buf_unmap_attachment_unlocked(struct dma_buf_attachment*, struct sg_table*, enum dma_data_direction)' Fixes:8332311cd0
("misc: fastrpc: Fix incorrect DMA mapping unmap request") Change-Id: Ib634cfa9a88a6708893a938a7d48d542db5b7b61 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
parent
1c5ec1e54d
commit
320c8b56ff
@ -343819,6 +343819,16 @@ elf_symbol {
|
||||
type_id: 0x451c3ee7
|
||||
full_name: "dma_buf_map_attachment"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x25104c49
|
||||
name: "dma_buf_map_attachment_unlocked"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0xedb9c6b4
|
||||
namespace: "DMA_BUF"
|
||||
type_id: 0x451c3ee7
|
||||
full_name: "dma_buf_map_attachment_unlocked"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xc99a7edf
|
||||
name: "dma_buf_mmap"
|
||||
@ -343869,6 +343879,16 @@ elf_symbol {
|
||||
type_id: 0x17ffed59
|
||||
full_name: "dma_buf_unmap_attachment"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x68016e57
|
||||
name: "dma_buf_unmap_attachment_unlocked"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0xffe8aa2b
|
||||
namespace: "DMA_BUF"
|
||||
type_id: 0x17ffed59
|
||||
full_name: "dma_buf_unmap_attachment_unlocked"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xe8233473
|
||||
name: "dma_buf_unpin"
|
||||
@ -387500,11 +387520,13 @@ interface {
|
||||
symbol_id: 0xe6ad1d16
|
||||
symbol_id: 0xda3a8347
|
||||
symbol_id: 0xb3e02cd2
|
||||
symbol_id: 0x25104c49
|
||||
symbol_id: 0xc99a7edf
|
||||
symbol_id: 0xdcb8ed3c
|
||||
symbol_id: 0x4ec1de19
|
||||
symbol_id: 0xe5cfd7ac
|
||||
symbol_id: 0xd0deb542
|
||||
symbol_id: 0x68016e57
|
||||
symbol_id: 0xe8233473
|
||||
symbol_id: 0x710f1fc2
|
||||
symbol_id: 0xaa54a71f
|
||||
|
@ -197,6 +197,8 @@
|
||||
dma_async_device_register
|
||||
dma_async_tx_descriptor_init
|
||||
dma_buf_export
|
||||
dma_buf_map_attachment_unlocked
|
||||
dma_buf_unmap_attachment_unlocked
|
||||
dma_fence_context_alloc
|
||||
dma_fence_init
|
||||
dma_fence_release
|
||||
|
Loading…
Reference in New Issue
Block a user