[PATCH 1/2] drm/atomic: Add a way to call remove_fb atomically, v2.

2016-05-09 Thread Maarten Lankhorst
Use this in drm_framebuffer_remove, this is to remove the fb in an atomic way. i915 doesn't export DRIVER_ATOMIC yet by default but is atomic, so add a function pointer to allow drivers to use the atomic framebuffer remove. Changes since v1: - Move the atomic framebuffer removal function from hel

[PATCH 1/2] drm/atomic: Add a way to call remove_fb atomically, v2.

2016-05-09 Thread Maarten Lankhorst
Use this in drm_framebuffer_remove, this is to remove the fb in an atomic way. i915 doesn't export DRIVER_ATOMIC yet by default but is atomic, so add a function pointer to allow drivers to use the atomic framebuffer remove. Changes since v1: - Move the atomic framebuffer removal function from hel