From: Thierry Reding Date: Wed, 28 Nov 2012 10:45:47 +0000 (+0100) Subject: drm/tegra: Implement VBLANK support X-Git-Tag: v3.9-rc1~83^2~3^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e5ff998997ba7dc5ca10b6662e95a9d07f764c4;p=pandora-kernel.git 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 --- Reading git-diff-tree failed