Hi Dave,
Please pull a bunch of omapdrm fixes for 3.15.
Tomi
The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux.git tags/omapdrm-fixes-3.15
for you to fetch changes up to f2d022aa421ca903a30f63b04528064b7eceaf5e:
drm/omap: fix the handling of fb ref counts (2014-04-15 16:40:01 +0300)
---------------------------------------------------------------- Fixes for omapdrm, some of which were already present in 3.14, and some which appeared in 3.15-rc1:
- fixes for primary-plane handling which caused crashes - fix all kinds of uninit issues which prevented from unloading the omapdrm module. - fixes for HDMI enable/disable issues
---------------------------------------------------------------- Archit Taneja (4): drm/omap: gem sync: wait on correct events drm/omap: Fix crash when using LCD3 overlay manager drm/omap: Use old_fb to synchronize between successive page flips drm/omap: protect omap_crtc's event with event_lock spinlock
Grazvydas Ignotas (1): drm/omap: fix plane rotation
Subhajit Paul (1): drm/omap: Fix memory leak in omap_gem_op_async
Tomi Valkeinen (11): drm/omap: fix output enable/disable sequence drm/omap: fix uninit order in pdev_remove() drm/omap: fix DMM driver (un)registration drm/omap: fix race issue when unloading omapdrm drm/omap: fix missing disable for unused encoder drm/omap: fix enabling/disabling of video pipeline drm/omap: fix missing unref to fb's buf object drm/omap: print warning when rotating non-TILER fb drm/omap: remove extra plane->destroy from crtc destroy drm/omap: remove warn from debugfs drm/omap: fix the handling of fb ref counts
drivers/gpu/drm/omapdrm/omap_crtc.c | 100 +++++++++++++++++++++++++---------- drivers/gpu/drm/omapdrm/omap_drv.c | 32 +++++++++-- drivers/gpu/drm/omapdrm/omap_drv.h | 1 + drivers/gpu/drm/omapdrm/omap_fb.c | 14 +++++ drivers/gpu/drm/omapdrm/omap_fbdev.c | 3 ++ drivers/gpu/drm/omapdrm/omap_gem.c | 9 ++-- drivers/gpu/drm/omapdrm/omap_plane.c | 16 ++++-- 7 files changed, 133 insertions(+), 42 deletions(-)
dri-devel@lists.freedesktop.org