diff options
author | Thomas Zimmermann <tzimmermann@suse.de> | 2023-04-17 14:56:33 +0200 |
---|---|---|
committer | Thomas Zimmermann <tzimmermann@suse.de> | 2023-04-20 10:03:25 +0200 |
commit | 91254a4d2e01b8a91c6f0929b77e5fff676a0751 (patch) | |
tree | fab935af45c2f88ead7f5353d8fbb9561afa1cea /arch | |
parent | c91acda3a380bcaf41b67c8fbab668ef8ddf91c3 (diff) | |
download | linux-stable-91254a4d2e01b8a91c6f0929b77e5fff676a0751.tar.gz linux-stable-91254a4d2e01b8a91c6f0929b77e5fff676a0751.tar.bz2 linux-stable-91254a4d2e01b8a91c6f0929b77e5fff676a0751.zip |
fbdev: Prepare generic architecture helpers
Generic implementations of fb_pgprotect() and fb_is_primary_device()
have been in the source code for a long time. Prepare the header file
to make use of them.
Improve the code by using an inline function for fb_pgprotect()
and by removing include statements. The default mode set by
fb_pgprotect() is now writecombine, which is what most platforms
want.
Symbols are protected by preprocessor guards. Architectures that
provide a symbol need to define a preprocessor token of the same
name and value. Otherwise the header file will provide a generic
implementation. This pattern has been taken from <asm/io.h>.
v3:
* include the correct header files
v2:
* use writecombine mappings by default (Arnd)
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Helge Deller <deller@gmx.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20230417125651.25126-2-tzimmermann@suse.de
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions