Re: [Intel-gfx] [PATCH 1/4] drm/i915: Don't try to enable cursor from setplane when crtc is disabled

2014-08-14 Thread Jani Nikula
On Tue, 12 Aug 2014, Paulo Zanoni wrote: > 2014-08-12 13:39 GMT-03:00 : >> From: Ville Syrjälä >> >> Make sure the cursor gets fully clipped when enabling it on a disabled >> crtc via setplane. This will prevent the lower level code from >> attempting to enable the cursor in hardware. > > If thi

Re: [Intel-gfx] [PATCH 1/4] drm/i915: Don't try to enable cursor from setplane when crtc is disabled

2014-08-12 Thread Paulo Zanoni
2014-08-12 13:39 GMT-03:00 : > From: Ville Syrjälä > > Make sure the cursor gets fully clipped when enabling it on a disabled > crtc via setplane. This will prevent the lower level code from > attempting to enable the cursor in hardware. If this is going to replace part of the fix I recently sub

[Intel-gfx] [PATCH 1/4] drm/i915: Don't try to enable cursor from setplane when crtc is disabled

2014-08-12 Thread ville . syrjala
From: Ville Syrjälä Make sure the cursor gets fully clipped when enabling it on a disabled crtc via setplane. This will prevent the lower level code from attempting to enable the cursor in hardware. Cc: Paulo Zanoni Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_display.c | 4 ++-