[PATCH 1/2] iommu/amd: Check for the right TLP prefix bit

2012-04-19 Thread Joerg Roedel
Unfortunatly the PRI spec changed and moved the TLP-prefix-required bit to a different location. This patch makes the necessary change in the AMD IOMMU driver. Regressions are not expected because all hardware implementing the PRI capability sets this bit to zero anyway. Cc:

Re: [RFC 0/4] Add NVIDIA Tegra DRM support

2012-04-19 Thread Dave Airlie
On Thu, Apr 19, 2012 at 6:35 PM, Thierry Reding thierry.red...@avionic-design.de wrote: Before posting the next round of patches I wanted to clarify whether we need to take the Tegra driver through staging. Lucas brought this up referring to previous experience with Nouveau where Linus used to

Re: [RFC 0/4] Add NVIDIA Tegra DRM support

2012-04-19 Thread Thierry Reding
* Dave Airlie wrote: On Thu, Apr 19, 2012 at 6:35 PM, Thierry Reding thierry.red...@avionic-design.de wrote: Before posting the next round of patches I wanted to clarify whether we need to take the Tegra driver through staging. Lucas brought this up referring to previous experience with

Re: [Linaro-mm-sig] [PATCHv9 10/10] ARM: dma-mapping: add support for IOMMU mapper

2012-04-19 Thread Kyungmin Park
On 4/20/12, Abhinav Kochhar kochhar.abhi...@gmail.com wrote: Hi Marek, dma_addr_t dma_addr is an unused argument passed to the function arm_iommu_mmap_attrs Even though it's not used at here. it's mmap function field at dma_map_ops. To match the type, it's required. struct dma_map_ops

Re: Reparenting a platform device

2012-04-19 Thread Grant Likely
On Sat, 7 Apr 2012 13:35:10 +0200, Thierry Reding thierry.red...@avionic-design.de wrote: * Grant Likely wrote: On Thu, 5 Apr 2012 10:42:58 +0200, Thierry Reding thierry.red...@avionic-design.de wrote: Hi, I have a device tree where I have a GART device and a DRM device which