commit | d6a48965db3d5f9b524ebfdd8c1fe3a4175d8e35 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Fri Dec 08 12:16:22 2017 +0000 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Fri Dec 08 12:16:22 2017 +0000 |
tree | 2fabddafcb0e2193dbd1880aa270d877b2993404 | |
parent | 9c898c495490b129bd4445630e3c6641e8389fc8 [diff] |
drm/armada: improve efficiency of armada_drm_plane_calc_addrs() Lookup the drm_format_info structure once when computing all the framebuffer plane addresses by using drm_format_info(), rather than repetitive lookups via drm_format_plane_cpp(). Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>