1. 22 2月, 2013 1 次提交
    • T
      drm/tegra: Implement VBLANK support · 6e5ff998
      Thierry Reding 提交于
      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: NThierry Reding <thierry.reding@avionic-design.de>
      6e5ff998
  2. 20 11月, 2012 1 次提交