mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 01:50:07 +03:00
This change: * adds new flcn2_acr_desc to hold the ls ucode blob and wpr details * adds nvgpu_mem type struct acr_falcon2_dmem_desc to copy the acr desc struct to sys mem. The addr of this mem location is then passed to ucode for consumption. * changes return type of patch_wpr_info_to_ucode to int as it is required for nvgpu-next and return 0 for legacy implementations. JIRA NVGPU-5736 Change-Id: I2f0ef655602ecdddb022c7330171b81db8cc4ce5 Signed-off-by: smadhavan <smadhavan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2410683 Reviewed-by: automaticguardword <automaticguardword@nvidia.com> Reviewed-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit