summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hal_gp106.c
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2018-08-09 15:38:53 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-08-10 01:28:32 -0400
commit6e746a97cc7ee2bc5a3adee04dd9c65b3921eee5 (patch)
tree71b9fe0f38f604a4cf21e8b163d221b8a1064a2f /drivers/gpu/nvgpu/gp106/hal_gp106.c
parent6b26d233499f9d447f06e8e72c72ed6728762e37 (diff)
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>
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 2cb43327..07846337 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -31,6 +31,7 @@
31#include "common/fb/fb_gp10b.h" 31#include "common/fb/fb_gp10b.h"
32#include "common/fb/fb_gm20b.h" 32#include "common/fb/fb_gm20b.h"
33#include "common/fb/fb_gp106.h" 33#include "common/fb/fb_gp106.h"
34#include "common/xve/xve_gp106.h"
34 35
35#include "gk20a/gk20a.h" 36#include "gk20a/gk20a.h"
36#include "gk20a/fifo_gk20a.h" 37#include "gk20a/fifo_gk20a.h"
@@ -76,7 +77,6 @@
76#include "gp106/mclk_gp106.h" 77#include "gp106/mclk_gp106.h"
77#include "gp106/bios_gp106.h" 78#include "gp106/bios_gp106.h"
78#include "gp106/therm_gp106.h" 79#include "gp106/therm_gp106.h"
79#include "gp106/xve_gp106.h"
80#include "gp106/fifo_gp106.h" 80#include "gp106/fifo_gp106.h"
81#include "gp106/clk_gp106.h" 81#include "gp106/clk_gp106.h"
82#include "gp106/mm_gp106.h" 82#include "gp106/mm_gp106.h"