From c8569f1ebfcdd4546d3674458684c7e1315872a4 Mon Sep 17 00:00:00 2001 From: Seshendra Gadagottu Date: Mon, 6 Jun 2016 10:43:56 -0700 Subject: gpu: nvgpu: remove clockgate_delay param Removed platform data parameter clockgate_delay, since it is not really used for gpu clock gating any more. Change-Id: I4c7148c70699cb5ed24f0b034ddc92bfb4b41887 Signed-off-by: Seshendra Gadagottu Reviewed-on: http://git-master/r/1159594 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Deepak Nibade Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gp10b') diff --git a/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c b/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c index d3ccd98e..952b79b5 100644 --- a/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c +++ b/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c @@ -379,7 +379,6 @@ struct gk20a_platform t18x_gpu_tegra_platform = { /* power management configuration */ .railgate_delay = 500, - .clockgate_delay = 50, /* power management configuration */ .can_railgate = true, -- cgit v1.2.2