Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752662AbdHNVRo (ORCPT ); Mon, 14 Aug 2017 17:17:44 -0400 Received: from anholt.net ([50.246.234.109]:45300 "EHLO anholt.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752453AbdHNVRn (ORCPT ); Mon, 14 Aug 2017 17:17:43 -0400 From: Eric Anholt To: Cihangir Akturk Cc: daniel@ffwll.ch, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, David Airlie Subject: Re: [PATCH v3 24/28] drm/vc4: switch to drm_*_get(), drm_*_put() helpers In-Reply-To: <20170814200631.GA1270@mbp> References: <1502454794-28558-1-git-send-email-cakturk@gmail.com> <1502454794-28558-25-git-send-email-cakturk@gmail.com> <874ltagcei.fsf@eliezer.anholt.net> <20170814200631.GA1270@mbp> User-Agent: Notmuch/0.22.2+1~gb0bcfaa (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Mon, 14 Aug 2017 14:11:30 -0700 Message-ID: <87r2wdhn25.fsf@eliezer.anholt.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1754 Lines: 44 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Cihangir Akturk writes: > On Mon, Aug 14, 2017 at 12:47:01PM -0700, Eric Anholt wrote: >> Cihangir Akturk writes: >>=20 >> > Use drm_*_get() and drm_*_put() helpers instead of drm_*_reference() >> > and drm_*_unreference() helpers. >> > >> > drm_*_reference() and drm_*_unreference() functions are just >> > compatibility alias for drm_*_get() and drm_*_put() and should not be >> > used by new code. So convert all users of compatibility functions to >> > use the new APIs. >>=20 >> Mind if I change the subject line to "drm/vc4: Continue the switch to >> drm_*_put() helpers"? to distinguish from the patch that already landed? > > It's OK with me. Go ahead, change to whatever you want. Changed and pushed. Thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE/JuuFDWp9/ZkuCBXtdYpNtH8nugFAlmSEgIACgkQtdYpNtH8 nuhSmA//aCbNg9ayNLmN6CoLVPUY2pXl1ik9S+9SptPY800b8gwPrOx89m3ZwZ2q 5uX5GdQShmdW2DfZt5VPYSrmet5K443Idzr35P6stVHg0Rp2bL+F3dVEEn5dN1nC CG33jIKhYum27MHEHdpF3Ick1NKhkThEYwmfd8sXDAhMJ3HWDBtsNC4TFexU/sGf TYL2M9bFXD05faio+YAGUTsymKh3/zdHhUEImh/Br1dC2ZBzUawa70grT7SKeU9R +JW8Otb2S50ENo+mLkkLBZL6qWV0qR39wkXXUAtnatNU2hCVeuYdfHoOa1yHIO4y DHjgNep/UQmIJvUHecep9jjtWtxN0xUbQNH+XmwnoTneHpymKydAYf95fglAXU10 c1tCA7pXkE6Phf5+QX1PqjE1lX/IRBubiUW3oUbgX/JzceY9qnmKBXEkYMbVlNgJ 0S+5YqKfO60GuYf7cgjNDYxrytDThUgw+I3RczqthtF67UJWyJTxPvVkk9YWlxn5 4AgAZiZJVKIyhKipRNUF+qJdsMXMM9nWuc8R92rwYgamY/XiHC7dOli8WHPxLbP5 Mo8I3O6kigp9IvQS2sgICIx/1LX5KCGUlWUZXSzi8uMRIOuoLhrlx5Kg6OxSCdto P7BmUI7oZdmuLAj5z4bvSE6/A/kdDWpFabD+zvY8PiUZLA4faUM= =BxxS -----END PGP SIGNATURE----- --=-=-=--