mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
NVDEC falcon base address was being set without invoking hal api. Remove FALCON_NVDEC_BASE. This patch defines gpu_ops.fb.falcon_base_addr hal api to get this base address. Currently gp106 and tu104 have these implemented. gv100 uses the gp106 hal interface. Also, don't initialize the base for non-supported falcons. JIRA NVGPU-1587 Change-Id: I0be759b8462ede9b85690a70431480afdee9602c Signed-off-by: Sagar Kamble <skamble@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1969427 Reviewed-by: svc-misra-checker <svc-misra-checker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>