Hi all, Originally I wanted to include the atomic helper split-up here, but once more I failed to get that done. So just a few patches to clean up accumlated kernel-doc warnings, plus some real docs for the new best practices for handling driver private objects. That was motivated by a recent discussion.
Cheers, Daniel Daniel Vetter (5): drm/edid: kerneldoc for is_hdmi2_sink drm/print: Unconfuse kerneldoc drm/syncobj: some kerneldoc polish drm/atomic: document how to handle driver private objects drm/doc: Move legacy kms helpers to the very end Documentation/gpu/drm-kms-helpers.rst | 36 ++++++++++++++-------------- Documentation/gpu/drm-kms.rst | 14 +++++++---- drivers/gpu/drm/drm_atomic.c | 45 ++++++++++++++++++++++++++++++++--- drivers/gpu/drm/drm_edid.c | 5 ++++ drivers/gpu/drm/drm_syncobj.c | 45 +++++++++++++++++++++++++++++++---- include/drm/drm_atomic.h | 32 +++++++++++++++++++++++++ include/drm/drm_mode_config.h | 9 +++++++ include/drm/drm_print.h | 2 +- include/drm/drm_syncobj.h | 32 +++++++++++++++---------- 9 files changed, 177 insertions(+), 43 deletions(-) -- 2.15.1 _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel