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

Baptiste Daroussin bapt at FreeBSD.org
Wed Aug 26 22:07:34 UTC 2015


On Thu, Aug 27, 2015 at 12:53:11AM +0300, Konstantin Belousov wrote:
> 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 ?

Sorry this change is a mistake and was not supposed to be added with reduction
of the diff.

I'm backing it out for now.

Best regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20150827/c87d64b3/attachment.bin>


More information about the svn-src-all mailing list