From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH 21/22] drm/tegra: Don't use IOMMU on Tegra20 Date: Tue, 30 May 2017 11:21:09 +0200 Message-ID: <20170530092109.GA2818@8bytes.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Dmitry Osipenko Cc: Thierry Reding , Mikko Perttunen , linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, DRI Development , Erik Faye-Lund List-Id: linux-tegra@vger.kernel.org On Tue, May 23, 2017 at 03:16:32AM +0300, Dmitry Osipenko wrote: > There is no IOMMU on Tegra20, instead a GART would be picked as an IOMMU > provider. > > Signed-off-by: Dmitry Osipenko > --- > drivers/gpu/drm/tegra/drm.c | 5 ++++- > drivers/gpu/host1x/dev.c | 5 ++++- > 2 files changed, 8 insertions(+), 2 deletions(-) Not sure what the context here is or if the patches need to merged with the rest of the patch-set, so: Acked-by: Joerg Roedel