gpu: nvgpu: files sim_gk20a.* are changed to sim.*

The files sim_gk20a.c and sim_gk20a.h under common/linux/ are renamed
to sim.c and sim.h as the suffix gk20a is not needed.

JIRA NVGPU-386

Change-Id: I79bbb8e66c4b0cf53f2b1f98a7bed5f682106a0c
Signed-off-by: Debarshi Dutta <ddutta@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1606975
Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Deepak Nibade <dnibade@nvidia.com>
Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Debarshi Dutta
2017-11-29 13:04:13 +05:30
committed by mobile promotions
parent 7a4cb4a6ab
commit 31261ba884
4 changed files with 5 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ nvgpu-y := \
common/linux/sched.o \ common/linux/sched.o \
common/linux/channel.o \ common/linux/channel.o \
common/linux/ce2.o \ common/linux/ce2.o \
common/linux/sim_gk20a.o \ common/linux/sim.o \
common/mm/nvgpu_allocator.o \ common/mm/nvgpu_allocator.o \
common/mm/bitmap_allocator.o \ common/mm/bitmap_allocator.o \
common/mm/buddy_allocator.o \ common/mm/buddy_allocator.o \

View File

@@ -47,7 +47,7 @@
#include "intr.h" #include "intr.h"
#include "cde.h" #include "cde.h"
#include "ioctl.h" #include "ioctl.h"
#include "sim_gk20a.h" #include "sim.h"
#ifdef CONFIG_TEGRA_19x_GPU #ifdef CONFIG_TEGRA_19x_GPU
#include "nvgpu_gpuid_t19x.h" #include "nvgpu_gpuid_t19x.h"
#ifdef CONFIG_TEGRA_GR_VIRTUALIZATION #ifdef CONFIG_TEGRA_GR_VIRTUALIZATION

View File

@@ -22,7 +22,7 @@
#include <nvgpu/linux/vm.h> #include <nvgpu/linux/vm.h>
#include "gk20a/gk20a.h" #include "gk20a/gk20a.h"
#include "sim_gk20a.h" #include "sim.h"
#include <nvgpu/hw/gk20a/hw_sim_gk20a.h> #include <nvgpu/hw/gk20a/hw_sim_gk20a.h>

View File

@@ -1,5 +1,4 @@
/* /*
* drivers/video/tegra/host/gk20a/sim_gk20a.h
* *
* GK20A sim support * GK20A sim support
* *
@@ -18,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __SIM_GK20A_LINUX_H__ #ifndef __SIM_LINUX_H__
#define __SIM_GK20A_LINUX_H__ #define __SIM_LINUX_H__
#include "gk20a/sim_gk20a.h" #include "gk20a/sim_gk20a.h"