Re: [Intel-gfx] [PATCH 01/14] drm/i915: extract ibx_display_interrupt_update

2013-07-09 Thread Daniel Vetter
On Mon, Jul 08, 2013 at 11:38:15AM -0300, Paulo Zanoni wrote: > 2013/7/4 Daniel Vetter : > > This way all changes to SDEIMR all go through the same function, with > > the exception of the (single-threaded) setup/teardown code. > > > > For paranoia again add an assert_spin_locked. > > > > v2: For ev

Re: [Intel-gfx] [PATCH 01/14] drm/i915: extract ibx_display_interrupt_update

2013-07-08 Thread Paulo Zanoni
2013/7/4 Daniel Vetter : > This way all changes to SDEIMR all go through the same function, with > the exception of the (single-threaded) setup/teardown code. > > For paranoia again add an assert_spin_locked. > > v2: For even more paranoia also sprinkle a spinlock assert over > cpt_can_enable_serr_

[Intel-gfx] [PATCH 01/14] drm/i915: extract ibx_display_interrupt_update

2013-07-04 Thread Daniel Vetter
This way all changes to SDEIMR all go through the same function, with the exception of the (single-threaded) setup/teardown code. For paranoia again add an assert_spin_locked. v2: For even more paranoia also sprinkle a spinlock assert over cpt_can_enable_serr_int since we need to have that one th