gpu: nvgpu: Move xve HAL to common

Move implementation of xve HAL to common/xve.

JIRA NVGPU-959

Change-Id: I27dba43253e3aa8fd11229a9c4fad97aa5cf0b59
Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1796147
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Terje Bergstrom
2018-08-09 12:38:53 -07:00
committed by mobile promotions
parent 6b26d23349
commit 6e746a97cc
6 changed files with 7 additions and 7 deletions

View File

@@ -32,6 +32,7 @@
#include "common/fb/fb_gp10b.h"
#include "common/fb/fb_gv11b.h"
#include "common/fb/fb_gv100.h"
#include "common/xve/xve_gp106.h"
#include "gk20a/gk20a.h"
#include "gk20a/fifo_gk20a.h"
@@ -59,7 +60,6 @@
#include "gp106/sec2_gp106.h"
#include "gp106/bios_gp106.h"
#include "gp106/therm_gp106.h"
#include "gp106/xve_gp106.h"
#include "gp106/clk_gp106.h"
#include "gp106/flcn_gp106.h"