Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2015 00:07:30 +0200
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        Konstantin Belousov <kostikbel@gmail.com>
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>
In-Reply-To: <20150826215311.GF2072@kib.kiev.ua>
References:  <201508262135.t7QLZGs7067675@repo.freebsd.org> <20150826215311.GF2072@kib.kiev.ua>

next in thread | previous in thread | raw e-mail | index | archive | help

--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150826220730.GQ93486>