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 ?
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to