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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 5AADDC433EF for ; Tue, 19 Apr 2022 01:24:01 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C7D2A10E144; Tue, 19 Apr 2022 01:24:00 +0000 (UTC) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 79E7B10E144 for ; Tue, 19 Apr 2022 01:23:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650331439; x=1681867439; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=Ijlgg+y3nGTLNAsvJx8sBrNJO7LS7nli0ntnApOMbf0=; b=a8KxgOEnNDWz9uISts2ceRoUaMAL18h/tV8SuDxpPgTZUyVb50mo/Be/ qdmgzAQHJdyPQaJov5bYhOaWVLt2FRKgjXKg9NQ1vVnQqBkX48U/coUls bV1y1h1LGLyXjiweEdEvwZNQeoUw54gsBXc8eG12N99k1JGL/OFzyf23W r4tpoxnKVnt5r/Q8LcnjHDTOatROXt8MLfIZegNqm1A8036D5vNl0J9kP MG+y6C81Bf03x1ZDeXG824qSb8cFh7+S/AYPAPBcEbyg2emZpiuWHOZTr LB+Mokce3uQP3hE+ZchG1ji9iYrQH9y1yr1ve5wQCjm6KLnt/jyh9/LYW w==; X-IronPort-AV: E=McAfee;i="6400,9594,10321"; a="350096457" X-IronPort-AV: E=Sophos;i="5.90,271,1643702400"; d="scan'208";a="350096457" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Apr 2022 18:23:58 -0700 X-IronPort-AV: E=Sophos;i="5.90,271,1643702400"; d="scan'208";a="529096248" Received: from adixit-mobl1.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.209.53.181]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Apr 2022 18:23:58 -0700 Date: Mon, 18 Apr 2022 18:23:58 -0700 Message-ID: <87bkwxams1.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Rodrigo Vivi In-Reply-To: References: <5b1cfcd6fc47dcc3d6aa9ed2f4412e7b6bf1159c.1649871650.git.ashutosh.dixit@intel.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.2 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Subject: Re: [Intel-gfx] [PATCH 4/8] drm/i915/pcode: Add a couple of pcode helpers 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: , Cc: intel-gfx@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Fri, 15 Apr 2022 03:31:19 -0700, Rodrigo Vivi wrote: > > On Wed, Apr 13, 2022 at 11:11:05AM -0700, Ashutosh Dixit wrote: > > Add a couple of helpers to help formatting pcode commands and improve code > > readability. > > > > Cc: Mike Ruhl > > Cc: Rodrigo Vivi > > Original-author: Dale B Stimson > > The right thing to do here is to git commit --amend --author="Dale B Stimson " > probably also good to reset the date with --date... > > > Signed-off-by: Dale B Stimson > > Signed-off-by: Ashutosh Dixit > > and keep your signed-off-by here as well... > > and also feel free add my rv-b after the author is fixed Thanks, will fix the author in v2, two patches have this issue.