Files
linux-nvgpu/drivers/gpu
Terje Bergstrom f09fa2cf20 gpu: nvgpu: Use sg_alloc_table_for_pages
Use sg_alloc_table_for_pages to create sg_table for buffers
allocated with NO_KERNEL_MAPPING. The old code returned always an
sg_table with one chunk. sg_alloc_table_for_pages returns an
sg_table which describes the actual physical chunks of the buffer.

Bug 1605769

Change-Id: I412c0151d830fa0f53dbbb08ba8cc9ebce6699e3
Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-on: http://git-master/r/723696
2015-04-04 19:02:44 -07:00
..