summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/module.c
diff options
context:
space:
mode:
authorDebarshi Dutta <ddutta@nvidia.com>2017-11-29 02:34:13 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-11-30 04:28:11 -0500
commit31261ba8846c5e255a60df446a69fe3d07785440 (patch)
tree1c037fa4d8e9e59ecf0b2cf78dd3485ac51a2def /drivers/gpu/nvgpu/common/linux/module.c
parent7a4cb4a6ab6c861a94e9105360967894df749f03 (diff)
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>
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/module.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/module.c b/drivers/gpu/nvgpu/common/linux/module.c
index 950b1581..4fe38588 100644
--- a/drivers/gpu/nvgpu/common/linux/module.c
+++ b/drivers/gpu/nvgpu/common/linux/module.c
@@ -47,7 +47,7 @@
47#include "intr.h" 47#include "intr.h"
48#include "cde.h" 48#include "cde.h"
49#include "ioctl.h" 49#include "ioctl.h"
50#include "sim_gk20a.h" 50#include "sim.h"
51#ifdef CONFIG_TEGRA_19x_GPU 51#ifdef CONFIG_TEGRA_19x_GPU
52#include "nvgpu_gpuid_t19x.h" 52#include "nvgpu_gpuid_t19x.h"
53#ifdef CONFIG_TEGRA_GR_VIRTUALIZATION 53#ifdef CONFIG_TEGRA_GR_VIRTUALIZATION