summaryrefslogtreecommitdiff
path: root/gxp-firmware-data.c
diff options
context:
space:
mode:
authorAurora zuma automerger <aurora-zuma-automerger@google.com>2023-05-10 09:35:41 +0000
committerCopybara-Service <copybara-worker@google.com>2023-05-11 22:03:34 -0700
commit845dc991e47ae307e1b8eb8bf76a743812df9417 (patch)
tree549acfdf628190ba35055eb0b4fb6dd8fed67813 /gxp-firmware-data.c
parent9e67071e743d6e2e48c6584a827d0d4cc42750b8 (diff)
downloadzuma-845dc991e47ae307e1b8eb8bf76a743812df9417.tar.gz
gxp: [Copybara Auto Merge] Merge branch 'zuma' into 'android14-gs-pixel-5.15'
gxp: remove legacy TODOs gxp: remove vd config version Bug: 281609488 gxp: remove unreferenced macros and functions Bug: 281609488 (repeat) gxp: remove gxp_fw_data_use_per_vd_config Bug: 281609488 (repeat) gxp: reject loading legacy firmware Bug: 281609488 (repeat) gxp: fix max num of debug dump segments Bug: 281636081 gxp: remove unneeded log on memory alloc failure gxp: unittests: test MCU FW sending FW_CRASH while stopping Bug: 281088523 gxp: make MCU crash handler scheduled work Bug: 281088523 (repeat) gxp: reorder locks in the MCU crash handler Bug: 281088523 (repeat) gxp: refine vd_semaphore usage to prevent deadlock Bug: 281007294 gxp: turn on slow clock on idle Bug: 279201155 gxp: decouple PM from client->semaphore Bug: 280724971 gxp: fix UAF on awaiter releasing Bug: 280737201 gxp: cancel KCI workers before CSR reset Bug: 280548609 gxp: make MCU crash handler scheduled work Bug: 281088523 (repeat) Test: Passed the unittests gxp: reorder locks in the MCU crash handler Bug: 281088523 (repeat) gxp: refine vd_semaphore usage to prevent deadlock Bug: 281007294 (repeat) gxp: turn on slow clock on idle Bug: 279201155 (repeat) gxp: decouple PM from client->semaphore Bug: 280724971 (repeat) (cherry picked from commit 8e46531e8a3898b6689c3a192bb42e10bb4bf633) GitOrigin-RevId: ce20da14dbffd8d462bc8903dae72b615ae203e4 Change-Id: I23f032ddb88acc92669b77a7d7e6f8f52f414dfd
Diffstat (limited to 'gxp-firmware-data.c')
-rw-r--r--gxp-firmware-data.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gxp-firmware-data.c b/gxp-firmware-data.c
index a98a183..0c2c5ae 100644
--- a/gxp-firmware-data.c
+++ b/gxp-firmware-data.c
@@ -182,8 +182,7 @@ void gxp_fw_data_destroy(struct gxp_dev *gxp)
void gxp_fw_data_populate_vd_cfg(struct gxp_dev *gxp, struct gxp_virtual_device *vd)
{
- if (gxp_fw_data_use_per_vd_config(vd))
- _gxp_fw_data_populate_vd_cfg(gxp, vd);
+ _gxp_fw_data_populate_vd_cfg(gxp, vd);
}
int gxp_fw_data_set_core_telemetry_descriptors(struct gxp_dev *gxp, u8 type,