[PULL] drm-misc-next
Gustavo Padovan
gustavo at padovan.org
Thu Dec 21 17:04:29 UTC 2017
Hi Dave,
Flushing out drm-misc-next before the holidays. Docs and fbdev work
here. We will skip a pull request next week, back in 2018!
Regards,
Gustavo
drm-misc-next-2017-12-21:
drm-misc-next for 4.16:
Core Changes:
- mostly doc updates and some fbdev improvements
The following changes since commit ca40cfc85e548424e39dc3aebe61873535ddf7b6:
drm/atomic-helper: Make zpos property kerneldoc less misleading (2017-12-14 14:20:35 +0100)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-2017-12-21
for you to fetch changes up to 8d44e9e69aacecd522bb2797eb2febc5c6c46558:
drm/framebuffer: Print task that allocated the fb in debug info. (2017-12-20 15:30:17 +0100)
----------------------------------------------------------------
drm-misc-next for 4.16:
Core Changes:
- mostly doc updates and some fbdev improvements
----------------------------------------------------------------
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
Fabio Estevam (2):
drm/stm: dsi: Remove unnecessary platform_get_resource() error check
drm/stm: ltdc: Remove unnecessary platform_get_resource() error check
Maarten Lankhorst (1):
drm/framebuffer: Print task that allocated the fb in debug info.
Noralf Trønnes (5):
drm/fb-helper: Set/clear dev->fb_helper in dummy init/fini
drm/fb-helper: Add drm_fb_helper_fbdev_setup/teardown()
drm/docs: Add todo entry for drm_fb_helper_fbdev_setup()
drm/fb-helper: Update DOC with new helpers
drm/fb-helper: Add drm_fb_helper_defio_init()
Documentation/gpu/drm-kms-helpers.rst | 36 +++----
Documentation/gpu/drm-kms.rst | 14 ++-
Documentation/gpu/todo.rst | 18 ++++
drivers/gpu/drm/drm_atomic.c | 45 +++++++-
drivers/gpu/drm/drm_edid.c | 5 +
drivers/gpu/drm/drm_fb_helper.c | 191 +++++++++++++++++++++++++++++++---
drivers/gpu/drm/drm_framebuffer.c | 2 +
drivers/gpu/drm/drm_syncobj.c | 45 +++++++-
drivers/gpu/drm/stm/dw_mipi_dsi-stm.c | 5 -
drivers/gpu/drm/stm/ltdc.c | 6 --
include/drm/drm_atomic.h | 32 ++++++
include/drm/drm_fb_helper.h | 38 +++++++
include/drm/drm_framebuffer.h | 6 ++
include/drm/drm_mode_config.h | 9 ++
include/drm/drm_print.h | 2 +-
include/drm/drm_syncobj.h | 34 +++---
16 files changed, 419 insertions(+), 69 deletions(-)
More information about the dri-devel
mailing list