drm: mali-dp: Set the drm->irq_enabled flag to match driver's state.
authorLiviu Dudau <Liviu.Dudau@arm.com>
Fri, 29 Jul 2016 13:21:29 +0000 (14:21 +0100)
committerLiviu Dudau <Liviu.Dudau@arm.com>
Wed, 2 Nov 2016 23:04:59 +0000 (23:04 +0000)
commita6a7b9a207d46c6a32ecd1ed3ddd877640f90df4
treed11141a7302ffd88b54daff8435f5d3cf481fc8c
parentaad389634066e35be0114edca6d26efda6ab884d
drm: mali-dp: Set the drm->irq_enabled flag to match driver's state.

Mali DP driver does not use drm_irq_{un,}install() function so the
drm->irq_enabled flag does not get set automatically.
drm_wait_vblank() checks the value of the flag among other functions.

Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
drivers/gpu/drm/arm/malidp_drv.c