]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit403d16184d024320f1c7fbabf5189eead6775ca3
tree5dc4b1d1632b89835e6109ed44246c3bf13742f0
parentf3ccaf7212fc7506ea55b93bf7e5354f90e54831
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