summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index b796b2cc..196af3c1 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1357,12 +1357,6 @@ int gk20a_wait_for_idle(struct device *dev);
1357#define GK20A_GPUID_GM20B \ 1357#define GK20A_GPUID_GM20B \
1358 GK20A_GPUID(NVGPU_GPU_ARCH_GM200, NVGPU_GPU_IMPL_GM20B) 1358 GK20A_GPUID(NVGPU_GPU_ARCH_GM200, NVGPU_GPU_IMPL_GM20B)
1359 1359
1360#define GK20A_GPUID_GM204 \
1361 GK20A_GPUID(NVGPU_GPU_ARCH_GM200, NVGPU_GPU_IMPL_GM204)
1362
1363#define GK20A_GPUID_GM206 \
1364 GK20A_GPUID(NVGPU_GPU_ARCH_GM200, NVGPU_GPU_IMPL_GM206)
1365
1366int gk20a_init_gpu_characteristics(struct gk20a *g); 1360int gk20a_init_gpu_characteristics(struct gk20a *g);
1367 1361
1368void gk20a_pbus_isr(struct gk20a *g); 1362void gk20a_pbus_isr(struct gk20a *g);