summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorMahantesh Kumbar <mkumbar@nvidia.com>2017-08-31 05:21:05 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-09-12 14:46:19 -0400
commitb610bb95108afe54895219e06859cf241fabc9db (patch)
tree0867496a8af4fa661c19664bdd471248947b2d5d /drivers/gpu
parent41283a02ac6837f01e1e67fca859ffd552c3ede0 (diff)
gpu: nvgpu: disable power features for dgpu PG503
JIRA NVGPUGV100-7 Change-Id: I17c72d88c8f44702289601dbfa3d8e434cdf351b Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1549262 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com> Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/nvgpu/common/linux/pci.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/pci.c b/drivers/gpu/nvgpu/common/linux/pci.c
index 87c1e37e..4ea86e7f 100644
--- a/drivers/gpu/nvgpu/common/linux/pci.c
+++ b/drivers/gpu/nvgpu/common/linux/pci.c
@@ -205,12 +205,12 @@ static struct gk20a_platform nvgpu_pci_device[] = {
205 /* power management configuration */ 205 /* power management configuration */
206 .railgate_delay_init = 500, 206 .railgate_delay_init = 500,
207 .can_railgate_init = false, 207 .can_railgate_init = false,
208 .can_elpg_init = true, 208 .can_elpg_init = false,
209 .enable_elpg = true, 209 .enable_elpg = false,
210 .enable_elcg = false, 210 .enable_elcg = false,
211 .enable_slcg = true, 211 .enable_slcg = false,
212 .enable_blcg = true, 212 .enable_blcg = false,
213 .enable_mscg = true, 213 .enable_mscg = false,
214 .default_pri_timeout = 0x3ff, 214 .default_pri_timeout = 0x3ff,
215 215
216 .disable_aspm = true, 216 .disable_aspm = true,
@@ -235,12 +235,12 @@ static struct gk20a_platform nvgpu_pci_device[] = {
235 /* power management configuration */ 235 /* power management configuration */
236 .railgate_delay_init = 500, 236 .railgate_delay_init = 500,
237 .can_railgate_init = false, 237 .can_railgate_init = false,
238 .can_elpg_init = true, 238 .can_elpg_init = false,
239 .enable_elpg = true, 239 .enable_elpg = false,
240 .enable_elcg = false, 240 .enable_elcg = false,
241 .enable_slcg = true, 241 .enable_slcg = false,
242 .enable_blcg = true, 242 .enable_blcg = false,
243 .enable_mscg = true, 243 .enable_mscg = false,
244 .default_pri_timeout = 0x3ff, 244 .default_pri_timeout = 0x3ff,
245 245
246 .disable_aspm = true, 246 .disable_aspm = true,