mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
gpu: nvgpu: CONFIG_NVGPU_NON_FUSA cleanup for ga10b acr
some part of ga10b acr blob creation code under CONFIG_NVGPU_NON_FUSA check which fails to create blob correctly for ga10b safety build. Bug 3456240 Change-Id: If246e2142daa8dac28ac9ce35f4562119a3b30aa Signed-off-by: mkumbar <mkumbar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2645647 (cherry picked from commit 4c52b59820804ed630836fbef9cf3e7e1a18a013) Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2642679 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-misra <svc-mobile-misra@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> Reviewed-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: Shashank Singh <shashsingh@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
61c6aeec41
commit
2431b832e7
@@ -88,16 +88,16 @@ struct flcn_ucode_img {
|
||||
struct lsf_ucode_desc *lsf_desc;
|
||||
bool is_next_core_img;
|
||||
struct lsf_ucode_desc_wrapper *lsf_desc_wrapper;
|
||||
#ifdef CONFIG_NVGPU_LS_PMU
|
||||
struct falcon_next_core_ucode_desc *ndesc;
|
||||
#endif
|
||||
};
|
||||
|
||||
struct lsfm_managed_ucode_img {
|
||||
struct lsfm_managed_ucode_img *next;
|
||||
struct lsf_wpr_header wpr_header;
|
||||
struct lsf_lsb_header lsb_header;
|
||||
#if defined(CONFIG_NVGPU_NON_FUSA)
|
||||
struct lsf_lsb_header_v2 lsb_header_v2;
|
||||
#endif
|
||||
struct flcn_bl_dmem_desc bl_gen_desc;
|
||||
u32 bl_gen_desc_size;
|
||||
u32 full_ucode_size;
|
||||
|
||||
Reference in New Issue
Block a user