summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/ltc_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/ltc_common.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/ltc_common.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/ltc_common.c b/drivers/gpu/nvgpu/gk20a/ltc_common.c
index cd6faacf..463c5cf8 100644
--- a/drivers/gpu/nvgpu/gk20a/ltc_common.c
+++ b/drivers/gpu/nvgpu/gk20a/ltc_common.c
@@ -66,6 +66,11 @@ static int gk20a_determine_L2_size_bytes(struct gk20a *g)
66 bytes_per_line = 128; 66 bytes_per_line = 128;
67 break; 67 break;
68 68
69 case GK20A_GPUID_GM20B:
70 lts_per_ltc = 2;
71 bytes_per_line = 128;
72 break;
73
69 default: 74 default:
70 dev_err(dev_from_gk20a(g), "Unknown GPU id 0x%02x\n", 75 dev_err(dev_from_gk20a(g), "Unknown GPU id 0x%02x\n",
71 (unsigned)gpuid); 76 (unsigned)gpuid);