From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2C6C8C433E1 for ; Wed, 15 Jul 2020 09:17:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0DF642053B for ; Wed, 15 Jul 2020 09:17:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730596AbgGOJRa (ORCPT ); Wed, 15 Jul 2020 05:17:30 -0400 Received: from 8bytes.org ([81.169.241.247]:57566 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729592AbgGOJR3 (ORCPT ); Wed, 15 Jul 2020 05:17:29 -0400 Received: by theia.8bytes.org (Postfix, from userid 1000) id 5C98829A; Wed, 15 Jul 2020 11:17:27 +0200 (CEST) Date: Wed, 15 Jul 2020 11:17:20 +0200 From: Joerg Roedel To: "Alex Xu (Hello71)" Cc: Joerg Roedel , Andy Gross , Lu Baolu , Bjorn Andersson , Daniel Drake , David Woodhouse , Gerald Schaefer , Christoph Hellwig , Heiko Stuebner , Jean-Philippe Brucker , jonathan.derrick@intel.com, Jonathan Hunter , Kukjin Kim , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-s390@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-tegra@vger.kernel.org, Matthias Brugger , Marek Szyprowski , David Rientjes , Rob Clark , Robin Murphy , Thierry Reding , virtualization@lists.linux-foundation.org, Will Deacon Subject: Re: AMD IOMMU + SME + amdgpu regression Message-ID: <20200715091720.GV27672@8bytes.org> References: <1591915710.rakbpzst8h.none.ref@localhost> <1591915710.rakbpzst8h.none@localhost> <20200622100257.GD31822@suse.de> <1592839701.mxvvths2x9.none@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1592839701.mxvvths2x9.none@localhost> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 22, 2020 at 11:30:04AM -0400, Alex Xu (Hello71) wrote: > Yes, it works with SME off with dbed452a078 ("dma-pool: decouple > DMA_REMAP from DMA_COHERENT_POOL") applied. Okay, I can reproduce the problem on my Ryzen System, and the boot log shows various warnings/bugs from the amdgpu driver. I think this should be looked at by the AMDGPU folks first, as I didn't really got far looking into the GPU drivers code. Regards, Joerg