summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/regops_gk20a.h
diff options
context:
space:
mode:
authorKonsta Holtta <kholtta@nvidia.com>2014-09-29 07:32:17 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:11:33 -0400
commit28476a5b13934f41dda2b96c2aa564c379890e51 (patch)
treedd7a9849fa49419e40dff990f61c4bfba7fd91f5 /drivers/gpu/nvgpu/gk20a/regops_gk20a.h
parent719923ad9fa7c6b2ca68a25d1ce4518aab844bc2 (diff)
gpu: nvgpu: create new nvgpu ioctl header
Move nvgpu ioctls from the many user space interface headers to a new single nvgpu.h header under include/uapi. No new code or replaced names are introduced; this change only moves the definitions and changes include directives accordingly. Bug 1434573 Change-Id: I4d02415148e437a4e3edad221e08785fac377e91 Signed-off-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-on: http://git-master/r/542651 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/regops_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/regops_gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/regops_gk20a.h b/drivers/gpu/nvgpu/gk20a/regops_gk20a.h
index 0c244f58..f53545e2 100644
--- a/drivers/gpu/nvgpu/gk20a/regops_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/regops_gk20a.h
@@ -18,7 +18,7 @@
18#ifndef REGOPS_GK20A_H 18#ifndef REGOPS_GK20A_H
19#define REGOPS_GK20A_H 19#define REGOPS_GK20A_H
20 20
21#include <linux/nvhost_dbg_gpu_ioctl.h> 21#include <uapi/linux/nvgpu.h>
22 22
23struct regop_offset_range { 23struct regop_offset_range {
24 u32 base:24; 24 u32 base:24;