From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933089AbaLDTaQ (ORCPT ); Thu, 4 Dec 2014 14:30:16 -0500 Received: from mail-vc0-f179.google.com ([209.85.220.179]:43585 "EHLO mail-vc0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932921AbaLDTaM convert rfc822-to-8bit (ORCPT ); Thu, 4 Dec 2014 14:30:12 -0500 MIME-Version: 1.0 In-Reply-To: <2556534.qktPW9tbxy@diego> References: <1417511600-7054-1-git-send-email-mark.yao@rock-chips.com> <2556534.qktPW9tbxy@diego> From: Daniel Kurtz Date: Thu, 4 Dec 2014 11:29:51 -0800 X-Google-Sender-Auth: nuBlOE2lHUluZbxCVyz3YLDj9SY Message-ID: Subject: Re: [PATCH v15 0/3] Add drm driver for Rockchip Socs To: =?UTF-8?Q?Heiko_St=C3=BCbner?= Cc: Mark Yao , Mark Rutland , linux-doc@vger.kernel.org, Kever Yang , dri-devel , "linux-kernel@vger.kernel.org" , linux-api@vger.kernel.org, David Airlie , Boris BREZILLON , simon xue , "open list:ARM/Rockchip SoC..." , Grant Likely , Tao Huang , "open list:OPEN FIRMWARE AND..." , Pawel Moll , Ian Campbell , Dominik Behr , =?UTF-8?B?6Zer5a2d5Yab?= , Eddie Cai , Rob Herring , John Stultz , =?UTF-8?Q?St=C3=A9phane_Marchesin?= , Rom Lemarchand , xw@rock-chips.com, Greg Kroah-Hartman , Randy Dunlap , Douglas Anderson , Rob Clark , Daniel Vetter , Kumar Gala , Olof Johansson Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 2, 2014 at 1:31 AM, Heiko Stübner wrote: > Hi Mark, > > Am Dienstag, 2. Dezember 2014, 17:13:20 schrieb Mark Yao: >> This a series of patches is a DRM Driver for Rockchip Socs, add support >> for vop devices. Future patches will add additional encoders/connectors, >> such as eDP, HDMI. >> >> The basic "crtc" for rockchip is a "VOP" - Video Output Processor. >> the vop devices found on Rockchip rk3288 Soc, rk3288 soc have two similar >> Vop devices. Vop devices support iommu mapping, we use dma-mapping API with >> ARM_DMA_USE_IOMMU. > > [...] > >> Changes in v15: >> - remove depends on ARM_DMA_USE_IOMMU & IOMMU_API which cause >> recursive dependency problem I thought the recommended solution for this was to fix OMAP3 to not select ARM_DMA_USE_IOMMU and OMAP_IOMMU, not to drop the 'depends on' in drm/rockchip? >> - fix compile problems when build as a module. > > maybe you could also already create a new pull request for this version [like > the last one based on the iommu branch], so that we save time and Dave can > pull it in easily for testing if he likes. > > > Heiko > > _______________________________________________ > Linux-rockchip mailing list > Linux-rockchip@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-rockchip