drm: mali-dp: Enable Global SE interrupts mask for DP500
authorAlison Wang <alison.wang@nxp.com>
Tue, 24 Apr 2018 02:42:32 +0000 (10:42 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Aug 2018 11:12:28 +0000 (13:12 +0200)
commitfc1241bcd1a916effa3b147a2a27a458f428eb52
treeec38f1b0fd556b07024ed1cf1bcec555269a3ef9
parent9eb1a106268e47b242e90e79b1d89e1b1cab7cca
drm: mali-dp: Enable Global SE interrupts mask for DP500

[ Upstream commit 89610dc2c235e7b02bb9fba0ce247e12d4dde7cd ]

In the situation that DE and SE aren’t shared the same interrupt number,
the Global SE interrupts mask bit MASK_IRQ_EN in MASKIRQ must be set, or
else other mask bits will not work and no SE interrupt will occur. This
patch enables MASK_IRQ_EN for SE to fix this problem.

Signed-off-by: Alison Wang <alison.wang@nxp.com>
Acked-by: Liviu Dudau <liviu.dudau@arm.com>
Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/arm/malidp_hw.c