diff --git a/drivers/gpu/nvgpu/os/linux/platform_gk20a_tegra.c b/drivers/gpu/nvgpu/os/linux/platform_gk20a_tegra.c index e4e8ed307..570ddd75f 100644 --- a/drivers/gpu/nvgpu/os/linux/platform_gk20a_tegra.c +++ b/drivers/gpu/nvgpu/os/linux/platform_gk20a_tegra.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include @@ -202,7 +201,6 @@ static void gk20a_tegra_prescale(struct device *dev) u32 avg = 0; nvgpu_pmu_load_norm(g, &avg); - tegra_edp_notify_gpu_load(avg, clk_get_rate(g->clk.tegra_clk)); } /* @@ -873,7 +871,6 @@ static int gk20a_tegra_remove(struct device *dev) static int gk20a_tegra_suspend(struct device *dev) { - tegra_edp_notify_gpu_load(0, 0); return 0; }