svn commit: r287174 - head/sys/dev/drm2/i915

Konstantin Belousov kostikbel at gmail.com
Wed Aug 26 21:53:18 UTC 2015


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 ?


More information about the svn-src-all mailing list