mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-07 09:55:19 +02:00
ANDROID: db845c: add drm_rect_rotate_inv to symbol list
In commit8b93b3e158
("drm/msm/dpu: take plane rotation into account for wide planes") the driver calls drm_rect_rotate_inv() which was not part of the exported symbols for the db845c target. Add them to the list to allow the build to work properly again. Fixes:8b93b3e158
("drm/msm/dpu: take plane rotation into account for wide planes") Change-Id: I928d0a37dc007253df2a588612fe4a5f38c45c0c Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
parent
9006a88086
commit
387ae83039
|
@ -376501,6 +376501,15 @@ elf_symbol {
|
|||
type_id: 0x1784717f
|
||||
full_name: "drm_rect_rotate"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xf836eb53
|
||||
name: "drm_rect_rotate_inv"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x6e30ba8e
|
||||
type_id: 0x1784717f
|
||||
full_name: "drm_rect_rotate_inv"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xa9f64e27
|
||||
name: "drm_release"
|
||||
|
@ -422262,6 +422271,7 @@ interface {
|
|||
symbol_id: 0x7f211ebf
|
||||
symbol_id: 0x62aa5e8d
|
||||
symbol_id: 0xeeb4f73d
|
||||
symbol_id: 0xf836eb53
|
||||
symbol_id: 0xa9f64e27
|
||||
symbol_id: 0x4ba62142
|
||||
symbol_id: 0x39b330a8
|
||||
|
|
|
@ -258,6 +258,7 @@
|
|||
drm_mode_vrefresh
|
||||
drm_of_find_panel_or_bridge
|
||||
drm_printf
|
||||
drm_rect_rotate_inv
|
||||
enable_irq
|
||||
eth_type_trans
|
||||
_find_first_bit
|
||||
|
|
Loading…
Reference in New Issue
Block a user