drm/plane: Make ->atomic_update() mandatory
authorThierry Reding <treding@nvidia.com>
Tue, 25 Nov 2014 12:05:12 +0000 (13:05 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 27 Jan 2015 09:14:41 +0000 (10:14 +0100)
commit3cad4b6887cd3d2b4e7f2c0ad6cb557b8eda4084
tree63b0434320da9b28f808be52f8922afd93c05092
parent2cb207e413a9ace502edbce51c604e2088b0acb2
drm/plane: Make ->atomic_update() mandatory

There is no use-case where it would be useful for drivers not to
implement this function and the transitional plane helpers already
require drivers to provide an implementation.

v2: add new requirement to kerneldoc

Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/drm_atomic_helper.c
include/drm/drm_plane_helper.h