]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: split intel_cursor_plane_update() into check() and commit()
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Fri, 5 Sep 2014 20:22:31 +0000 (17:22 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 19 Sep 2014 12:43:05 +0000 (14:43 +0200)
commite037c458242f64848de7f3b7096a4e28b9c092c3
tree3d199e96844d3f8c032189dd5dd8e074a7df9341
parent4689eb747ae79be03e57251df21721f9e422908a
drm/i915: split intel_cursor_plane_update() into check() and commit()

Due to the upcoming atomic modesetting feature we need to separate
some update functions into a check step that can fail and a commit
step that should, ideally, never fail.

The commit part can still fail, but that should be solved in another
upcoming patch.

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