ANDROID: GKI: db845c: Update symbols list and ABI
android12-5.10-lts is broken on Dragonboard 845c because of
recently added symbols.
So updated the symbols list by running:
"BUILD_CONFIG=common/build.config.db845c \
KMI_SYMBOL_LIST_ADD_ONLY=1 build/build_abi.sh -s"
And the abi_gki_aarch64 ABI by running:
"BUILD_CONFIG=common/build.config.gki.aarch64 \
ABI_DEFINITION=abi_gki_aarch64.xml KMI_SYMBOL_LIST_ADD_ONLY=1 \
build/build_abi.sh --update --print-report"
========================================================
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
1 Added function:
[A] 'function int devm_pm_runtime_enable(device*)'
========================================================
Bug: 146449535
Fixes: 6f5d6d6de5
("UPSTREAM: drm/msm/dsi: Enable runtime PM")
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Change-Id: Ia0d237897cedd17ac58530145de788f2ef3de35b
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1086,6 +1086,7 @@
|
|||||||
devfreq_suspend_device
|
devfreq_suspend_device
|
||||||
devm_clk_register
|
devm_clk_register
|
||||||
devm_devfreq_add_device
|
devm_devfreq_add_device
|
||||||
|
devm_pm_runtime_enable
|
||||||
devm_regulator_get_exclusive
|
devm_regulator_get_exclusive
|
||||||
dev_pm_opp_find_freq_floor
|
dev_pm_opp_find_freq_floor
|
||||||
dev_pm_opp_get_freq
|
dev_pm_opp_get_freq
|
||||||
@@ -1177,7 +1178,6 @@
|
|||||||
drm_dp_link_rate_to_bw_code
|
drm_dp_link_rate_to_bw_code
|
||||||
drm_dp_link_train_channel_eq_delay
|
drm_dp_link_train_channel_eq_delay
|
||||||
drm_dp_link_train_clock_recovery_delay
|
drm_dp_link_train_clock_recovery_delay
|
||||||
drm_edid_block_valid
|
|
||||||
drm_encoder_cleanup
|
drm_encoder_cleanup
|
||||||
drm_encoder_init
|
drm_encoder_init
|
||||||
drm_flip_work_cleanup
|
drm_flip_work_cleanup
|
||||||
@@ -1812,6 +1812,7 @@
|
|||||||
|
|
||||||
# preserved by --additions-only
|
# preserved by --additions-only
|
||||||
drm_connector_init_with_ddc
|
drm_connector_init_with_ddc
|
||||||
|
drm_edid_block_valid
|
||||||
gpiod_direction_input
|
gpiod_direction_input
|
||||||
idr_alloc_u32
|
idr_alloc_u32
|
||||||
of_clk_get_by_name
|
of_clk_get_by_name
|
||||||
|
Reference in New Issue
Block a user