aboutsummaryrefslogtreecommitdiff
path: root/scripts/bpf_helpers_doc.py
diff options
context:
space:
mode:
authorGerd Hoffmann <[email protected]>2019-04-10 08:38:14 +0200
committerGerd Hoffmann <[email protected]>2019-04-10 21:11:11 +0200
commitd653bd394823772f0696c0642be94d78d5562e41 (patch)
treeb123521ceb1b9e3bdbeecb3c0038f327918e44b2 /scripts/bpf_helpers_doc.py
parentbf4f6d16c89466bbbe2f9c959a5ae366856f3111 (diff)
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 <[email protected]> Reviewed-by: Noralf Trønnes <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions