OSDN Git Service

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)
commit94f598f176600a857817e010f266cdc30efa585b
treeb8cdd065ccceee92ad0b1bd39aa3143af6f47e69
parent2363d8c97f87738dba7af7d2103f4f26b3bf5916
drm/i915: remove !enabled handling from commit primary plane step

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