From 82e01758f050b9780a2c9bd22b30e84e934d963b Mon Sep 17 00:00:00 2001 From: Kevin Huang Date: Fri, 9 May 2014 11:41:26 -0700 Subject: gpu: nvgpu: gm20b: update regops whitelist Bug 1500195 Change-Id: Ie2253f2650844cbc707a3083cc2f6b5150c4a17b Signed-off-by: Kevin Huang Reviewed-on: http://git-master/r/488508 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gm20b/regops_gm20b.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 drivers/gpu/nvgpu/gm20b/regops_gm20b.h (limited to 'drivers/gpu/nvgpu/gm20b/regops_gm20b.h') diff --git a/drivers/gpu/nvgpu/gm20b/regops_gm20b.h b/drivers/gpu/nvgpu/gm20b/regops_gm20b.h new file mode 100644 index 00000000..45014a38 --- /dev/null +++ b/drivers/gpu/nvgpu/gm20b/regops_gm20b.h @@ -0,0 +1,24 @@ +/* + * + * Tegra GK20A GPU Debugger Driver Register Ops + * + * Copyright (c) 2013-2014, NVIDIA CORPORATION. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU General Public License, + * version 2, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +#ifndef __REGOPS_GK20A_H_ +#define __REGOPS_GK20A_H_ + +void gm20b_init_regops(struct gpu_ops *gops); + +#endif /* __REGOPS_GK20A_H_ */ -- cgit v1.2.2