From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Reding Subject: Re: [PATCH 03/20] drm: move "struct drm_vma_entry" to drm_vm.c Date: Fri, 29 Aug 2014 13:34:51 +0200 Message-ID: <20140829113450.GC17519@ulmo> References: <1409307166-12396-1-git-send-email-dh.herrmann@gmail.com> <1409307166-12396-4-git-send-email-dh.herrmann@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1824771621==" Return-path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by gabe.freedesktop.org (Postfix) with ESMTP id 938406E305 for ; Fri, 29 Aug 2014 04:34:54 -0700 (PDT) Received: by mail-wi0-f171.google.com with SMTP id hi2so8868780wib.10 for ; Fri, 29 Aug 2014 04:34:53 -0700 (PDT) In-Reply-To: <1409307166-12396-4-git-send-email-dh.herrmann@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: David Herrmann Cc: Daniel Vetter , dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1824771621== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="kfjH4zxOES6UT95V" Content-Disposition: inline --kfjH4zxOES6UT95V Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 29, 2014 at 12:12:29PM +0200, David Herrmann wrote: > Make all the drm_vma_entry handling local to drm_vm.c and hide it from > global headers. This requires to extract the inlined legacy drm_vma_entry > cleanup into a small helper and also move a weirdly placed drm_vma_info > helper into drm_vm.c. >=20 > Signed-off-by: David Herrmann > --- > drivers/gpu/drm/drm_fops.c | 10 +----- > drivers/gpu/drm/drm_info.c | 59 ----------------------------------- > drivers/gpu/drm/drm_vm.c | 76 ++++++++++++++++++++++++++++++++++++++++= ++++++ > include/drm/drmP.h | 8 ++--- > 4 files changed, 79 insertions(+), 74 deletions(-) Reviewed-by: Thierry Reding --kfjH4zxOES6UT95V Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBAgAGBQJUAGVaAAoJEN0jrNd/PrOhE7YP/REx+hh9EEzBfsQE/GQRtH55 OEkH6VHuGGmzZQK2Hr8Xx5vq+esmcPNW53wWTGRnCosOlqyCBamgS3RWopttHG/o jAU6jhbFOmSz+8xgI9KH+3j5ddRHg+MholkfoJRA0js8y8D1SInfk/YVn4YeSKgw ywPIuN2VlEG31Ua1EGIqTur35dleUzsdM3/b5qYLa7dwKxjRfsuZoEbMYMOYkiVj /UIxx/47Iqf3KMEGWL2r8JBLotzxjoldWljYz3d8VaNmJMEq33uMUSgeuIdpyVt9 hHla4CKEktry/FI0yQQS5kiZL/7GIeTR+0Bmj5IKDocMRvdbJI3p/V121uR1qbcE 4rswVHBqY2DpTruZf4CZuoCHNO5CFDXeRpKV9EAKrg3hfqiPJD114U5h7f4kc4Kq 8PH7xjXwg5/I76cOlCg25u8mEpZWCJjZnQBpHWAYTCOe3sbG8sQwqD7t6SQBL5eN Q1O1GcDaBFyZDofe2otaiXqlKzEY9ZgSCD0GLX9M04wYoDwbInUS4zDkmXkQmS2E roso2FRzMAgt3ki/7vfyV6Y/OfzoXItC+xZdZJj1+iVvo3J9VgdzKKCYtMvm1lKL uArrftlxjzlDrYrWTykx2LCxZa57QpoLDJajwKlgzSLcLLBLeruoA2Ds5D+7NPrY xeTWSrgwBoQcWon328hu =Ijky -----END PGP SIGNATURE----- --kfjH4zxOES6UT95V-- --===============1824771621== 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 --===============1824771621==--