From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752018AbcF0M5z (ORCPT ); Mon, 27 Jun 2016 08:57:55 -0400 Received: from 8bytes.org ([81.169.241.247]:35413 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750870AbcF0M5x (ORCPT ); Mon, 27 Jun 2016 08:57:53 -0400 Date: Mon, 27 Jun 2016 14:57:51 +0200 From: Joerg Roedel To: Shunqian Zheng Cc: heiko@sntech.de, robh+dt@kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk, mark.yao@rock-chips.com, airlied@linux.ie, tfiga@google.com, xxm@rock-chips.com, linux-arm-kernel@lists.infradead.org, iommu@lists.linux-foundation.org, devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org Subject: Re: iommu/rockchip: Fix bugs and enable on ARM64 Message-ID: <20160627125751.GN11432@8bytes.org> References: <1466734413-7453-1-git-send-email-zhengsq@rock-chips.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1466734413-7453-1-git-send-email-zhengsq@rock-chips.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 24, 2016 at 10:13:25AM +0800, Shunqian Zheng wrote: > drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 100 +++++++------ > drivers/gpu/drm/rockchip/rockchip_drm_drv.h | 3 + > drivers/gpu/drm/rockchip/rockchip_drm_gem.c | 221 ++++++++++++++++++++++++++-- > drivers/gpu/drm/rockchip/rockchip_drm_gem.h | 9 ++ > drivers/iommu/Kconfig | 2 +- > drivers/iommu/rockchip-iommu.c | 181 +++++++++++++++++------ > 6 files changed, 413 insertions(+), 103 deletions(-) Applied the IOMMU patches, thanks. Joerg