[PATCH 1/8] drm: mali-dp: Set the drm->irq_enabled flag to match driver's state.

2016-10-11 Thread liviu.du...@arm.com
On Tue, Oct 11, 2016 at 03:26:02PM +0100, Brian Starkey wrote: > From: Liviu Dudau > > 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

[PATCH 1/8] drm: mali-dp: Set the drm->irq_enabled flag to match driver's state.

2016-10-11 Thread Brian Starkey
From: Liviu Dudau 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 --- Hi, This series is a bunch of small driver-internal f