]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'drm-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into...
authorDave Airlie <airlied@redhat.com>
Tue, 28 Oct 2014 00:03:34 +0000 (10:03 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 28 Oct 2014 00:03:34 +0000 (10:03 +1000)
commit57677a44c832df57b3f6c7099a904e731749d780
tree8f5917318dfd6590edd94be332ca6a9a834e3431
parent2a72b51f9487fe0d729abb446b51b727c923dbe7
parenta8bf714c7fa23dc7d6eb3157ea50cf48f49e014b
Merge branch 'drm-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-fixes

Three changes for the Armada DRM driver:
1. Add back the flags which tell the DRM core that we can do vblank.  This
   was removed in error during the recent restructuring, and came to light
   while trying textured Xv rendering.

2. Fixing a refcount leak with Xv overlay.

3. As per recent discussion, the drm_vblank_pre_modeset() calls can cause
   deadlock with other changes to generic code.  This change prevents those
   deadlocks by switching to the drm_crtc_vblank_*() calls instead.

* 'drm-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm:
  drm/armada: convert to use vblank_on/off calls
  drm/armada: fix page_flip refcounting leak
  drm/armada: add IRQ support back
drivers/gpu/drm/armada/armada_drv.c