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

2014-10-24 Thread Paulo Zanoni
2014-10-07 16:58 GMT-03:00 Ville Syrjälä : > On Tue, Oct 07, 2014 at 04:11:10PM -0300, 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

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

2014-10-07 Thread Ville Syrjälä
On Tue, Oct 07, 2014 at 04:11:10PM -0300, 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, bu

[Intel-gfx] [PATCH 1/2] 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. Bugzilla:https://bugs.freedes