summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gm20b/regops_gm20b.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/regops_gm20b.c b/drivers/gpu/nvgpu/gm20b/regops_gm20b.c
index 79c980f4..aaa055b6 100644
--- a/drivers/gpu/nvgpu/gm20b/regops_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/regops_gm20b.c
@@ -269,7 +269,12 @@ static const u32 gm20b_global_whitelist_ranges_count =
269static const struct regop_offset_range gm20b_context_whitelist_ranges[] = { 269static const struct regop_offset_range gm20b_context_whitelist_ranges[] = {
270 { 0x0000259c, 1 }, 270 { 0x0000259c, 1 },
271 { 0x0000280c, 1 }, 271 { 0x0000280c, 1 },
272 { 0x00140028, 1 },
273 { 0x00180040, 52 },
274 { 0x001a0040, 52 },
275 { 0x001b0040, 52 },
272 { 0x00400500, 1 }, 276 { 0x00400500, 1 },
277 { 0x0040415c, 1 },
273 { 0x00405b40, 1 }, 278 { 0x00405b40, 1 },
274 { 0x00418e00, 1 }, 279 { 0x00418e00, 1 },
275 { 0x00418e34, 1 }, 280 { 0x00418e34, 1 },
@@ -324,6 +329,7 @@ static const struct regop_offset_range gm20b_context_whitelist_ranges[] = {
324 { 0x00503ee8, 2 }, 329 { 0x00503ee8, 2 },
325 { 0x00504490, 1 }, 330 { 0x00504490, 1 },
326 { 0x00504508, 2 }, 331 { 0x00504508, 2 },
332 { 0x00504600, 4 },
327 { 0x00504604, 3 }, 333 { 0x00504604, 3 },
328 { 0x00504614, 6 }, 334 { 0x00504614, 6 },
329 { 0x00504634, 2 }, 335 { 0x00504634, 2 },