Message ID | 20220916014648.1310346-1-radhakrishna.sripada@intel.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <dri-devel-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 D89E4C32771 for <dri-devel@archiver.kernel.org>; Fri, 16 Sep 2022 01:47:32 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3465510EC4E; Fri, 16 Sep 2022 01:47:22 +0000 (UTC) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by gabe.freedesktop.org (Postfix) with ESMTPS id ABAF610E36E; Fri, 16 Sep 2022 01:47:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663292838; x=1694828838; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=mBrBrNbyS9Ah/9rVXVmDV0py47/SsU6yd8AvUSy+RnY=; b=EGAsQ8m/R71dd31wDetdqGAY4RNEqP2Hwsvl5UAybpIf/fsZK241cJ9S EkBHdE4mWi0YTRtLS9gAGwocbBtm91sDTq9wbX7wchidOz4584fsUFSCL 4E721iFs0FgSY+5voOg/Y0TD9+jj/7eoiQtcfN6lTppau5toV4lTK80YE W/HQmbOQIiil365fLSU04EiAp+06oVgFeBB+VkZ/bjvpzzWxDUVSg7bMC mxarIh7YmtvqLTcQg+1WQ5UlG5dzWOn8FsGa1a0a+NuVec67XSsJ5Eenf ivC8FZRwgkhwZWueQBMtykBfLoGxVNoc57/gHiDl3tPWdUQfj7Dlv0xrK g==; X-IronPort-AV: E=McAfee;i="6500,9779,10471"; a="297609200" X-IronPort-AV: E=Sophos;i="5.93,319,1654585200"; d="scan'208";a="297609200" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Sep 2022 18:47:18 -0700 X-IronPort-AV: E=Sophos;i="5.93,319,1654585200"; d="scan'208";a="613101378" Received: from invictus.jf.intel.com ([10.165.21.134]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Sep 2022 18:47:17 -0700 From: Radhakrishna Sripada <radhakrishna.sripada@intel.com> To: intel-gfx@lists.freedesktop.org Subject: [PATCH v6 0/3] Initial Meteorlake Support Date: Thu, 15 Sep 2022 18:46:45 -0700 Message-Id: <20220916014648.1310346-1-radhakrishna.sripada@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development <dri-devel.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/dri-devel> List-Post: <mailto:dri-devel@lists.freedesktop.org> List-Help: <mailto:dri-devel-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=subscribe> Cc: dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> |
Series | Initial Meteorlake Support | expand |