mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 02:52:51 +03:00
gpu: nvgpu: remove fifo_gp10b.h
Delete fifo_gp10b.h JIRA NVGPU-2950 Change-Id: Ia4abc4b3e9cb5fc16fbe40a0d008a602434a2e3d Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2094656 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
eb7ba260fb
commit
40561a17ea
@@ -76,7 +76,6 @@
|
||||
#include "gp10b/mm_gp10b.h"
|
||||
#include "gp10b/ce_gp10b.h"
|
||||
#include "gp10b/gr_gp10b.h"
|
||||
#include "gp10b/fifo_gp10b.h"
|
||||
|
||||
#include "gm20b/gr_gm20b.h"
|
||||
#include "gm20b/mm_gm20b.h"
|
||||
|
||||
@@ -94,7 +94,6 @@
|
||||
#include <gp10b/mm_gp10b.h>
|
||||
#include <gp10b/ce_gp10b.h>
|
||||
#include "gp10b/gr_gp10b.h"
|
||||
#include <gp10b/fifo_gp10b.h>
|
||||
|
||||
#include <gv11b/mm_gv11b.h>
|
||||
#include <gv11b/ce_gv11b.h>
|
||||
|
||||
@@ -1,35 +0,0 @@
|
||||
/*
|
||||
* GP10B Fifo
|
||||
*
|
||||
* Copyright (c) 2014-2019, NVIDIA CORPORATION. All rights reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
* to deal in the Software without restriction, including without limitation
|
||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||
* and/or sell copies of the Software, and to permit persons to whom the
|
||||
* Software is furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
* DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef FIFO_GP10B_H
|
||||
#define FIFO_GP10B_H
|
||||
|
||||
struct gk20a;
|
||||
struct fifo_gk20a;
|
||||
|
||||
void gp10b_device_info_data_parse(struct gk20a *g, u32 table_entry,
|
||||
u32 *inst_id, u32 *pri_base, u32 *fault_id);
|
||||
void gp10b_fifo_init_pbdma_intr_descs(struct fifo_gk20a *f);
|
||||
|
||||
#endif
|
||||
@@ -121,7 +121,6 @@
|
||||
#include "gp10b/gr_gp10b.h"
|
||||
#include "gp10b/mm_gp10b.h"
|
||||
#include "gp10b/ce_gp10b.h"
|
||||
#include "gp10b/fifo_gp10b.h"
|
||||
#include "gp10b/ecc_gp10b.h"
|
||||
|
||||
#include "gm20b/gr_gm20b.h"
|
||||
|
||||
@@ -141,7 +141,6 @@
|
||||
|
||||
#include "gp10b/gr_gp10b.h"
|
||||
#include "gp10b/ce_gp10b.h"
|
||||
#include "gp10b/fifo_gp10b.h"
|
||||
#include "gp10b/mm_gp10b.h"
|
||||
|
||||
#include "gv11b/hal_gv11b.h"
|
||||
|
||||
@@ -54,8 +54,6 @@
|
||||
|
||||
#include "gk20a/fifo_gk20a.h"
|
||||
|
||||
#include "gp10b/fifo_gp10b.h"
|
||||
|
||||
#include <nvgpu/hw/gv11b/hw_pbdma_gv11b.h>
|
||||
#include <nvgpu/hw/gv11b/hw_fifo_gv11b.h>
|
||||
#include <nvgpu/hw/gv11b/hw_ram_gv11b.h>
|
||||
|
||||
@@ -125,7 +125,6 @@
|
||||
#include "gm20b/mm_gm20b.h"
|
||||
|
||||
#include "gp10b/ce_gp10b.h"
|
||||
#include "gp10b/fifo_gp10b.h"
|
||||
#include "gp10b/mm_gp10b.h"
|
||||
#include "gp10b/gr_gp10b.h"
|
||||
|
||||
|
||||
@@ -31,8 +31,6 @@
|
||||
|
||||
#include "gk20a/fifo_gk20a.h"
|
||||
|
||||
#include "gp10b/fifo_gp10b.h"
|
||||
|
||||
#include "gv11b/fifo_gv11b.h"
|
||||
|
||||
#include "tu104/fifo_tu104.h"
|
||||
|
||||
@@ -154,7 +154,6 @@
|
||||
|
||||
#include "gp10b/gr_gp10b.h"
|
||||
#include "gp10b/ce_gp10b.h"
|
||||
#include "gp10b/fifo_gp10b.h"
|
||||
#include "gp10b/mm_gp10b.h"
|
||||
|
||||
#include "gv11b/hal_gv11b.h"
|
||||
|
||||
Reference in New Issue
Block a user