summaryrefslogtreecommitdiff
path: root/gxp-debugfs.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-debugfs.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-debugfs.c')
-rw-r--r--gxp-debugfs.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gxp-debugfs.c b/gxp-debugfs.c
index 47a45a1..fa1685e 100644
--- a/gxp-debugfs.c
+++ b/gxp-debugfs.c
@@ -167,13 +167,6 @@ static int gxp_firmware_run_set(void *data, u64 val)
}
up_write(&gxp->vd_semaphore);
- /*
- * Cleanup any bad state or corruption the device might've
- * caused
- */
- gxp_fw_data_destroy(gxp);
- gxp_fw_data_init(gxp);
-
client = gxp_client_create(gxp);
if (IS_ERR(client)) {
dev_err(gxp->dev, "Failed to create client\n");