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 47FFDE77197 for ; Thu, 9 Jan 2025 13:58:11 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0CC9A10EDE9; Thu, 9 Jan 2025 13:58:11 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="H8uhqBvQ"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) by gabe.freedesktop.org (Postfix) with ESMTPS id EFB3010EDE9; Thu, 9 Jan 2025 13:58:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1736431090; x=1767967090; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=EJUHZnn6XLX4XoEdM53C4y2sJS+Yx4hHqVXxeyKgVS8=; b=H8uhqBvQfa4MhImMEXuPMoaTX7qMt+sQKwDuyBQf0IVXtFYfcV8SxnjI AvaFhqbK9UopzfaM4POc+rhob6GPh4AK1MCjT2PbBTTjWALSbR3SSqQGA J259TcshM33LW6lySYjjOe1KX2EbkYyG4GVQk8PVVZOTWTcsOe9ZIKiBF JNhfLXrqemLhSOGGAi5L+Bb5xYXJ/0Te/uGaTyWSr5klQwfJK348LS5Mp bPG+J25gjtFpUHYviajCn2yW7piRUgVUCZPWW+hGFRP5zGfHAXGBWnNrd Nad/mZO/xrebxuKAJoy2NXwBh+wpCuZbIXioTc+gL5ZfPNsb8IvcuAWIF A==; X-CSE-ConnectionGUID: nLBOxE4gTeml/EuczdALjQ== X-CSE-MsgGUID: ExfNsTG3SD+ap8jJTGOBPQ== X-IronPort-AV: E=McAfee;i="6700,10204,11310"; a="59160313" X-IronPort-AV: E=Sophos;i="6.12,301,1728975600"; d="scan'208";a="59160313" Received: from orviesa004.jf.intel.com ([10.64.159.144]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jan 2025 05:58:10 -0800 X-CSE-ConnectionGUID: NL48F9s4RUuta1KkjADmkQ== X-CSE-MsgGUID: cuE50ck4SWOvFodIzuAx/A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.12,301,1728975600"; d="scan'208";a="108404541" Received: from black.fi.intel.com ([10.237.72.28]) by orviesa004.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jan 2025 05:58:07 -0800 Date: Thu, 9 Jan 2025 15:58:04 +0200 From: Raag Jadav To: Jani Nikula Cc: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org, Matt Atwood , Matt Roper , Rodrigo Vivi , Stephen Rothwell Subject: Re: [PATCH] drm/xe: remove unused xe_pciids.h harder, add missing PCI ID Message-ID: References: <20250109105032.2585416-1-jani.nikula@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250109105032.2585416-1-jani.nikula@intel.com> X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" On Thu, Jan 09, 2025 at 12:50:32PM +0200, Jani Nikula wrote: > Commit 493454445c95 ("drm/xe: switch to common PCI ID macros") removed > xe_pciids.h via drm-intel-next. In the mean time, commit ae78ec0a52c4 > ("drm/xe/ptl: Add another PTL PCI ID") added to xe_pciids.h via > drm-xe-next. > > The two commits were merged in commit 8f109f287fdc ("Merge drm/drm-next > into drm-xe-next"), but xe_pciids.h wasn't removed, and the PCI ID > wasn't added to pciids.h. > > Remove xe_pciids.h, and add the PCI ID to pciids.h. Unless there's a nuance intended in the subject s/harder/header Raag