mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 18:16:01 +03:00
The return type of the function pointer *calc_global_ctx_buffer_size() is changed from int to u32 and all its implementations. The arg type of size in *set_big_page_size() is changed from int to u32 and all it implementations. These changes are necessary because size should be an unsigned value. JIRA NVGPU-992 Change-Id: I3e4cd1d83749777aa8588a44a48772e26f190c4d Signed-off-by: Sai Nikhil <snikhil@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1950503 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Adeel Raza <araza@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>