android_kernel_motorola_sm6225/drivers/gpu/drm/tegra
Thierry Reding 6e5ff99899 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>
2013-02-22 08:21:23 +01:00
..
dc.c drm/tegra: Implement VBLANK support 2013-02-22 08:21:23 +01:00
dc.h drm/tegra: Add plane support 2013-02-22 08:21:12 +01:00
drm.c drm/tegra: Implement VBLANK support 2013-02-22 08:21:23 +01:00
drm.h drm/tegra: Implement VBLANK support 2013-02-22 08:21:23 +01:00
fb.c drm/tegra: don't set up initial fbcon config twice 2013-02-14 00:07:53 +01:00
hdmi.c drm: tegra: remove redundant tegra2_tmds_config entry 2012-12-30 14:01:33 +10:00
hdmi.h drm: tegra: Add HDMI support 2012-11-20 15:43:53 +10:00
host1x.c drm: tegra: don't leave clients host1x member uninitialized 2012-12-30 14:01:32 +10:00
Kconfig
Makefile drm: tegra: Add HDMI support 2012-11-20 15:43:53 +10:00
output.c drm: tegra: Add HDMI support 2012-11-20 15:43:53 +10:00
rgb.c