summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/priv_ring_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/priv_ring_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/priv_ring_gk20a.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/priv_ring_gk20a.h b/drivers/gpu/nvgpu/gk20a/priv_ring_gk20a.h
index cb9d49c7..8a6320d7 100644
--- a/drivers/gpu/nvgpu/gk20a/priv_ring_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/priv_ring_gk20a.h
@@ -1,9 +1,7 @@
1/* 1/*
2 * drivers/video/tegra/host/gk20a/priv_ring_gk20a.h
3 *
4 * GK20A PRIV ringmaster 2 * GK20A PRIV ringmaster
5 * 3 *
6 * Copyright (c) 2011-2012, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2011-2017, NVIDIA CORPORATION. All rights reserved.
7 * 5 *
8 * This program is free software; you can redistribute it and/or modify it 6 * This program is free software; you can redistribute it and/or modify it
9 * under the terms and conditions of the GNU General Public License, 7 * under the terms and conditions of the GNU General Public License,
@@ -21,7 +19,7 @@
21#ifndef __PRIV_RING_GK20A_H__ 19#ifndef __PRIV_RING_GK20A_H__
22#define __PRIV_RING_GK20A_H__ 20#define __PRIV_RING_GK20A_H__
23 21
24void gk20a_reset_priv_ring(struct gk20a *g); 22void gk20a_enable_priv_ring(struct gk20a *g);
25void gk20a_priv_ring_isr(struct gk20a *g); 23void gk20a_priv_ring_isr(struct gk20a *g);
26 24
27#endif /*__PRIV_RING_GK20A_H__*/ 25#endif /*__PRIV_RING_GK20A_H__*/