]> www.infradead.org Git - users/jedix/linux-maple.git/commit
powerpc/pseries/iommu: Rename "direct window" to "dma window"
authorLeonardo Bras <leobras.c@gmail.com>
Tue, 17 Aug 2021 06:39:29 +0000 (03:39 -0300)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 26 Aug 2021 14:56:55 +0000 (00:56 +1000)
commit57dbbe590f152e5e8a3ff8bf5ba163df34eeae0b
tree932efbbcb2adb46d02d3f073cc7b6d0c9e16ee75
parent381ceda88c4c4c8345cad1cffa6328892f15dca6
powerpc/pseries/iommu: Rename "direct window" to "dma window"

A previous change introduced the usage of DDW as a bigger indirect DMA
mapping when the DDW available size does not map the whole partition.

As most of the code that manipulates direct mappings was reused for
indirect mappings, it's necessary to rename all names and debug/info
messages to reflect that it can be used for both kinds of mapping.

This should cause no behavioural change, just adjust naming.

Signed-off-by: Leonardo Bras <leobras.c@gmail.com>
Reviewed-by: Frederic Barrat <fbarrat@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210817063929.38701-12-leobras.c@gmail.com
arch/powerpc/platforms/pseries/iommu.c