commit | b76ff5ea1cf6fe648e7ce2b84e636f8a95849a0b | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Wed Oct 28 10:44:04 2015 +0100 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Mon Nov 02 00:16:05 2015 -0800 |
tree | aa98933f03015d9841574bd386f3f650eb407adf | |
parent | 53c1e53571b1552204b2111b9fff5086f091bc9a [diff] |
drm/vmwgfx: Replace iowrite/ioread with volatile memory accesses Now that we use memremap instead of ioremap, Use WRITE_ONCE / READ_ONCE instead of iowrite / ioread. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Sinclair Yeh <syeh@vmware.com>