Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel:
drm/i915: Remove a bad BUG_ON in the fence management code.

-3
-3
drivers/gpu/drm/i915/i915_gem.c
··· 2260 2260 goto try_again; 2261 2261 } 2262 2262 2263 - BUG_ON(old_obj_priv->active || 2264 - (reg->obj->write_domain & I915_GEM_GPU_DOMAINS)); 2265 - 2266 2263 /* 2267 2264 * Zap this virtual mapping so we can set up a fence again 2268 2265 * for this object next time we need it.