mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 01:50:07 +03:00
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:
committed by
mobile promotions
parent
7a4cb4a6ab
commit
31261ba884
@@ -48,7 +48,7 @@ nvgpu-y := \
|
||||
common/linux/sched.o \
|
||||
common/linux/channel.o \
|
||||
common/linux/ce2.o \
|
||||
common/linux/sim_gk20a.o \
|
||||
common/linux/sim.o \
|
||||
common/mm/nvgpu_allocator.o \
|
||||
common/mm/bitmap_allocator.o \
|
||||
common/mm/buddy_allocator.o \
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
#include "intr.h"
|
||||
#include "cde.h"
|
||||
#include "ioctl.h"
|
||||
#include "sim_gk20a.h"
|
||||
#include "sim.h"
|
||||
#ifdef CONFIG_TEGRA_19x_GPU
|
||||
#include "nvgpu_gpuid_t19x.h"
|
||||
#ifdef CONFIG_TEGRA_GR_VIRTUALIZATION
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include <nvgpu/linux/vm.h>
|
||||
|
||||
#include "gk20a/gk20a.h"
|
||||
#include "sim_gk20a.h"
|
||||
#include "sim.h"
|
||||
|
||||
#include <nvgpu/hw/gk20a/hw_sim_gk20a.h>
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/*
|
||||
* drivers/video/tegra/host/gk20a/sim_gk20a.h
|
||||
*
|
||||
* GK20A sim support
|
||||
*
|
||||
@@ -18,8 +17,8 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __SIM_GK20A_LINUX_H__
|
||||
#define __SIM_GK20A_LINUX_H__
|
||||
#ifndef __SIM_LINUX_H__
|
||||
#define __SIM_LINUX_H__
|
||||
|
||||
#include "gk20a/sim_gk20a.h"
|
||||
|
||||
Reference in New Issue
Block a user