mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: Clarify comment in allocator code
One of the flags that is defined for allocators has not yet been imlpemented. This clarifies the comment and explains why the flag has been defined even though it is not yet implemented. Bug 1799159 Change-Id: I1e84439d63ca391941cee8e5362ffd9cc959744b Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: http://git-master/r/1201371 (cherry picked from commit 8e6566b173f17d9c169a9fa0f6104f4bbf608dc1) Reviewed-on: http://git-master/r/1208477 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
9e43258438
commit
e8a159defd
@@ -107,6 +107,10 @@ struct gk20a_allocator {
|
||||
* setting this flag will tell the allocator to manage pools of 4K pages
|
||||
* inside internally allocated large pages.
|
||||
*
|
||||
* Currently this flag is ignored since the only usage of the page allocator
|
||||
* uses a 4K block size already. However, this flag has been reserved since
|
||||
* it will be necessary in the future.
|
||||
*
|
||||
* GPU_ALLOC_FORCE_CONTIG
|
||||
*
|
||||
* Force allocations to be contiguous. Currently only relevant for page
|
||||
|
||||
Reference in New Issue
Block a user