Author: bapt
Date: Wed Aug 26 22:09:12 2015
New Revision: 287176
URL: https://svnweb.freebsd.org/changeset/base/287176

Log:
  Back out a change which should not have been committed yet

Modified:
  head/sys/dev/drm2/i915/i915_gem.c

Modified: head/sys/dev/drm2/i915/i915_gem.c
==============================================================================
--- head/sys/dev/drm2/i915/i915_gem.c   Wed Aug 26 22:00:40 2015        
(r287175)
+++ head/sys/dev/drm2/i915/i915_gem.c   Wed Aug 26 22:09:12 2015        
(r287176)
@@ -206,7 +206,7 @@ int i915_mutex_lock_interruptible(struct
 static inline bool
 i915_gem_object_is_inactive(struct drm_i915_gem_object *obj)
 {
-       return obj->gtt_space && !obj->active;
+       return !obj->active;
 }
 
 int
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to