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-debugfs.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'gxp-debugfs.c') 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"); -- cgit v1.2.3