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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 242EDC433F5 for ; Tue, 2 Nov 2021 07:39:30 +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 E770960E9B for ; Tue, 2 Nov 2021 07:39:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org E770960E9B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 38C046E918; Tue, 2 Nov 2021 07:39:29 +0000 (UTC) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6D0016E918 for ; Tue, 2 Nov 2021 07:39:27 +0000 (UTC) X-IronPort-AV: E=McAfee;i="6200,9189,10155"; a="228655009" X-IronPort-AV: E=Sophos;i="5.87,202,1631602800"; d="scan'208";a="228655009" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2021 00:30:17 -0700 X-IronPort-AV: E=Sophos;i="5.87,202,1631602800"; d="scan'208";a="638102746" Received: from psverdru-mobl.amr.corp.intel.com (HELO ldmartin-desk2) ([10.251.133.36]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2021 00:30:14 -0700 Date: Tue, 2 Nov 2021 00:30:12 -0700 From: Lucas De Marchi To: =?utf-8?B?Sm9zw6k=?= Roberto de Souza Message-ID: <20211102073012.g26kt35onmbdrdsa@ldmartin-desk2> References: <20211020002353.193893-1-jose.souza@intel.com> <20211020002353.193893-2-jose.souza@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20211020002353.193893-2-jose.souza@intel.com> Subject: Re: [Intel-gfx] [PATCH 2/3] drm/i915: Track media IP stepping separated from GT 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 Tue, Oct 19, 2021 at 05:23:52PM -0700, Jose Souza wrote: >Graphics and media IPs can have different stepping so a new field is >needed in intel_step_info. > >The next patch will take care of rename gt_step to graphics_step. > >Cc: Radhakrishna Sripada >Cc: Matt Atwood >Signed-off-by: José Roberto de Souza Reviewed-by: Lucas De Marchi Lucas De Marchi