commit | 9184ae8db3d563438519cab295c2c9698255ca87 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Fri Jan 25 10:28:20 2019 +0000 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Fri May 17 12:16:32 2019 +0100 |
tree | 3fb3fa9c318346b00409c60ccb906717af1bd0c8 | |
parent | ad52f53ff4e3167425b4b2195a23b9d2d0d243c6 [diff] |
drm/armada: add plane size/location accessors Add accessors for getting the register values for the plane from the plane state. This will allow us to generate the values when validating the plane rather than when programming, which allows us to fix the interlace handling without adding lots of additional handling in the update functions. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>