summaryrefslogtreecommitdiff
path: root/gxp-firmware.c
diff options
context:
space:
mode:
authorAurora pro automerger <aurora-pro-automerger@google.com>2023-02-07 08:48:30 +0000
committerdavidchiang <davidchiang@google.com>2023-02-09 06:53:21 +0000
commitb76197f77494d3879a181690558349a4aedb66c6 (patch)
tree9338535eeb63dd814fbb66c344a450f0dc788ee9 /gxp-firmware.c
parent51c89d9e9a7664ff4068fa1405fca5a5fe60aac0 (diff)
downloadgs201-b76197f77494d3879a181690558349a4aedb66c6.tar.gz
gcip: introduce before_enqueue_wait_list Bug: 267713283 gcip: Add a new KCI code for thermal control Bug: 266837631 gcip: Add a new KCI code for fw tracing level request Bug: 262916889 gcip: fix up DMA fence macros GCIP_HEADERS_REV_ID: 16235f58e3f50f260c7b13f939857a414fc7eb21 gxp: fix up HAS_TPU_EXT gxp: telemetry refactor for config_version 2 Bug: 266886853 gxp: fix deleting async_resp before putting Bug: 267713283 (repeat) gxp: define and use common interface for iommu_map Bug: 248436918 gxp: Merge identical parts in [callisto|europa]-platform.c. Bug: 249918544 gxp: bump interface version to 1.8 gxp: allocate domain pool according to mode Bug: 267714051 gxp: remove fw data init from debugfs firmware run gxp: guard core INT and reset with core_boot Bug: 267713333 Bug: 267713028 gxp: fix up COPY_FIELDS macro in firmware-data gxp: handle sync fence ioctl calls Bug: 258876786 gxp: associate DMA fence with VD Bug: 264855736 gcip: call before_enqueue_wait_list Bug: 267713283 (repeat) GCIP_MAIN_REV_ID: 442aa3a49affc15c9db72240cd2d0692b242a82a GitOrigin-RevId: c547ad68da23508ea20b3d67ecf9fdd3d74fbb79 Change-Id: I907e4bac60a0da03101854d06c66d20f92621598
Diffstat (limited to 'gxp-firmware.c')
-rw-r--r--gxp-firmware.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gxp-firmware.c b/gxp-firmware.c
index 32d5dc3..4a59a13 100644
--- a/gxp-firmware.c
+++ b/gxp-firmware.c
@@ -867,9 +867,9 @@ static int gxp_firmware_setup(struct gxp_dev *gxp,
gxp_firmware_unload(gxp, core);
return ret;
}
+ enable_core_interrupts(gxp, phys_core);
}
- enable_core_interrupts(gxp, phys_core);
return ret;
}