From 82c0c96290602b1baf296133c7f55ae1848e433a Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Thu, 22 Jun 2017 12:58:43 -0700 Subject: gpu: nvgpu: Remove gk20a support Remove gk20a support. Leave only gk20a code which is reused by other GPUs. JIRA NVGPU-38 Change-Id: I3d5f2bc9f71cd9f161e64436561a5eadd5786a3b Signed-off-by: Terje Bergstrom Reviewed-on: https://git-master/r/1507927 GVS: Gerrit_Virtual_Submit --- drivers/gpu/nvgpu/vgpu/gk20a/vgpu_gr_gk20a.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 drivers/gpu/nvgpu/vgpu/gk20a/vgpu_gr_gk20a.h (limited to 'drivers/gpu/nvgpu/vgpu/gk20a/vgpu_gr_gk20a.h') diff --git a/drivers/gpu/nvgpu/vgpu/gk20a/vgpu_gr_gk20a.h b/drivers/gpu/nvgpu/vgpu/gk20a/vgpu_gr_gk20a.h deleted file mode 100644 index bb80aff8..00000000 --- a/drivers/gpu/nvgpu/vgpu/gk20a/vgpu_gr_gk20a.h +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Copyright (c) 2015, 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 __VGPU_GR_GK20A_H__ -#define __VGPU_GR_GK20A_H__ - -#include "gk20a/gk20a.h" - -void vgpu_gk20a_init_gr_ops(struct gpu_ops *gops); - -#endif -- cgit v1.2.2