From 6e746a97cc7ee2bc5a3adee04dd9c65b3921eee5 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Thu, 9 Aug 2018 12:38:53 -0700 Subject: 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 Reviewed-on: https://git-master.nvidia.com/r/1796147 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gp106/hal_gp106.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c') 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 @@ #include "common/fb/fb_gp10b.h" #include "common/fb/fb_gm20b.h" #include "common/fb/fb_gp106.h" +#include "common/xve/xve_gp106.h" #include "gk20a/gk20a.h" #include "gk20a/fifo_gk20a.h" @@ -76,7 +77,6 @@ #include "gp106/mclk_gp106.h" #include "gp106/bios_gp106.h" #include "gp106/therm_gp106.h" -#include "gp106/xve_gp106.h" #include "gp106/fifo_gp106.h" #include "gp106/clk_gp106.h" #include "gp106/mm_gp106.h" -- cgit v1.2.2