git: drm/linux: Fix io_mapping() functions
Francois Tigeot
ftigeot at crater.dragonflybsd.org
Sun Dec 15 14:36:02 PST 2019
commit a79eea4c286c13a0712f592fd6310f19ed1c7dd0
Author: François Tigeot <ftigeot at wolfpond.org>
Date: Sun Dec 15 23:13:04 2019 +0100
drm/linux: Fix io_mapping() functions
These functions were mostly stubs and did not properly set memory
cache attributes causing some operations like framebuffer access
to be excessively slow.
Use ioremap() variants internally to fix that.
Spotted-by: peeter, dillon
Summary of changes:
sys/dev/drm/include/linux/io-mapping.h | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a79eea4c286c13a0712f592fd6310f19ed1c7dd0
--
DragonFly BSD source repository
More information about the Commits
mailing list