mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
2b69b9b264f56bead652163aae27c690eedf528c
For some of the unit tests cpu va for malloc'd buffers was going above 4gb and assert about 4gb is hit. HW supports 40 bit physical address. Hence return 40 bit address instead of 32 bit address. Bug 3862385 Change-Id: Ia8cc71d7e7356f2de8d0a4ba1e17f2a2cef0fe10 Signed-off-by: Sagar Kamble <skamble@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2805596 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-misra <svc-mobile-misra@nvidia.com> Reviewed-by: Alex Waterman <alexw@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
Description
No description provided