]> git.baikalelectronics.ru Git - kernel.git/commit
drm/armada: move the update of dplane->ctrl0 out of spinlock
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 15 Jul 2015 17:11:25 +0000 (18:11 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 1 Oct 2015 13:33:27 +0000 (14:33 +0100)
commit0425884e20768bb260261fc074cbc7e7f893ffb9
tree6eb7273b30914a12b6d13621b174a6cf6c755f23
parentfcb2e9fb5d63f80a577abdcaa0c3d6eb13a07fdf
drm/armada: move the update of dplane->ctrl0 out of spinlock

It is not necessary to write dplane->ctrl0 under the CRTC spinlock, as
this is only accessed under process context where the DRM locks will
protect us instead.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/gpu/drm/armada/armada_overlay.c