mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: Move HAL gsp code to hal/gsp folder
Moved GSP HAL code from gv100/gsp_gv100.* to hal/gsp/gsp_gv100.* JIRA NVGPU-2039 Change-Id: Id85d5355dcb2b0831afd177568a9a2ba3faec664 Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2073675 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
005c9858fb
commit
a299b8857f
@@ -29,7 +29,6 @@
|
||||
#include "acr_gv100.h"
|
||||
#include "acr_tu104.h"
|
||||
|
||||
#include "gv100/gsp_gv100.h"
|
||||
#include "tu104/sec2_tu104.h"
|
||||
|
||||
|
||||
@@ -114,7 +113,7 @@ static void nvgpu_tu104_acr_asb_sw_init(struct gk20a *g,
|
||||
acr_asb->bl_dmem_desc_size = (u32)sizeof(struct flcn_bl_dmem_desc_v1);
|
||||
|
||||
acr_asb->acr_flcn = &g->gsp_flcn;
|
||||
acr_asb->acr_flcn_setup_boot_config = gv100_gsp_flcn_setup_boot_config;
|
||||
acr_asb->acr_flcn_setup_boot_config = g->ops.gsp.falcon_setup_boot_config;
|
||||
}
|
||||
|
||||
void nvgpu_tu104_acr_sw_init(struct gk20a *g, struct nvgpu_acr *acr)
|
||||
|
||||
Reference in New Issue
Block a user