summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2019-05-15 17:45:23 +0200
committerThomas Hellstrom <thellstrom@vmware.com>2019-05-21 10:23:09 +0200
commit8dc39cfca32c9a4e6deddaa0e76bd47d56f1876b (patch)
treee342423dd9ed3fbdb2536326779de59af12123f9 /drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
parente41c20cf50a8a7d0dfa337a7530590aacef4193b (diff)
drm/vmwgfx: Use the dma scatter-gather iterator to get dma addresses
Use struct sg_dma_page_iter in favour struct of sg_page_iter, which fairly recently was declared useless for obtaining dma addresses. With a struct sg_dma_page_iter we can't call sg_page_iter_page() so when the page is needed, use the same page lookup mechanism as for the non-sg dma modes instead of calling sg_dma_page_iter. Note, the fixes tag doesn't really point to a commit introducing a failure / regression, but rather to a commit that implemented a simple workaround for this problem. Cc: Jason Gunthorpe <jgg@mellanox.com> Fixes: d901b2760dc6 ("lib/scatterlist: Provide a DMA page iterator") Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c')
0 files changed, 0 insertions, 0 deletions