From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhao Yakui Subject: Re: [PATCH 0/5] drm/i915: Add the support of dual BSD rings on BDW GT3 Date: Fri, 11 Apr 2014 08:56:28 +0800 Message-ID: <1397177788.2039.192.camel@genxdev-ykzhao.sh.intel.com> References: <1397008796-3595-1-git-send-email-yakui.zhao@intel.com> <20140409144558.GE9262@phenom.ffwll.local> <1397100526.2039.137.camel@genxdev-ykzhao.sh.intel.com> <20140410065825.GI9262@phenom.ffwll.local> <1397118514.2039.176.camel@genxdev-ykzhao.sh.intel.com> <20140410090451.GS9262@phenom.ffwll.local> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTP id CCF306ECAE for ; Thu, 10 Apr 2014 17:58:19 -0700 (PDT) In-Reply-To: <20140410090451.GS9262@phenom.ffwll.local> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: Daniel Vetter Cc: "intel-gfx@lists.freedesktop.org" List-Id: intel-gfx@lists.freedesktop.org On Thu, 2014-04-10 at 03:04 -0600, Daniel Vetter wrote: > On Thu, Apr 10, 2014 at 04:28:34PM +0800, Zhao Yakui wrote: > > BTW: Does it need to check all the flags defined in i915_drm.h or the > > exported flag returned by i915_get_parameter? > > I don't have i915_get_parameter anywhere in my sources, so no idea what > you mean ... Sorry that the function should be i915_getparam. It is called by the I915_GETPARAM ioctl to query the flag supported by the driver. Thanks. Yakui > -Daniel