mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 09:57:08 +03:00
When reviewing some VM mapping code I found the name of the function that actually maps the passed buffer to be confusing. It was: nvgpu_vm_map_compression_comptags() This function does actually do the map and work out some comptags related stuff. But I think this would be easier to read in the code as: nvgpu_vm_do_map() As this is much more literally what the function is actually doing. Change-Id: I9a945b198887f5fb23b8be622c8411f97358dbed Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2220339 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>