drm/tilcdc: replace spin_lock_irqsave by spin_lock in hard IRQ
authorTian Tao <tiantao6@hisilicon.com>
Mon, 8 Feb 2021 02:32:56 +0000 (10:32 +0800)
committerJyri Sarha <jyri.sarha@iki.fi>
Thu, 18 Feb 2021 16:04:11 +0000 (18:04 +0200)
commit1b4f3a9846f9e37b71427321cf50ce2e44af330f
treeb6063469d90b9e84807a204f3c48b9a94c066040
parentf0297cc0fd2bded129ccc1e00528d06362b6075d
drm/tilcdc: replace spin_lock_irqsave by spin_lock in hard IRQ

The code has been in a irq-disabled context since it is hard IRQ. There
is no necessity to do it again.

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Reviewed-by: Jyri Sarha <jyri.sarha@iki.fi>
Tested-by: Jyri Sarha <jyri.sarha@iki.fi>
Signed-off-by: Jyri Sarha <jyri.sarha@iki.fi>
Link: https://patchwork.freedesktop.org/patch/msgid/1612751576-42512-1-git-send-email-tiantao6@hisilicon.com
drivers/gpu/drm/tilcdc/tilcdc_crtc.c