Files
android_kernel_xiaomi_sm8450/include/drm
Gerd Hoffmann 5c5373b51b drm: switch drm_fb_xrgb8888_to_rgb888_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_rgb888_dstclip() accept a __iomem
dst pointer and use memcpy_toio() instead of memcpy().  The helper
function (drm_fb_xrgb8888_to_rgb888_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-4-kraxel@redhat.com
2019-04-10 21:11:12 +02:00
..
2019-02-11 10:35:35 +01:00
2017-03-24 09:36:06 +01:00
2019-03-25 09:33:42 +01:00
2019-01-02 11:37:56 +02:00
2018-05-03 21:26:32 +02:00
2017-06-01 08:02:14 +02:00
2019-02-21 12:13:42 +01:00
2018-10-04 11:03:34 +10:00
2019-01-21 10:30:12 +01:00