diff options
author | Jonathan Marek <[email protected]> | 2022-06-13 18:10:19 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2022-06-14 11:54:38 -0700 |
commit | 62b5e322fb6cc5a5a91fdeba0e4e57e75d9f4387 (patch) | |
tree | b962519e5e6d0ce2e97ec9000ec7bc8e8f16f400 /lib/mpi/mpi-sub-ui.c | |
parent | 49e477610087a02c3604061b8f3ee3a25a493987 (diff) |
drm/msm: use for_each_sgtable_sg to iterate over scatterlist
The dma_map_sgtable() call (used to invalidate cache) overwrites sgt->nents
with 1, so msm_iommu_pagetable_map maps only the first physical segment.
To fix this problem use for_each_sgtable_sg(), which uses orig_nents.
Fixes: b145c6e65eb0 ("drm/msm: Add support to create a local pagetable")
Signed-off-by: Jonathan Marek <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions