summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include/nvgpu
diff options
context:
space:
mode:
authorDebarshi Dutta <ddutta@nvidia.com>2019-08-30 02:02:25 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2019-09-05 06:54:39 -0400
commitf57cf74d57718c672b1af8dd957cc8bd9ea3bb6c (patch)
tree6f79c75ed357200933bf268fde285159493b0bc7 /drivers/gpu/nvgpu/include/nvgpu
parent066383830893c0fc43ec28f833185eab91e9dfc9 (diff)
Revert "gpu: nvgpu: Fix the race between runtime PM and L2 flush"
This patch results in a flaw that doesn't clear the GPU cache. This reverts commit 47f6bc0c2e85d0a8ff943b88c81108ca1bfc588e. Bug 2687410 Change-Id: If78bd7ca29eb5621d4369cbddf21320e2a77a41a Signed-off-by: Debarshi Dutta <ddutta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2186886 GVS: Gerrit_Virtual_Submit Reviewed-by: Bibek Basu <bbasu@nvidia.com> Reviewed-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/include/nvgpu')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/gk20a.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/gk20a.h b/drivers/gpu/nvgpu/include/nvgpu/gk20a.h
index 873fa826..47a04f16 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/gk20a.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/gk20a.h
@@ -1753,7 +1753,6 @@ enum {
1753#define GK20A_SIM_IORESOURCE_MEM 2 1753#define GK20A_SIM_IORESOURCE_MEM 2
1754 1754
1755void gk20a_busy_noresume(struct gk20a *g); 1755void gk20a_busy_noresume(struct gk20a *g);
1756int gk20a_busy_try_noresume(struct gk20a *g);
1757void gk20a_idle_nosuspend(struct gk20a *g); 1756void gk20a_idle_nosuspend(struct gk20a *g);
1758int __must_check gk20a_busy(struct gk20a *g); 1757int __must_check gk20a_busy(struct gk20a *g);
1759void gk20a_idle(struct gk20a *g); 1758void gk20a_idle(struct gk20a *g);