summaryrefslogtreecommitdiffstats
path: root/NVIDIA-REVIEWERS
diff options
context:
space:
mode:
authorDeepak Nibade <dnibade@nvidia.com>2016-08-10 11:09:47 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2016-09-01 12:10:31 -0400
commit6a48f4b3350f933b171edd4fac4a6860e53c2d64 (patch)
tree2bdf546bfff5744f0c236acef02c2aa917e239cc /NVIDIA-REVIEWERS
parentf79639f61858c377cf1f3facfc0ce631f787f0e6 (diff)
gpu: nvgpu: clear vidmem buffers in worker
We clear buffers allocated in vidmem in buffer free path. But to clear buffers, we need to submit CE jobs and this could cause issues/races if free called from critical path Hence solve this by moving buffer clear/free to a worker gk20a_gmmu_free_attr_vid() will now just put mem_desc into a list and schedule a worker And worker thread will traverse the list and clear/free the allocations In struct gk20a_vidmem_buf, mem variable is statically allocated. But since we delay free of mem, convert this variable into a pointer and allocate it dynamically Since we delay free of vidmem memory, it is now possible to face OOM conditions during allocations. Hence while allocating block until we have sufficient memory available with an upper limit of 1S Jira DNVGPU-84 Change-Id: I7925590644afae50b6fc04c6e1e43bbaa1c220fd Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: http://git-master/r/1201346 (cherry picked from commit b4dec4a30de2431369d677acca00e420f8e581a5) Reviewed-on: http://git-master/r/1210950 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'NVIDIA-REVIEWERS')
0 files changed, 0 insertions, 0 deletions