diff options
author | Thomas Zimmermann <tzimmermann@suse.de> | 2022-08-08 14:53:54 +0200 |
---|---|---|
committer | Thomas Zimmermann <tzimmermann@suse.de> | 2022-08-10 09:15:51 +0200 |
commit | 71bf55872cbe035820a87b2aa5fc1dc60678abfa (patch) | |
tree | 18858343f1b1354951b59f236f91ebfdafed1087 /kernel/pid_namespace.c | |
parent | 116d902fa9ff1f559b66bafad0f0cad90df95d21 (diff) | |
download | linux-71bf55872cbe035820a87b2aa5fc1dc60678abfa.tar.bz2 |
drm/format-helper: Provide drm_fb_blit()
Provide drm_fb_blit() that works with struct iosys_map. Update all
users of drm_fb_blit_toio(), which required a destination buffer in
I/O memory.
This patch only updates the function's interface. The implementation
still relies on the destination buffer to be located in I/O memory.
See the follow-up patches for implementational changes. The new
function's interface works with multi-plane color formats, but again
implementation only supports a single plane for now.
v2:
* rebase onto refactored simpledrm
* use IOSYS_MAP_INIT_VADDR() (Sam)
* update the commit message on the use of I/O memory (Sam)
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220808125406.20752-3-tzimmermann@suse.de
Diffstat (limited to 'kernel/pid_namespace.c')
0 files changed, 0 insertions, 0 deletions