Den 04.04.2019 17.24, skrev Gerd Hoffmann:
Also rename to drm_fb_memcpy(). Pure code motion, no functional change.
Signed-off-by: Gerd Hoffmann kraxel@redhat.com
include/drm/drm_fb_helper.h | 3 +++ include/drm/tinydrm/tinydrm-helpers.h | 2 -- drivers/gpu/drm/drm_fb_helper.c | 25 +++++++++++++++++++
drm_fb_helper.c is for fbdev code so not a good place for this code, and it's MIT licensed as well. Daniel have in two rounds suggested a new drm_framebuffer_helper.c or drm_format_helper.c as possible destinations for these functions.
Noralf.