summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a')
-rw-r--r--drivers/gpu/nvgpu/gk20a/pmu_gk20a.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
index 55d6f72c..4a1609d6 100644
--- a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
@@ -30,11 +30,6 @@ struct nvgpu_firmware;
30 30
31#define ZBC_MASK(i) (~(~(0) << ((i)+1)) & 0xfffe) 31#define ZBC_MASK(i) (~(~(0) << ((i)+1)) & 0xfffe)
32 32
33/*Fuse defines*/
34#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 4, 0)
35#define FUSE_GCPLEX_CONFIG_FUSE_0 0x2C8
36#endif
37
38bool gk20a_pmu_is_interrupted(struct nvgpu_pmu *pmu); 33bool gk20a_pmu_is_interrupted(struct nvgpu_pmu *pmu);
39void gk20a_pmu_isr(struct gk20a *g); 34void gk20a_pmu_isr(struct gk20a *g);
40 35