Boris Brezillon 814bde99ee drm/connector: Make ->atomic_commit() optional
Not all writeback connector implementations might want to commit things
from the connector driver. Some, like the malidp driver, commit things
from their main commit_tail() function, and would rather not have to
implement a dummy hook for drm_connector_helper_funcs.atomic_commit().

Make this function optional and reflect this fact in the doc.

Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Acked-by: Liviu Dudau <liviu.dudau@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180703075022.15138-4-boris.brezillon@bootlin.com
2018-07-07 07:52:18 +02:00
..
2018-06-06 08:16:33 -07:00
2017-03-24 09:36:06 +01:00
2018-05-03 21:26:32 +02:00
2018-07-02 18:45:55 +03:00
2018-05-03 21:26:32 +02:00
2017-06-01 08:02:14 +02:00
2018-07-02 18:45:55 +03:00
2014-03-17 20:11:57 +01:00