drm/tegra: Explicitly set irq_enabled
authorThierry Reding <thierry.reding@avionic-design.de>
Mon, 22 Apr 2013 19:22:14 +0000 (21:22 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Sat, 25 May 2013 10:32:49 +0000 (12:32 +0200)
commit603f0cc9482e5e5996b84d3ffb5578526974809c
tree853097ad3ef72a2fe8d801f26270eb2a51344e44
parent2678aeba5fe1a799788cce2a34003d8fa6ad7153
drm/tegra: Explicitly set irq_enabled

Since the Tegra DRM driver doesn't use the drm_irq_install() helper, the
irq_enabled flag needs to be set manually in order to make functionality
such as the DRM_IOCTL_WAIT_VBLANK work properly.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
drivers/gpu/host1x/drm/drm.c