Changes: - Improve drm_gem_fb_create_with_dirty() docs (Daniel) - Remove unnecessary clearing of damage clips - Rebase on Sam's drmP.h series - Remove fb NULL check in mipi_dbi_enable_flush() (kbuild test robot) - Update todo.rst (Sam) Maxime has done a backmerge so the damage helper is now in drm-misc-next. Noralf. Noralf Trønnes (5): drm/gem-fb-helper: Add drm_gem_fb_create_with_dirty() drm/damage-helper: Add drm_atomic_helper_damage_merged() drm/tinydrm: Use struct drm_rect drm/tinydrm: Use damage helper for dirtyfb drm/todo: Tick off some tinydrm entries Documentation/gpu/todo.rst | 35 ----- drivers/gpu/drm/drm_damage_helper.c | 41 ++++++ drivers/gpu/drm/drm_gem_framebuffer_helper.c | 50 ++++++- drivers/gpu/drm/tinydrm/core/tinydrm-core.c | 21 +-- .../gpu/drm/tinydrm/core/tinydrm-helpers.c | 100 +------------ drivers/gpu/drm/tinydrm/core/tinydrm-pipe.c | 30 ---- drivers/gpu/drm/tinydrm/hx8357d.c | 2 +- drivers/gpu/drm/tinydrm/ili9225.c | 138 +++++++----------- drivers/gpu/drm/tinydrm/ili9341.c | 2 +- drivers/gpu/drm/tinydrm/mi0283qt.c | 2 +- drivers/gpu/drm/tinydrm/mipi-dbi.c | 89 ++++++----- drivers/gpu/drm/tinydrm/repaper.c | 42 +++--- drivers/gpu/drm/tinydrm/st7586.c | 73 ++++----- drivers/gpu/drm/tinydrm/st7735r.c | 2 +- include/drm/drm_damage_helper.h | 3 + include/drm/drm_gem_framebuffer_helper.h | 3 + include/drm/tinydrm/mipi-dbi.h | 5 +- include/drm/tinydrm/tinydrm-helpers.h | 20 +-- include/drm/tinydrm/tinydrm.h | 26 ---- 19 files changed, 282 insertions(+), 402 deletions(-) -- 2.20.1 _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel