Re: [Intel-gfx] [PATCH 3/3] drm/i915: remove the vblank_wait hack from HSW+

2014-02-12 Thread Paulo Zanoni
2014-02-12 16:06 GMT-02:00 Ville Syrjälä : > On Wed, Feb 12, 2014 at 03:02:13PM -0200, Paulo Zanoni wrote: >> 2014-02-12 9:26 GMT-02:00 Ville Syrjälä : >> > On Wed, Feb 12, 2014 at 01:13:17PM +0200, Ville Syrjälä wrote: >> >> On Thu, Dec 19, 2013 at 07:12:31PM -0200, Paulo Zanoni wrote: >> >> > Fro

Re: [Intel-gfx] [PATCH 3/3] drm/i915: remove the vblank_wait hack from HSW+

2014-02-12 Thread Ville Syrjälä
On Wed, Feb 12, 2014 at 03:02:13PM -0200, Paulo Zanoni wrote: > 2014-02-12 9:26 GMT-02:00 Ville Syrjälä : > > On Wed, Feb 12, 2014 at 01:13:17PM +0200, Ville Syrjälä wrote: > >> On Thu, Dec 19, 2013 at 07:12:31PM -0200, Paulo Zanoni wrote: > >> > From: Paulo Zanoni > >> > > >> > When I forked hasw

Re: [Intel-gfx] [PATCH 3/3] drm/i915: remove the vblank_wait hack from HSW+

2014-02-12 Thread Paulo Zanoni
2014-02-12 9:26 GMT-02:00 Ville Syrjälä : > On Wed, Feb 12, 2014 at 01:13:17PM +0200, Ville Syrjälä wrote: >> On Thu, Dec 19, 2013 at 07:12:31PM -0200, Paulo Zanoni wrote: >> > From: Paulo Zanoni >> > >> > When I forked haswell_crtc_enable I copied all the code from >> > ironlake_crtc_enable. The

Re: [Intel-gfx] [PATCH 3/3] drm/i915: remove the vblank_wait hack from HSW+

2014-02-12 Thread Ville Syrjälä
On Wed, Feb 12, 2014 at 01:13:17PM +0200, Ville Syrjälä wrote: > On Thu, Dec 19, 2013 at 07:12:31PM -0200, Paulo Zanoni wrote: > > From: Paulo Zanoni > > > > When I forked haswell_crtc_enable I copied all the code from > > ironlake_crtc_enable. The last piece of the function contains a big > > co

Re: [Intel-gfx] [PATCH 3/3] drm/i915: remove the vblank_wait hack from HSW+

2014-02-12 Thread Ville Syrjälä
On Thu, Dec 19, 2013 at 07:12:31PM -0200, Paulo Zanoni wrote: > From: Paulo Zanoni > > When I forked haswell_crtc_enable I copied all the code from > ironlake_crtc_enable. The last piece of the function contains a big > comment with a call to intel_wait_for_vblank. After this fork, we > rearrange

Re: [Intel-gfx] [PATCH 3/3] drm/i915: remove the vblank_wait hack from HSW+

2014-01-15 Thread Jesse Barnes
On Thu, 19 Dec 2013 19:12:31 -0200 Paulo Zanoni wrote: > From: Paulo Zanoni > > When I forked haswell_crtc_enable I copied all the code from > ironlake_crtc_enable. The last piece of the function contains a big > comment with a call to intel_wait_for_vblank. After this fork, we > rearranged the

Re: [Intel-gfx] [PATCH 3/3] drm/i915: remove the vblank_wait hack from HSW+

2014-01-02 Thread Paulo Zanoni
2013/12/20 Lee, Chon Ming : > On 12/20 12:32, Paulo Zanoni wrote: >> 2013/12/19 Daniel Vetter : >> > On Thu, Dec 19, 2013 at 10:12 PM, Paulo Zanoni wrote: >> >> From: Paulo Zanoni >> >> >> >> When I forked haswell_crtc_enable I copied all the code from >> >> ironlake_crtc_enable. The last piece o

Re: [Intel-gfx] [PATCH 3/3] drm/i915: remove the vblank_wait hack from HSW+

2013-12-20 Thread Lee, Chon Ming
On 12/20 12:32, Paulo Zanoni wrote: > 2013/12/19 Daniel Vetter : > > On Thu, Dec 19, 2013 at 10:12 PM, Paulo Zanoni wrote: > >> From: Paulo Zanoni > >> > >> When I forked haswell_crtc_enable I copied all the code from > >> ironlake_crtc_enable. The last piece of the function contains a big > >> c

Re: [Intel-gfx] [PATCH 3/3] drm/i915: remove the vblank_wait hack from HSW+

2013-12-20 Thread Paulo Zanoni
2013/12/19 Daniel Vetter : > On Thu, Dec 19, 2013 at 10:12 PM, Paulo Zanoni wrote: >> From: Paulo Zanoni >> >> When I forked haswell_crtc_enable I copied all the code from >> ironlake_crtc_enable. The last piece of the function contains a big >> comment with a call to intel_wait_for_vblank. After

Re: [Intel-gfx] [PATCH 3/3] drm/i915: remove the vblank_wait hack from HSW+

2013-12-19 Thread Daniel Vetter
On Thu, Dec 19, 2013 at 10:12 PM, Paulo Zanoni wrote: > From: Paulo Zanoni > > When I forked haswell_crtc_enable I copied all the code from > ironlake_crtc_enable. The last piece of the function contains a big > comment with a call to intel_wait_for_vblank. After this fork, we > rearranged the Ha

[Intel-gfx] [PATCH 3/3] drm/i915: remove the vblank_wait hack from HSW+

2013-12-19 Thread Paulo Zanoni
From: Paulo Zanoni When I forked haswell_crtc_enable I copied all the code from ironlake_crtc_enable. The last piece of the function contains a big comment with a call to intel_wait_for_vblank. After this fork, we rearranged the Haswell code so that it enables the planes as the very last step of