commit | 94f598f176600a857817e010f266cdc30efa585b | [log] [tgz] |
---|---|---|
author | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Tue Sep 09 11:43:19 2014 -0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Sep 19 14:43:07 2014 +0200 |
tree | b8cdd065ccceee92ad0b1bd39aa3143af6f47e69 | |
parent | 2363d8c97f87738dba7af7d2103f4f26b3bf5916 [diff] |
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>