Message ID | 20220215234146.304035-1-casey.g.bowman@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 91E88C433EF for <intel-gfx@archiver.kernel.org>; Tue, 15 Feb 2022 23:42:11 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id DADB610E1B0; Tue, 15 Feb 2022 23:42:10 +0000 (UTC) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8BB9A10E5BD for <intel-gfx@lists.freedesktop.org>; Tue, 15 Feb 2022 23:42: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=1644968529; x=1676504529; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=zgdK5yWi8Te1II3WDgAB7bufTFWdSNgd2U3eIFDrFzc=; b=ORfFmA5lhBf+X8B95xH/ALX687jgc6OKE8EqMbqtdoPIbZKSBvsaJhRl ByS4S5y/sYe3tWjSQltYqCHxRKaqzzL+MO2Y73AnUvHjZlOAYT6rSZqmu ZgfW1voJTvyxoWqLBcKAIpX/eR8eQsLa85eoF7oENyAnh80oixNTG8Y5k uZvTbyIWMvuL75Al3MWDRqA3P3V3rX/fewp7fAsN9CU2sj5OLalIwfGab PZKMfYBrrhpfd+lbaVbQXKkEVYOK2H8pwTlApfem0dRX4b4HqSEKdc4uK GRhwvJrImu2RehftpY3H1qKjX5hV+XfxwBl+WfU5hHLn+kVQ/5teOtqdH g==; X-IronPort-AV: E=McAfee;i="6200,9189,10259"; a="237888544" X-IronPort-AV: E=Sophos;i="5.88,371,1635231600"; d="scan'208";a="237888544" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Feb 2022 15:41:52 -0800 X-IronPort-AV: E=Sophos;i="5.88,371,1635231600"; d="scan'208";a="681250539" Received: from leemi-mobl1.amr.corp.intel.com (HELO cgbowman-desk1.amr.corp.intel.com) ([10.251.143.221]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Feb 2022 15:41:52 -0800 From: Casey Bowman <casey.g.bowman@intel.com> To: intel-gfx@lists.freedesktop.org Date: Tue, 15 Feb 2022 15:41:45 -0800 Message-Id: <20220215234146.304035-1-casey.g.bowman@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Intel-gfx] [RFC PATCH v3 0/1] Splitting up platform-specific calls 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> Cc: michael.cheng@intel.com, jani.nikula@intel.com, lucas.demarchi@intel.com, daniel.vetter@intel.com Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> |
Series |
Splitting up platform-specific calls
|
expand
|