From owner-svn-src-all@freebsd.org Wed Aug 26 22:07:34 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4B8D9C3979; Wed, 26 Aug 2015 22:07:34 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 424E71E6; Wed, 26 Aug 2015 22:07:34 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wicne3 with SMTP id ne3so57573392wic.0; Wed, 26 Aug 2015 15:07:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=jC47RIqujXg52zFZk2oSGHah10U6OhlpiIrrp4uRw3M=; b=szw8OJvw1QOeVGWM4/56EchkFEVaQnNFGhWaeIsOveA0qOsQ2ng3lK/KVanApu/4vd o3FtbtUmXDusn+NP4WeqjjWpRbeOlBtcY421kTjAsWBQF8/lTxIUtXd0xvRcle1hl0gj mkbvE7KW6LZMR5WHbwJ2IYJs11qhs87AbEn9pbEN5A2X9kDdi7KOD6n1rCjIC6er/KIT GV40Dc9rc/ugndR6PmYHZ8qHWhOTbIDXwfS1y9o96XtQLOi30k15k+NyALgSw5bwtESd WVLG8iDyJXmDDolUMdfvsXkIwXawbdHvoJlOF4PxDr+E7O/vjf4l0JsSeH5IRF16CSjz 5PpQ== X-Received: by 10.180.231.40 with SMTP id td8mr6878416wic.9.1440626852762; Wed, 26 Aug 2015 15:07:32 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id bi6sm83737wjc.25.2015.08.26.15.07.31 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 26 Aug 2015 15:07:32 -0700 (PDT) Sender: Baptiste Daroussin Date: Thu, 27 Aug 2015 00:07:30 +0200 From: Baptiste Daroussin To: Konstantin Belousov Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r287174 - head/sys/dev/drm2/i915 Message-ID: <20150826220730.GQ93486@ivaldir.etoilebsd.net> References: <201508262135.t7QLZGs7067675@repo.freebsd.org> <20150826215311.GF2072@kib.kiev.ua> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HAv5+T9jbwMPl6Kw" Content-Disposition: inline In-Reply-To: <20150826215311.GF2072@kib.kiev.ua> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Aug 2015 22:07:34 -0000 --HAv5+T9jbwMPl6Kw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Aug 27, 2015 at 12:53:11AM +0300, Konstantin Belousov wrote: > On Wed, Aug 26, 2015 at 09:35:16PM +0000, Baptiste Daroussin wrote: > > -static bool > > +static inline bool > > i915_gem_object_is_inactive(struct drm_i915_gem_object *obj) > > { > > - > > - return !obj->active; > > + return obj->gtt_space && !obj->active; > Why is this correct ? Sorry this change is a mistake and was not supposed to be added with reduction of the diff. I'm backing it out for now. Best regards, Bapt --HAv5+T9jbwMPl6Kw Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlXeOKIACgkQ8kTtMUmk6EzubQCfeMVF/gp0pTkZ5ATzL2eG9xB0 rAcAnREEOG+ArTIHyrvKrljveChbxmpm =V7hl -----END PGP SIGNATURE----- --HAv5+T9jbwMPl6Kw--