commit | 890ca8df5a75b3bfdab86bec03aa60cff90a573e | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Sat Jul 08 10:22:27 2017 +0100 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Fri Dec 08 12:20:52 2017 +0000 |
tree | afd596d9c68b845ba5ddc8e7523dbf32542fdc53 | |
parent | d924155dae5c59fc69be98392306970510768d0b [diff] |
drm/armada: disable planes at next blanking period Disable planes at the next blanking period rather than immediately. In order to achieve this, we need to delay the clearing of dcrtc->plane until after the next blanking period, so move that into a separate work function. To avoid races, we also need to move its assignment in the overlay code. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>