Re: [Intel-gfx] [PATCH v3 08/22] drm/i915: Zap call to drm_plane_helper_disable.

2015-05-28 Thread Maarten Lankhorst
Op 28-05-15 om 03:37 schreef Matt Roper: > On Wed, May 20, 2015 at 03:38:13PM +0200, Maarten Lankhorst wrote: >> The primary plane can still be configured when crtc is off, >> furthermore this is also a noop now that affected planes are >> added on modesets. >> >> Signed-off-by: Maarten Lankhorst

Re: [Intel-gfx] [PATCH v3 08/22] drm/i915: Zap call to drm_plane_helper_disable.

2015-05-27 Thread Matt Roper
On Wed, May 20, 2015 at 03:38:13PM +0200, Maarten Lankhorst wrote: > The primary plane can still be configured when crtc is off, > furthermore this is also a noop now that affected planes are > added on modesets. > > Signed-off-by: Maarten Lankhorst This was added in patch #2. Can we squash thi

[Intel-gfx] [PATCH v3 08/22] drm/i915: Zap call to drm_plane_helper_disable.

2015-05-20 Thread Maarten Lankhorst
The primary plane can still be configured when crtc is off, furthermore this is also a noop now that affected planes are added on modesets. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/intel_display.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_di