gpu: nvgpu: vgpu: move common vgpu code to nvgpu common

All code that is common across OSes resides under nvgpu
common path. Follow the same for vgpu.

Jira GVSCI-334

Change-Id: Ie1c6f4611ee2d799efaa43c62d6d96ef2fe982a5
Signed-off-by: Aparna Das <aparnad@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2011757
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Aparna Das
2019-02-04 11:44:03 -08:00
committed by mobile promotions
parent 285b3cc914
commit a66d9cfde5
48 changed files with 83 additions and 83 deletions

View File

@@ -37,8 +37,8 @@
#include <nvgpu/clk_arb.h>
#include "vgpu_linux.h"
#include "vgpu/fecs_trace_vgpu.h"
#include "vgpu/clk_vgpu.h"
#include "common/vgpu/fecs_trace_vgpu.h"
#include "common/vgpu/clk_vgpu.h"
#include "gm20b/hal_gm20b.h"
#include "os/linux/module.h"