summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c
diff options
context:
space:
mode:
authorMatt Craighead <mcraighead@nvidia.com>2014-12-08 11:14:12 -0500
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:12:27 -0400
commit0abb99eb9c145711f0021280b19825d6cd0b5f3f (patch)
tree7b75e6de27fcd4a83963bea32115001219bbfb51 /drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c
parentd930e24358af1b6c98d771f7756feeb31823e5ff (diff)
nvgpu: gm20b: remove write to RO register
This register has no writeable fields. Change-Id: I86c132e866c7502a3d0e3a1b8b9942522051992b Signed-off-by: Matt Craighead <mcraighead@nvidia.com> Reviewed-on: http://git-master/r/660956 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c b/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c
index 6d94e299..6e5b9b72 100644
--- a/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c
+++ b/drivers/gpu/nvgpu/gm20b/gm20b_gating_reglist.c
@@ -177,7 +177,6 @@ static const struct gating_desc gm20b_blcg_bus[] = {
177 177
178/* blcg ctxsw firmware */ 178/* blcg ctxsw firmware */
179static const struct gating_desc gm20b_blcg_ctxsw_firmware[] = { 179static const struct gating_desc gm20b_blcg_ctxsw_firmware[] = {
180 {.addr = 0x00022400, .prod = 0x00000000, .disable = 0x00000000},
181}; 180};
182 181
183/* blcg fb */ 182/* blcg fb */