commit | 6b626c77be5ecf34534a45bb2012f6ed0565a0a7 | [log] [tgz] |
---|---|---|
author | Lars Svensson <lars1.svensson@sonymobile.com> | Wed Oct 07 09:20:14 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Oct 13 10:52:31 2015 -0700 |
tree | 38aed64c4c53ad761748c11d963932c96599e727 | |
parent | 4b6dc179dcf8e6fa023fb38a0b4fc456b90186f5 [diff] |
staging: fbtft: access screen buffer directly In fbtft-bus.c:fbtft_write_vmem16_bus9(), ioread8() is used for accessing the provided screen array. Since screen_buffer actually points to an ordinary buffer, instead access it directly. Signed-off-by: Lars Svensson <lars1.svensson@sonymobile.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>