Message ID | 20220210025902.618426-1-madhumitha.tolakanahalli.pradeep@intel.com (mailing list archive) |
---|---|
State | New, archived |
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 2052EC433F5 for <intel-gfx@archiver.kernel.org>; Thu, 10 Feb 2022 02:59:29 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 93A1E10E251; Thu, 10 Feb 2022 02:59:27 +0000 (UTC) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5B52C10E29A for <intel-gfx@lists.freedesktop.org>; Thu, 10 Feb 2022 02:59:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644461966; x=1675997966; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=v70c+4EbaJOLJ0L21EERabnI/9JKrdj35xE59n9AZ8w=; b=fijzQZGz+sRn8MuBYrqrLUkk4LEDYqrKC6WWuboMtLhR8JBlgKVlc/HX 1lXPi+Yl4tkX1QIi1igYy0y5n/GyRAJbd3LWyh1VMHDGoa+2tIWTNbRSZ wFNcyLUV/KIzb03E32JouCSKlDrKidUTs8KybOi9f7Mm1TYni1ZYS3ZCy /hq3cvCMlYrAqGCSZeJhX32SGxWWmsavbt5paMxEeuj/1qxeX7HMl1O6Z +dZn02atRD8WGgYzv7CAU/FaJMzjYI3OlgXsA42tuPi3mse8LebytqJfG z9T1PrWbbjlJyNYIlAJ5+x87SZEwXH1GMV7I9P3tiDMWOyxN89dAQybBB Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10253"; a="310138693" X-IronPort-AV: E=Sophos;i="5.88,357,1635231600"; d="scan'208";a="310138693" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Feb 2022 18:59:25 -0800 X-IronPort-AV: E=Sophos;i="5.88,357,1635231600"; d="scan'208";a="541421923" Received: from ticede-or-168.amr.corp.intel.com (HELO mtolakan-mobl1.hsd1.or.comcast.net) ([10.212.209.141]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Feb 2022 18:59:25 -0800 From: Madhumitha Tolakanahalli Pradeep <madhumitha.tolakanahalli.pradeep@intel.com> To: intel-gfx@lists.freedesktop.org Date: Wed, 9 Feb 2022 18:59:01 -0800 Message-Id: <20220210025902.618426-1-madhumitha.tolakanahalli.pradeep@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Intel-gfx] [PATCH 0/1] Bump DMC Version on ADL-P to v2.16 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> |