From b76197f77494d3879a181690558349a4aedb66c6 Mon Sep 17 00:00:00 2001 From: Aurora pro automerger Date: Tue, 7 Feb 2023 08:48:30 +0000 Subject: gxp: [Copybara Auto Merge] Merge branch 'gs201-u' into 'android13-gs-pixel-5.10-udc' 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 --- gxp-firmware.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gxp-firmware.c') 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; } -- cgit v1.2.3