mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
ANDROID: ABI: Add drm_atomic_bridge_chain_disable and
drm_atomic_bridge_chain_enable in QCOM symbol list following symbols are added to symbol list drm_atomic_bridge_chain_disable drm_atomic_bridge_chain_enable function symbols added 'void drm_atomic_bridge_chain_disable(struct drm_bridge *bridge,struct drm_atomic_state *old_state)' 'void drm_atomic_bridge_chain_enable(struct drm_bridge *bridge,struct drm_atomic_state *old_state)' Bug: 278512378 Change-Id: I46f6489b495f51f628d94120b3c1859ffafe5583 Signed-off-by: Venkata Rao Kakani <quic_vkakani@quicinc.com>
This commit is contained in:
committed by
Matthias Männich
parent
4e45cae5e8
commit
10713d70a8
@@ -290792,6 +290792,12 @@ function {
|
||||
parameter_id: 0x221732c5
|
||||
parameter_id: 0x6720d32f
|
||||
}
|
||||
function {
|
||||
id: 0x198668f4
|
||||
return_type_id: 0x48b5725f
|
||||
parameter_id: 0x2668e644
|
||||
parameter_id: 0x21003da7
|
||||
}
|
||||
function {
|
||||
id: 0x198f0b17
|
||||
return_type_id: 0x48b5725f
|
||||
@@ -339142,6 +339148,24 @@ elf_symbol {
|
||||
type_id: 0x950581be
|
||||
full_name: "drm_atomic_add_affected_planes"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x27bb2715
|
||||
name: "drm_atomic_bridge_chain_disable"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x7d3868d1
|
||||
type_id: 0x198668f4
|
||||
full_name: "drm_atomic_bridge_chain_disable"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xa7187ebf
|
||||
name: "drm_atomic_bridge_chain_enable"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x74a55529
|
||||
type_id: 0x198668f4
|
||||
full_name: "drm_atomic_bridge_chain_enable"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x4fa53f59
|
||||
name: "drm_atomic_commit"
|
||||
@@ -379107,6 +379131,14 @@ symbols {
|
||||
key: "drm_atomic_add_affected_planes"
|
||||
value: 0x098d4189
|
||||
}
|
||||
symbol {
|
||||
key: "drm_atomic_bridge_chain_disable"
|
||||
value: 0x27bb2715
|
||||
}
|
||||
symbol {
|
||||
key: "drm_atomic_bridge_chain_enable"
|
||||
value: 0xa7187ebf
|
||||
}
|
||||
symbol {
|
||||
key: "drm_atomic_commit"
|
||||
value: 0x4fa53f59
|
||||
|
||||
@@ -919,6 +919,8 @@
|
||||
driver_unregister
|
||||
drm_add_edid_modes
|
||||
drm_add_modes_noedid
|
||||
drm_atomic_bridge_chain_disable
|
||||
drm_atomic_bridge_chain_enable
|
||||
drm_atomic_commit
|
||||
drm_atomic_get_connector_state
|
||||
drm_atomic_get_crtc_state
|
||||
|
||||
Reference in New Issue
Block a user