svn commit: r287176 - head/sys/dev/drm2/i915
Baptiste Daroussin
bapt at FreeBSD.org
Wed Aug 26 22:09:13 UTC 2015
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
More information about the svn-src-all
mailing list