gpu: nvgpu: move fifo_gk20a.[ch] to hal/fifo

Move fifo_gk20a struct to fifo.h
Move fifo_gk20a.[ch] to hal/fifo

Add missing includes for fifo subunits.

JIRA NVGPU-2012

Change-Id: I8bf5402bd5a9f8ff9f6a818cee553b57e117f3bc
Signed-off-by: Seema Khowala <seemaj@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2109012
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Seema Khowala
2019-04-26 14:57:54 -07:00
committed by mobile promotions
parent 39070c653f
commit 170d7464d6
34 changed files with 160 additions and 14 deletions

View File

@@ -23,6 +23,7 @@
#include <nvgpu/channel.h>
#include <nvgpu/gr/ctx.h>
#include <nvgpu/engines.h>
#include <nvgpu/runlist.h>
#include <nvgpu/profile.h>
void __gk20a_fifo_profile_free(struct nvgpu_ref *ref);