From 940cd280e15a206d51ceaf42d407fa4b96f40c9a Mon Sep 17 00:00:00 2001 From: Mahantesh Kumbar Date: Mon, 24 Apr 2017 15:37:19 +0530 Subject: gpu: nvgpu: falcon controller HAL init - Assign base address for falcon based on falcon id. - Init mutex for falcon - Init ops with NULL Change-Id: I9efee5c2b15106c7dfc6e55c996f62c7f7b85fc2 Signed-off-by: Mahantesh Kumbar Reviewed-on: http://git-master/r/1468452 Reviewed-by: svccoveritychecker GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu --- drivers/gpu/nvgpu/gk20a/flcn_gk20a.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 drivers/gpu/nvgpu/gk20a/flcn_gk20a.h (limited to 'drivers/gpu/nvgpu/gk20a/flcn_gk20a.h') diff --git a/drivers/gpu/nvgpu/gk20a/flcn_gk20a.h b/drivers/gpu/nvgpu/gk20a/flcn_gk20a.h new file mode 100644 index 00000000..388dba31 --- /dev/null +++ b/drivers/gpu/nvgpu/gk20a/flcn_gk20a.h @@ -0,0 +1,19 @@ +/* + * Copyright (c) 2017, 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. + */ +#ifndef __FLCN_GK20A_H__ +#define __FLCN_GK20A_H__ + +void gk20a_falcon_sw_init(struct nvgpu_falcon *flcn); +void gk20a_falcon_init_hal(struct gpu_ops *gops); + +#endif /* __FLCN_GK20A_H__ */ -- cgit v1.2.2