Skip to content
Commit 9fd99f4f authored by Stefan Agner's avatar Stefan Agner
Browse files

drm/fsl-dcu: enable IRQ before drm_atomic_helper_resume()



The resume helpers wait for a vblank to occurre hence IRQ need
to be enabled. This avoids a warning as follows during resume:
  WARNING: CPU: 0 PID: 314 at drivers/gpu/drm/drm_atomic_helper.c:1249 drm_atomic_helper_wait_for_vblanks.part.1+0x284/0x288
  [CRTC:28:crtc-0] vblank wait timed out

Signed-off-by: default avatarStefan Agner <stefan@agner.ch>
parent 9306e996
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment