]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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:06:42 +0000 (13:06 +0200)
commit1dd003d7fc7f4fbcc91d85d275813c6ffb1eddcb
treee7439937808762f158e6f4bb0c29cf4e52b9ae1e
parenta5bcc852a0a605b8455d2a4fe5d7cca90628bc34
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