[Intel-gfx] [PATCH 2/6] drm/i915: Always enable the cursor right after the primary plane

2013-05-08 Thread ville . syrjala
From: Ville Syrjälä Follow the same sequence when enabling the cursor plane during modeset. No point in doing this stuff in different order on different generations. This should also avoid a needless wait for vblank for the g4x cursor workaround when the cursor gets enabled anyway. Signed-off-b

Re: [Intel-gfx] [PATCH 2/6] drm/i915: Always enable the cursor right after the primary plane

2013-05-21 Thread Egbert Eich
On Wed, May 08, 2013 at 12:50:24PM +0300, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Follow the same sequence when enabling the cursor plane during > modeset. No point in doing this stuff in different order on different > generations. > > This should also avoid a needless wai

Re: [Intel-gfx] [PATCH 2/6] drm/i915: Always enable the cursor right after the primary plane

2013-05-22 Thread Ville Syrjälä
On Tue, May 21, 2013 at 05:17:27PM +0200, Egbert Eich wrote: > On Wed, May 08, 2013 at 12:50:24PM +0300, ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > Follow the same sequence when enabling the cursor plane during > > modeset. No point in doing this stuff in different order

Re: [Intel-gfx] [PATCH 2/6] drm/i915: Always enable the cursor right after the primary plane

2013-05-23 Thread Egbert Eich
On Wed, May 22, 2013 at 02:15:28PM +0300, Ville Syrjälä wrote: > > I couldn't reproduce the original problem on my g4x :( Ville, just go ahead with your patch. I will test this as soon as I have access to a system where I know I can reproduce this. I'll get back to you then. > > > Therefore: >

Re: [Intel-gfx] [PATCH 2/6] drm/i915: Always enable the cursor right after the primary plane

2013-06-06 Thread Egbert Eich
On Tue, May 21, 2013 at 05:17:27PM +0200, Egbert Eich wrote: > On Wed, May 08, 2013 at 12:50:24PM +0300, ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > Follow the same sequence when enabling the cursor plane during > > modeset. No point in doing this stuff in different order

Re: [Intel-gfx] [PATCH 2/6] drm/i915: Always enable the cursor right after the primary plane

2013-06-06 Thread Ville Syrjälä
On Thu, Jun 06, 2013 at 06:30:52PM +0200, Egbert Eich wrote: > On Tue, May 21, 2013 at 05:17:27PM +0200, Egbert Eich wrote: > > On Wed, May 08, 2013 at 12:50:24PM +0300, ville.syrj...@linux.intel.com > > wrote: > > > From: Ville Syrjälä > > > > > > Follow the same sequence when enabling the curs