drm/i915: remove !enabled handling from commit primary plane step
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Tue, 9 Sep 2014 14:43:19 +0000 (11:43 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 19 Sep 2014 12:43:07 +0000 (14:43 +0200)
The !crtc->enabled case will now be handled by the !visible code,
since the handling is basically the same.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c

Simple merge