From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 56E2C2EAE5; Thu, 12 Dec 2024 15:17:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734016670; cv=none; b=Szi8AtamdFdNjr7CFOHiU1TmeaSJMs310nqbEdwnQtnL6XyGQL2ujBfji+1rHtBf+GpiZvXazLbtfi4VTd0c0HFJtQeUqAaFLgH5vz8xZ4kx4Nnyqv2vqv6YVpkusIV4VYB4L/uZoZzBh4rAEDch2rZtnBVyhdSR4cV869eJNFc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734016670; c=relaxed/simple; bh=OrSZ6/+FhjevnbPH5BOGSzTR1hpyJqIdmtDyrrL9yfM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=I8c8MV3umeCbKbZY3xqNtp/qVgYGPD3Vs6Ykb2/GzL2Lx/ZfpKDV8yH0VaaSxHQJaiIzgmWNYSzFClFBAbTy4KgcGZPkPi2dGeGt+xp7c3g1HAFqZp1b09Ba5mi7Nu8juP3BkGCQZBxQ8mHd32a0OxO5Ts4Yrn1V4brljg1ZXcE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=sCTb6PMY; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="sCTb6PMY" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BFA0DC4CECE; Thu, 12 Dec 2024 15:17:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1734016670; bh=OrSZ6/+FhjevnbPH5BOGSzTR1hpyJqIdmtDyrrL9yfM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=sCTb6PMYjV7TcaRRnKvs1g1bydHNoZQCroZZ6mANJIgyJwufIlvAxfh9s/GpEAV6I 3VTuYIBv6euE4ILMwyDFKnJlrhboQLgUccimCQ0wNR+4Pp2YxqovpZrAoz3E5WBb8L PoVUlSiU+7Z7HUyan+jAs7woG4r0IwFlsGroId0E= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Daniele Ceraolo Spurio , Lucas De Marchi , =?UTF-8?q?Thomas=20Hellstr=C3=B6m?= , Simona Vetter , Rodrigo Vivi , Jani Nikula , Sasha Levin Subject: [PATCH 6.12 257/466] drm/xe/pciids: Add PVCs PCI device ID macros Date: Thu, 12 Dec 2024 15:57:06 +0100 Message-ID: <20241212144316.953724605@linuxfoundation.org> X-Mailer: git-send-email 2.47.1 In-Reply-To: <20241212144306.641051666@linuxfoundation.org> References: <20241212144306.641051666@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 6.12-stable review patch. If anyone has any objections, please let me know. ------------------ From: Rodrigo Vivi [ Upstream commit 5b40191152282e1f25d7b9826bcda41be927b39f ] Add PVC PCI IDs to the xe_pciids.h header. They're not yet used in the driver. Cc: Daniele Ceraolo Spurio Cc: Lucas De Marchi Cc: Thomas Hellström Reviewed-by: Lucas De Marchi Acked-by: Simona Vetter Signed-off-by: Rodrigo Vivi Signed-off-by: Jani Nikula Link: https://patchwork.freedesktop.org/patch/msgid/6ac1829493a53a3fec889c746648d627a0296892.1725624296.git.jani.nikula@intel.com Signed-off-by: Sasha Levin --- include/drm/intel/xe_pciids.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/include/drm/intel/xe_pciids.h b/include/drm/intel/xe_pciids.h index 67dad09e62bc8..59233eb008628 100644 --- a/include/drm/intel/xe_pciids.h +++ b/include/drm/intel/xe_pciids.h @@ -189,6 +189,22 @@ MACRO__(0x7D60, ## __VA_ARGS__), \ MACRO__(0x7DD5, ## __VA_ARGS__) +/* PVC */ +#define XE_PVC_IDS(MACRO__, ...) \ + MACRO__(0x0B69, ## __VA_ARGS__), \ + MACRO__(0x0B6E, ## __VA_ARGS__), \ + MACRO__(0x0BD4, ## __VA_ARGS__), \ + MACRO__(0x0BD5, ## __VA_ARGS__), \ + MACRO__(0x0BD6, ## __VA_ARGS__), \ + MACRO__(0x0BD7, ## __VA_ARGS__), \ + MACRO__(0x0BD8, ## __VA_ARGS__), \ + MACRO__(0x0BD9, ## __VA_ARGS__), \ + MACRO__(0x0BDA, ## __VA_ARGS__), \ + MACRO__(0x0BDB, ## __VA_ARGS__), \ + MACRO__(0x0BE0, ## __VA_ARGS__), \ + MACRO__(0x0BE1, ## __VA_ARGS__), \ + MACRO__(0x0BE5, ## __VA_ARGS__) + #define XE_LNL_IDS(MACRO__, ...) \ MACRO__(0x6420, ## __VA_ARGS__), \ MACRO__(0x64A0, ## __VA_ARGS__), \ -- 2.43.0