From 774899f30aaae13aa92a3490714cf23fceb8ce49 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Tue, 19 Sep 2017 12:04:08 -0700 Subject: gpu: nvgpu: Change VBIOS code to use gp106 headers VBIOS code was the last code using gm206 hardware headers. Change the code to use gp106 headers instead, move the code to gp106 directory and delete gm206 HW headers. JIRA NVGPU-218 Change-Id: I7ccd6c2975c767bca871d77a701dbd3395b17f30 Signed-off-by: Terje Bergstrom Reviewed-on: https://git-master.nvidia.com/r/1563742 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gm206/bios_gm206.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 drivers/gpu/nvgpu/gm206/bios_gm206.h (limited to 'drivers/gpu/nvgpu/gm206/bios_gm206.h') diff --git a/drivers/gpu/nvgpu/gm206/bios_gm206.h b/drivers/gpu/nvgpu/gm206/bios_gm206.h deleted file mode 100644 index 090c7d24..00000000 --- a/drivers/gpu/nvgpu/gm206/bios_gm206.h +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (c) 2014-2016, 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 NVGPU_BIOS_GM206_H -#define NVGPU_BIOS_GM206_H - -struct gk20a; -struct gpu_ops; - -int gm206_bios_init(struct gk20a *g); -void gm206_init_bios_ops(struct gpu_ops *gops); - -#endif -- cgit v1.2.2