Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: display: tegra: Allow dma-coherent on Tegra194 and later

Tegra194 and later chips have a coherency fabric, so some devices can be
marked as DMA coherent to avoid unnecessary cache maintenance.

Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>

+11
+11
Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.yaml
··· 182 182 compatible: 183 183 contains: 184 184 enum: 185 + - nvidia,tegra194-host1x 186 + then: 187 + properties: 188 + dma-coherent: true 189 + - if: 190 + properties: 191 + compatible: 192 + contains: 193 + enum: 185 194 - nvidia,tegra234-host1x 186 195 then: 187 196 properties: ··· 234 225 description: Specification of stream IDs available for memory context device 235 226 use. Should be a mapping of IDs 0..n to IOMMU entries corresponding to 236 227 usable stream IDs. 228 + 229 + dma-coherent: true 237 230 238 231 required: 239 232 - reg-names