Re: [Intel-gfx] [PATCH 1/5] drm/i915: Bail out early on gen6_signal if no semaphores

2014-05-15 Thread Ville Syrjälä
On Thu, May 15, 2014 at 08:58:07PM +0300, Mika Kuoppala wrote: > If we dont have semaphores enabled, we allocate 4 > dwords for signalling. But end up emitting more regardless. > > Fix this by bailing out early if semaphores are not enabled. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi

[Intel-gfx] [PATCH 1/5] drm/i915: Bail out early on gen6_signal if no semaphores

2014-05-15 Thread Mika Kuoppala
If we dont have semaphores enabled, we allocate 4 dwords for signalling. But end up emitting more regardless. Fix this by bailing out early if semaphores are not enabled. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=78274 Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=78283 Sign