From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id D22CC10E3A3 for ; Mon, 13 Nov 2023 22:23:53 +0000 (UTC) Date: Mon, 13 Nov 2023 15:22:32 +0000 From: Matthew Brost To: Francois Dugast Message-ID: References: <20231110155211.7-1-francois.dugast@intel.com> <20231110155211.7-3-francois.dugast@intel.com> Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20231110155211.7-3-francois.dugast@intel.com> MIME-Version: 1.0 Subject: Re: [igt-dev] [PATCH v1 2/7] drm-uapi/xe: Remove GT_TYPE_REMOTE. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: igt-dev@lists.freedesktop.org, Rodrigo Vivi Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On Fri, Nov 10, 2023 at 03:52:06PM +0000, Francois Dugast wrote: > From: Rodrigo Vivi > > Align with commit ("drm/xe/uapi: Remove GT_TYPE_REMOTE") > > Cc: Francois Dugast > Signed-off-by: Rodrigo Vivi > Signed-off-by: Francois Dugast Reviewed-by: Matthew Brost > --- > include/drm-uapi/xe_drm.h | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/include/drm-uapi/xe_drm.h b/include/drm-uapi/xe_drm.h > index b316868de..8a18e1726 100644 > --- a/include/drm-uapi/xe_drm.h > +++ b/include/drm-uapi/xe_drm.h > @@ -343,9 +343,8 @@ struct drm_xe_query_config { > */ > struct drm_xe_query_gt { > #define XE_QUERY_GT_TYPE_MAIN 0 > -#define XE_QUERY_GT_TYPE_REMOTE 1 > -#define XE_QUERY_GT_TYPE_MEDIA 2 > - /** @type: GT type: Main, Remote, or Media */ > +#define XE_QUERY_GT_TYPE_MEDIA 1 > + /** @type: GT type: Main or Media */ > __u16 type; > /** @gt_id: Unique ID of this GT within the PCI Device */ > __u16 gt_id; > -- > 2.34.1 >