Message ID | 20241211115952.1659287-1-raag.jadav@intel.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <intel-gfx-bounces@lists.freedesktop.org> 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 0C983E7717D for <intel-gfx@archiver.kernel.org>; Wed, 11 Dec 2024 12:03:07 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A0E8710E07B; Wed, 11 Dec 2024 12:03:06 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="O1LfO09N"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.19]) by gabe.freedesktop.org (Postfix) with ESMTPS id D2DEE10E07B for <intel-gfx@lists.freedesktop.org>; Wed, 11 Dec 2024 12:03:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1733918585; x=1765454585; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=ggELSbXx+4DfmrUmLTJP/MxK7ZaIQDfMGnPLJA+8rRc=; b=O1LfO09NFyuAxEccyPPLxg/VNRuwBkqDCyMe+gODxLjyy1S5xXsZiUbv 0JMoT91BIHkgNwB3LC92LsRlLS5yVuOY2hzpZZPkXyS30Ba+/oYFbgHuI ENuySAlyb+2A8VsVw4ZhOJyJ6FpifHqJoPkLJI4L5LkDODKJiNGGH4IIG 6y0O1ZI37GCAAx6UkEnoE653R31wQSGnQ4qje7g3s+3SDS59A8AVpOLLt 2zI/z3Oo4qSGQXIP/5WS9cH0GILjrBJ0g1IsvinuMRzORczKYbZJlMANK XaHyuUPpn0HrIBHP1Ii0/FizXYfeGl3dF03SZiCZc3t7HqsCaQRDeaezn A==; X-CSE-ConnectionGUID: UKDiDVXVTzq1RZHdyd2VrQ== X-CSE-MsgGUID: TIEtylYiTOOHrHhu04Wnjw== X-IronPort-AV: E=McAfee;i="6700,10204,11282"; a="33614183" X-IronPort-AV: E=Sophos;i="6.12,225,1728975600"; d="scan'208";a="33614183" Received: from orviesa003.jf.intel.com ([10.64.159.143]) by fmvoesa113.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Dec 2024 04:01:34 -0800 X-CSE-ConnectionGUID: 1SAeH8l4TtqMXkibqOTtww== X-CSE-MsgGUID: Xj3eh39PQzOG9iFQCf4bSQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.11,199,1725346800"; d="scan'208";a="100836939" Received: from jraag-nuc8i7beh.iind.intel.com ([10.145.169.79]) by orviesa003.jf.intel.com with ESMTP; 11 Dec 2024 04:01:32 -0800 From: Raag Jadav <raag.jadav@intel.com> To: jani.nikula@linux.intel.com, joonas.lahtinen@linux.intel.com, rodrigo.vivi@intel.com, matthew.d.roper@intel.com, andi.shyti@linux.intel.com Cc: intel-gfx@lists.freedesktop.org, anshuman.gupta@intel.com, badal.nilawar@intel.com, riana.tauro@intel.com, Raag Jadav <raag.jadav@intel.com> Subject: [PATCH v4 0/4] Implement Wa_14022698537 Date: Wed, 11 Dec 2024 17:29:48 +0530 Message-Id: <20241211115952.1659287-1-raag.jadav@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development <intel-gfx.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/intel-gfx> List-Post: <mailto:intel-gfx@lists.freedesktop.org> List-Help: <mailto:intel-gfx-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=subscribe> Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> |
Series | Implement Wa_14022698537 | expand |
Hi Raag, > Raag Jadav (4): > drm/intel/pciids: Refactor DG2 PCI IDs into segment ranges > drm/i915/dg2: Introduce DG2_D subplatform > drm/i915: Introduce intel_cpu_info.c for CPU IDs > drm/i915/dg2: Implement Wa_14022698537 merged to drm-intel-next. Thanks, Andi