From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Subject: [GIT PULL] omapdrm fixes for 3.15 Date: Wed, 16 Apr 2014 11:50:37 +0300 Message-ID: <534E445D.3010702@ti.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1907438154==" Return-path: Received: from devils.ext.ti.com (devils.ext.ti.com [198.47.26.153]) by gabe.freedesktop.org (Postfix) with ESMTP id CBF8B6EA2B for ; Wed, 16 Apr 2014 01:50:43 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: Dave Airlie Cc: dri-devel List-Id: dri-devel@lists.freedesktop.org --===============1907438154== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VCsstSEQgqExUQlsiLHI8rrBf2r2H8qQs" --VCsstSEQgqExUQlsiLHI8rrBf2r2H8qQs Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Dave, Please pull a bunch of omapdrm fixes for 3.15. Tomi The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6= c5: 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/omap= drm-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 w= hich appeared in 3.15-rc1: - fixes for primary-plane handling which caused crashes - fix all kinds of uninit issues which prevented from unloading the omapd= rm 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(-) --VCsstSEQgqExUQlsiLHI8rrBf2r2H8qQs Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (GNU/Linux) iQIbBAEBAgAGBQJTTkRdAAoJEPo9qoy8lh71fdEP+IpOLCttxTdbjmpf+Ly/xn8l 56VR3Nmg/9dZKVVOGPLyoeT6QfNUdgiKG6PAZthV1olLNF/QyxesvX+t1A4t43d0 hX9/KzhiQBzg3vRyruuuQvOAupl2vx3RS3ON/BX9EgeeH1KpKRut6ft+fCi+6m5/ RWqRKX1Yk5TbcCQuIhw06gR6K560PmurMi/5zop18QtJOimkONjuVQ1GjqUndd01 T4CcDsyOEJYpqV7YpN00Ia4QGa3Fh4Yq7PoLamT5mslbHKSJXuHfukgLGK0Us3tq 0boK33kr9aSuDlxQzGBz2+Z8wD5+w6Rh5QgrujVdLB5mKduEJ7Iqv7e4dvjivDnr A9aM5ka7ymUFWdJ3PIH9//KuMFGBrenvNtHwGNMZdYu1OzVbGK2Owe3VudaEoVIb LAfRPD8RGwJai1ii/E91ZsXa3xpiaWjBrb4m5yaLVI3TmHo4SJf8JoksPstmJaNA bRL1wagFXaC7iindUOm02oKvIq/V7bDDFHn76u91HkIRltWQcWCZePjm46YoQRSu Aiut5Xf1eTeTJLn4d7vbWSLHhasdL9jHwbZcvKLx2L045TSowXWT9ATYddED8jBf NFOUc4ArnV0Em3XI9KPbvB//ancL6VAhNWyhO90iimdqZ2vZ8zp3TSTPvxbY63tl WaA5Cg6GcTRHnojOOKs= =NF/F -----END PGP SIGNATURE----- --VCsstSEQgqExUQlsiLHI8rrBf2r2H8qQs-- --===============1907438154== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============1907438154==--