summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/hw_ram_gv11b.h
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2016-12-29 16:25:28 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-01-12 16:14:16 -0500
commit209f4eadde89f8678221ab187763ac03b23543e7 (patch)
tree143a9f4a4cb6b735a024f691ba7876cfe1d67b35 /drivers/gpu/nvgpu/gv11b/hw_ram_gv11b.h
parentea1330f2ede5302301af95ff4af7ff49f87fd3e5 (diff)
gpu: nvgpu: gv11b: hw header for CL 37750038 and mmu fault
JIRA GV11B-7 Change-Id: I32428e6b91050ad3f697eb80e2aabda2cc1bfda4 Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: http://git-master/r/1249339 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/hw_ram_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/hw_ram_gv11b.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hw_ram_gv11b.h b/drivers/gpu/nvgpu/gv11b/hw_ram_gv11b.h
index 11874209..bcbb7b81 100644
--- a/drivers/gpu/nvgpu/gv11b/hw_ram_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/hw_ram_gv11b.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved.
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify it 4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License, 5 * under the terms and conditions of the GNU General Public License,
@@ -710,10 +710,6 @@ static inline u32 ram_rl_entry_chan_inst_ptr_hi_f(u32 v)
710{ 710{
711 return (v & 0xffffffff) << 0; 711 return (v & 0xffffffff) << 0;
712} 712}
713static inline u32 ram_rl_entry_tsg_vmid_f(u32 v)
714{
715 return (v & 0xff) << 4;
716}
717static inline u32 ram_rl_entry_tsg_timeslice_scale_f(u32 v) 713static inline u32 ram_rl_entry_tsg_timeslice_scale_f(u32 v)
718{ 714{
719 return (v & 0xf) << 16; 715 return (v & 0xf) << 16;