Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2015 00:53:11 +0300
From:      Konstantin Belousov <kostikbel@gmail.com>
To:        Baptiste Daroussin <bapt@FreeBSD.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r287174 - head/sys/dev/drm2/i915
Message-ID:  <20150826215311.GF2072@kib.kiev.ua>
In-Reply-To: <201508262135.t7QLZGs7067675@repo.freebsd.org>
References:  <201508262135.t7QLZGs7067675@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 ?



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