]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4ab0ac45d384700f70eb4007eae349957c99013b
treeb8cdd065ccceee92ad0b1bd39aa3143af6f47e69
parent2a3ae4c36f3ba716fee917bfc748e0bc6f5c2b2c
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