Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752270AbdHNC1U (ORCPT ); Sun, 13 Aug 2017 22:27:20 -0400 Received: from mga05.intel.com ([192.55.52.43]:41734 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752113AbdHNC1T (ORCPT ); Sun, 13 Aug 2017 22:27:19 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,371,1498546800"; d="scan'208";a="889613798" From: "Ong, Hean Loong" To: "rdunlap@infradead.org" , "dinguyen@kernel.org" , "Vetter, Daniel" , "robh+dt@kernel.org" , "laurent.pinchart@ideasonboard.com" CC: "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "dri-devel@lists.freedesktop.org" , "devicetree@vger.kernel.org" Subject: Re: [PATCHv6 3/3] ARM:drm ivip Intel FPGA Video and Image Processing Suite Thread-Topic: [PATCHv6 3/3] ARM:drm ivip Intel FPGA Video and Image Processing Suite Thread-Index: AQHTEm4ap9ofGqX5ZUKw2vtRqhd8VaJ+v/uAgAPeuYA= Date: Mon, 14 Aug 2017 02:27:15 +0000 Message-ID: <1502677633.2192.0.camel@intel.com> References: <1502434187-6407-1-git-send-email-hean.loong.ong@intel.com> <1502434187-6407-4-git-send-email-hean.loong.ong@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.226.242.95] Content-Type: text/plain; charset="utf-8" Content-ID: <83B7B187613CF242AD94712792FA720E@intel.com> MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by nfs id v7E2RQKE029514 Content-Length: 1501 Lines: 40 On Fri, 2017-08-11 at 08:21 -0700, Randy Dunlap wrote: > On 08/10/2017 11:49 PM, Hean-Loong, Ong wrote: > > > > diff --git a/drivers/gpu/drm/ivip/Kconfig > > b/drivers/gpu/drm/ivip/Kconfig > > new file mode 100644 > > index 0000000..398c9ab > > --- /dev/null > > +++ b/drivers/gpu/drm/ivip/Kconfig > > @@ -0,0 +1,14 @@ > > +config DRM_IVIP > > +        tristate "Intel FGPA Video and Image Processing" > > +        depends on DRM && OF > > +        select DRM_GEM_CMA_HELPER > > +        select DRM_KMS_HELPER > > +        select DRM_KMS_FB_HELPER > > +        select DRM_KMS_CMA_HELPER > > +        help > > +            Choose this option if you have a Intel FPGA Arria 10 > > system >                                               an > > > > > +            and above with an Intel Display Port IP. This does not > > support > > +            legacy Intel FPGA Cyclone V display port. Currently > > only single > > +            frame buffer is supported. Note that ACPI and X_86 > > architecture > > +            is not supported for Arria10.If M is selected the > > module will be >                                     Arria10. If M is > > > > > +            called ivip. > All of the help text should be indented with one tab + 2 spaces > according to coding-style.rst. > > Noted.