drm: move tinydrm format conversion helpers to new drm_format_helper.c
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 5 Apr 2019 09:52:15 +0000 (11:52 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 8 Apr 2019 04:59:26 +0000 (06:59 +0200)
commit7415287e1f3675996a4a6919fe500c30d30951f6
tree5dc4b1d1632b89835e6109ed44246c3bf13742f0
parent91b350a605136c4c007df928779f81b58146a4f9
drm: move tinydrm format conversion helpers to new drm_format_helper.c

Also rename them from tinydrm_* to drm_fb_*
Pure code motion, no functional change.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Noralf Trønnes <noralf@tronnes.org>
Link: http://patchwork.freedesktop.org/patch/msgid/20190405095219.9231-2-kraxel@redhat.com
drivers/gpu/drm/Makefile
drivers/gpu/drm/drm_format_helper.c [new file with mode: 0644]
drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c
drivers/gpu/drm/tinydrm/mipi-dbi.c
drivers/gpu/drm/tinydrm/repaper.c
drivers/gpu/drm/tinydrm/st7586.c
include/drm/drm_format_helper.h [new file with mode: 0644]
include/drm/tinydrm/tinydrm-helpers.h