drm/armada: move writes of LCD_SPU_SRAM_PARA1 under lock
authorRussell King <rmk+kernel@armlinux.org.uk>
Sat, 8 Jul 2017 09:22:15 +0000 (10:22 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Fri, 8 Dec 2017 12:19:53 +0000 (12:19 +0000)
commit214612f9b7ae2395d1b9d1c51d1e994fcd598b2c
tree7f6aacaec97f0ddfdff5de5e28bc898374c7d2a0
parenteaa66279c3dd65cafede289d2485185fb389b050
drm/armada: move writes of LCD_SPU_SRAM_PARA1 under lock

Move writes of LCD_SPU_SRAM_PARA1 under the irq lock, so that we can
add this to the frame updates at interrupt time when disabling a
plane.

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