From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 26D77C433DB for ; Mon, 22 Mar 2021 12:01:54 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B59B96191D for ; Mon, 22 Mar 2021 12:01:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B59B96191D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 43EB889C93; Mon, 22 Mar 2021 12:01:53 +0000 (UTC) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id 351CD89C93; Mon, 22 Mar 2021 12:01:52 +0000 (UTC) IronPort-SDR: lcDvOYdLPw1+v5lVjay6RBUh+Km+7M3l60SeMrgD1EhkFIa/C8pI2ZyVv+rfmLm1NxIzYhzqEL 0bMLTT7LnIiA== X-IronPort-AV: E=McAfee;i="6000,8403,9930"; a="189657010" X-IronPort-AV: E=Sophos;i="5.81,268,1610438400"; d="scan'208";a="189657010" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Mar 2021 05:01:51 -0700 IronPort-SDR: 3/ztgiJ8N25LW8GPJQ7PNB11KSX3VKQXms3JRwCjdlun0Yu6QLksSSQ63pXdTVVo/k7iOtxTeu GDowkcSuEj0Q== X-IronPort-AV: E=Sophos;i="5.81,268,1610438400"; d="scan'208";a="414459410" Received: from sbramhax-mobl.amr.corp.intel.com (HELO localhost) ([10.252.53.167]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Mar 2021 05:01:49 -0700 From: Jani Nikula To: Jason Ekstrand , Maling list - DRI developers , Intel GFX In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20210319223856.2983244-1-jason@jlekstrand.net> <20210319223856.2983244-2-jason@jlekstrand.net> Date: Mon, 22 Mar 2021 14:01:47 +0200 Message-ID: <87wntz5rdg.fsf@intel.com> MIME-Version: 1.0 Subject: Re: [Intel-gfx] [PATCH 1/4] drm/i915: Drop I915_CONTEXT_PARAM_RINGSIZE X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Sat, 20 Mar 2021, Jason Ekstrand wrote: > This reverts commit 88be76cdafc7e60e2e4ed883bfe7e8dd7f35fa3a. This API Small nit, I think it would be useful to reference commits with the citation style: 88be76cdafc7 ("drm/i915: Allow userspace to specify ringsize on construction") I use this monster in my .gitconfig: [alias] cite = "!f() { git log -1 '--pretty=format:%H (\"%s\")%n' $1 | sed -e 's/\\([0-f]\\{12\\}\\)[0-f]*/\\1/'; }; f" With that, 'git cite ' will give you the nice reference with 12 chars of sha1 regardless of core.abbrev config. BR, Jani. -- Jani Nikula, Intel Open Source Graphics Center _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx