commit | 6e5ff998997ba7dc5ca10b6662e95a9d07f764c4 | [log] [tgz] |
---|---|---|
author | Thierry Reding <thierry.reding@avionic-design.de> | Wed Nov 28 11:45:47 2012 +0100 |
committer | Thierry Reding <thierry.reding@avionic-design.de> | Fri Feb 22 08:21:23 2013 +0100 |
tree | e816da159f67fe32c93e824b2efd6f77c0a0aa47 | |
parent | 23fb47404e6118eb53fb34c95ed98a3f4f822a76 [diff] |
drm/tegra: Implement VBLANK support Implement support for the VBLANK IOCTL. Note that Tegra is somewhat special in this case because it doesn't use the generic IRQ support provided by the DRM core (DRIVER_HAVE_IRQ) but rather registers one interrupt handler for each display controller. While at it, clean up the way that interrupts are enabled to ensure that the VBLANK interrupt only gets enabled when required. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>