linux/drivers/gpu/drm/cirrus
Gerd Hoffmann d653bd3948 drm: switch drm_fb_xrgb8888_to_rgb565_dstclip to accept __iomem dst
Not all archs have the __io_virt() macro, so cirrus can't simply convert
pointers that way.  The drm format helpers have to use memcpy_toio()
instead.

This patch makes drm_fb_xrgb8888_to_rgb565_dstclip() accept a __iomem
dst pointer and use memcpy_toio() instead of memcpy().  The helper
function (drm_fb_xrgb8888_to_rgb565_line) has been changed to process
a single scanline.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Noralf Trønnes <noralf@tronnes.org>
Link: http://patchwork.freedesktop.org/patch/msgid/20190410063815.17062-3-kraxel@redhat.com
2019-04-10 21:11:11 +02:00
..
cirrus.c drm: switch drm_fb_xrgb8888_to_rgb565_dstclip to accept __iomem dst 2019-04-10 21:11:11 +02:00
Kconfig drm/cirrus: rewrite and modernize driver. 2019-04-08 06:59:27 +02:00
Makefile drm/cirrus: rewrite and modernize driver. 2019-04-08 06:59:27 +02:00