diff options
author | 2023-01-20 18:30:59 +0100 | |
---|---|---|
committer | 2023-01-23 15:02:13 +0100 | |
commit | fa904b4cbc60afa042e59a07251f54aa208218ce (patch) | |
tree | c2e6c258b7c4ebf20e4e83604a181de496c49c14 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | dt-bindings: reserved-memory: Support framebuffer reserved memory (diff) | |
download | wireguard-linux-fa904b4cbc60afa042e59a07251f54aa208218ce.tar.xz wireguard-linux-fa904b4cbc60afa042e59a07251f54aa208218ce.zip |
drm/simpledrm: Use struct iosys_map consistently
The majority of the driver already uses struct iosys_map to encapsulate
accesses to I/O remapped vs. system memory. Accesses via the screen base
pointer still use __iomem annotations, which can lead to inconsistencies
and conflicts with subsequent patches.
Convert the screen base to a struct iosys_map as well for consistency
and to avoid these issues.
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230120173103.4002342-5-thierry.reding@gmail.com
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions