From d465504534b2ec7ab0be190fc98b24e1b77634e2 Mon Sep 17 00:00:00 2001 From: Mahantesh Kumbar Date: Tue, 14 Feb 2017 12:52:20 +0530 Subject: gpu: nvgpu: Remove PMU gm204/gm206 support -Created new methods for PMU gp106 whichever dependent on gm206. -Deleted pmu_gm206.c/h files & removed its involvement from dependent files. Change-Id: Ic578da53bff362efb3e142962275227787206233 Signed-off-by: Mahantesh Kumbar Reviewed-on: http://git-master/r/1304492 Reviewed-by: svccoveritychecker GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gm206/pmu_gm206.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 drivers/gpu/nvgpu/gm206/pmu_gm206.h (limited to 'drivers/gpu/nvgpu/gm206/pmu_gm206.h') diff --git a/drivers/gpu/nvgpu/gm206/pmu_gm206.h b/drivers/gpu/nvgpu/gm206/pmu_gm206.h deleted file mode 100644 index 418f30ac..00000000 --- a/drivers/gpu/nvgpu/gm206/pmu_gm206.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Copyright (c) 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 __PMU_GM206_H_ -#define __PMU_GM206_H_ - -void gm206_init_pmu_ops(struct gpu_ops *gops); -bool gm206_is_priv_load(u32 falcon_id); -bool gm206_is_lazy_bootstrap(u32 falcon_id); -int gm206_load_falcon_ucode(struct gk20a *g, u32 falconidmask); - -#endif /*__PMU_GM206_H_*/ -- cgit v1.2.2