mbox series

[0/3] drm: Atomic modesetting doc and comment improvements

Message ID cover.1685696114.git.geert+renesas@glider.be (mailing list archive)
Headers show
Series drm: Atomic modesetting doc and comment improvements | expand

Message

Geert Uytterhoeven June 2, 2023, 9:11 a.m. UTC
Hi all,

This patch series contains various improvements to the documentation and
comments related to atomic modesetting.  Hopefully, it will ease the job
of DRM novice who want to tackle the daunting task of converting a
legacy DRM driver to atomic modesetting.

Thanks for your comments!

Geert Uytterhoeven (3):
  drm/todo: Add atomic modesetting references
  drm: Remove references to removed transitional helpers
  drm: Fix references to drm_plane_helper_check_state()

 Documentation/gpu/todo.rst               |  9 ++++-
 drivers/gpu/drm/drm_plane_helper.c       |  8 ----
 drivers/gpu/drm/rcar-du/rcar_du_plane.c  |  3 +-
 drivers/gpu/drm/tidss/tidss_plane.c      |  3 +-
 include/drm/drm_crtc.h                   |  5 ---
 include/drm/drm_modeset_helper_vtables.h | 48 +++++++++++-------------
 6 files changed, 32 insertions(+), 44 deletions(-)