Re: [Intel-gfx] [PATCH] drm/i915: properly reenable gen8 pipe IRQs

2014-10-24 Thread Jani Nikula
On Wed, 08 Oct 2014, Paulo Zanoni wrote: > From: Paulo Zanoni > > We were missing the pipe B/C vblank bits! Take a look at > gen8_de_irq_postinstall for a comparison. > > This should fix a bunch of IGT tests. > > There are a few more things we could improve on this code, but this > should be the

Re: [Intel-gfx] [PATCH] drm/i915: properly reenable gen8 pipe IRQs

2014-10-08 Thread Paulo Zanoni
2014-10-08 5:25 GMT-03:00 Jani Nikula : > On Wed, 08 Oct 2014, Paulo Zanoni wrote: >> From: Paulo Zanoni >> >> We were missing the pipe B/C vblank bits! Take a look at >> gen8_de_irq_postinstall for a comparison. >> >> This should fix a bunch of IGT tests. >> >> There are a few more things we cou

Re: [Intel-gfx] [PATCH] drm/i915: properly reenable gen8 pipe IRQs

2014-10-08 Thread Jani Nikula
On Wed, 08 Oct 2014, Paulo Zanoni wrote: > From: Paulo Zanoni > > We were missing the pipe B/C vblank bits! Take a look at > gen8_de_irq_postinstall for a comparison. > > This should fix a bunch of IGT tests. > > There are a few more things we could improve on this code, but this > should be the

[Intel-gfx] [PATCH] drm/i915: properly reenable gen8 pipe IRQs

2014-10-07 Thread Paulo Zanoni
From: Paulo Zanoni We were missing the pipe B/C vblank bits! Take a look at gen8_de_irq_postinstall for a comparison. This should fix a bunch of IGT tests. There are a few more things we could improve on this code, but this should be the minimal fix to unblock us. v2: s/extra_iir/extra_ier/ be