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

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>
9fd99f4f
Name Last commit Last update
Documentation Backmerge tag 'v4.14-rc7' into drm-next
arch Backmerge tag 'v4.14-rc7' into drm-next
block bio_copy_user_iov(): don't ignore ->iov_offset
certs modsign: add markers to endif-statements in certs/Makefile
crypto Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5
drivers drm/fsl-dcu: enable IRQ before drm_atomic_helper_resume()
firmware firmware: Restore support for built-in firmware
fs Merge tag '4.14-smb3-fixes-for-stable' of git://git.samba.org/sfrench/cifs-2.6
include drm/amdkfd: increase limit of signal events to 4096 per process
init kbuild: Fix optimization level choice default
ipc fix a typo in put_compat_shm_info()
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
lib Backmerge tag 'v4.14-rc7' into drm-next
mm Backmerge tag 'v4.14-rc7' into drm-next
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
samples Fix tracing sample code warning.
scripts Backmerge tag 'v4.14-rc7' into drm-next
security Revert "apparmor: add base infastructure for socket mediation"
sound ALSA: hda - fix headset mic problem for Dell machines with alc236
tools Backmerge tag 'v4.14-rc7' into drm-next
usr ramfs: clarify help text that compression applies to ramfs as well as legacy ramdisk.
virt Revert "KVM: Don't accept obviously wrong gsi values via KVM_IRQFD"
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.