[Intel-gfx] [PATCH 2/7] drm/i915: Don't enable cursors or sprites for fbdev

2013-05-24 Thread Ville Syrjälä
On Fri, May 24, 2013 at 11:20:21AM +0200, Daniel Vetter wrote: > On Wed, May 08, 2013 at 12:55:17PM +0300, ville.syrjala at linux.intel.com > wrote: > > From: Ville Syrj?l? > > > > Check if the CRTC framebuffer matches the fbdev helper's framebuffer, > > and if it does, doen't enable cursors/spr

[Intel-gfx] [PATCH 2/7] drm/i915: Don't enable cursors or sprites for fbdev

2013-05-24 Thread Daniel Vetter
On Wed, May 08, 2013 at 12:55:17PM +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrj?l? > > Check if the CRTC framebuffer matches the fbdev helper's framebuffer, > and if it does, doen't enable cursors/sprites. > > Signed-off-by: Ville Syrj?l? This one here had conflicts. But

Re: [Intel-gfx] [PATCH 2/7] drm/i915: Don't enable cursors or sprites for fbdev

2013-05-24 Thread Ville Syrjälä
On Fri, May 24, 2013 at 11:20:21AM +0200, Daniel Vetter wrote: > On Wed, May 08, 2013 at 12:55:17PM +0300, ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > Check if the CRTC framebuffer matches the fbdev helper's framebuffer, > > and if it does, doen't enable cursors/sprites.

Re: [Intel-gfx] [PATCH 2/7] drm/i915: Don't enable cursors or sprites for fbdev

2013-05-24 Thread Daniel Vetter
On Wed, May 08, 2013 at 12:55:17PM +0300, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Check if the CRTC framebuffer matches the fbdev helper's framebuffer, > and if it does, doen't enable cursors/sprites. > > Signed-off-by: Ville Syrjälä This one here had conflicts. But it a

[PATCH 2/7] drm/i915: Don't enable cursors or sprites for fbdev

2013-05-08 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? Check if the CRTC framebuffer matches the fbdev helper's framebuffer, and if it does, doen't enable cursors/sprites. Signed-off-by: Ville Syrj?l? --- drivers/gpu/drm/i915/intel_display.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/gpu/drm/i9

[PATCH 2/7] drm/i915: Don't enable cursors or sprites for fbdev

2013-05-08 Thread ville . syrjala
From: Ville Syrjälä Check if the CRTC framebuffer matches the fbdev helper's framebuffer, and if it does, doen't enable cursors/sprites. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_display.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/gpu/drm/i9