mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
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:
committed by
mobile promotions
parent
6b26d23349
commit
6e746a97cc
@@ -34,7 +34,8 @@ nvgpu-y += common/bus/bus_gk20a.o \
|
||||
common/fb/fb_gp10b.o \
|
||||
common/fb/fb_gp106.o \
|
||||
common/fb/fb_gv11b.o \
|
||||
common/fb/fb_gv100.o
|
||||
common/fb/fb_gv100.o \
|
||||
common/xve/xve_gp106.o
|
||||
|
||||
# Linux specific parts of nvgpu.
|
||||
nvgpu-y += \
|
||||
@@ -327,9 +328,7 @@ nvgpu-y += \
|
||||
clk/clk.o \
|
||||
gp106/clk_gp106.o \
|
||||
gp106/clk_arb_gp106.o \
|
||||
gp106/xve_gp106.o \
|
||||
gp106/therm_gp106.o \
|
||||
gp106/xve_gp106.o \
|
||||
pmgr/pwrdev.o \
|
||||
pmgr/pmgr.o \
|
||||
pmgr/pmgrpmu.o \
|
||||
|
||||
@@ -42,6 +42,7 @@ srcs := common/mm/nvgpu_allocator.c \
|
||||
common/fb/fb_gp106.c \
|
||||
common/fb/fb_gv100.c \
|
||||
common/fb/fb_gv11b.c \
|
||||
common/xve/xve_gp106.c \
|
||||
common/enabled.c \
|
||||
common/pramin.c \
|
||||
common/semaphore.c \
|
||||
@@ -201,7 +202,6 @@ srcs := common/mm/nvgpu_allocator.c \
|
||||
gp106/fuse_gp106.c \
|
||||
gp106/clk_gp106.c \
|
||||
gp106/clk_arb_gp106.c \
|
||||
gp106/xve_gp106.c \
|
||||
gp106/therm_gp106.c \
|
||||
gv100/mm_gv100.c \
|
||||
gv100/gr_ctx_gv100.c \
|
||||
|
||||
@@ -22,12 +22,13 @@
|
||||
|
||||
#include "gk20a/gk20a.h"
|
||||
#include "gp106/bios_gp106.h"
|
||||
#include "gp106/xve_gp106.h"
|
||||
|
||||
#include <nvgpu/bug.h>
|
||||
#include <nvgpu/xve.h>
|
||||
#include <nvgpu/io.h>
|
||||
|
||||
#include "xve_gp106.h"
|
||||
|
||||
#include <nvgpu/hw/gp106/hw_xp_gp106.h>
|
||||
#include <nvgpu/hw/gp106/hw_xve_gp106.h>
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user