Message ID | 20230518031804.3133486-1-matthew.d.roper@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 86FDCC77B75 for <intel-gfx@archiver.kernel.org>; Thu, 18 May 2023 03:18:20 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id ABE7410E4DA; Thu, 18 May 2023 03:18:13 +0000 (UTC) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 692E910E4D3; Thu, 18 May 2023 03:18:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1684379890; x=1715915890; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=v+PBqJleqjwbtIoVAjLBnQesRvz9M/+LYwXldRp1+x4=; b=ZhKjHe0UiiZ92NUsTyx0Ku3INob2bEddsIijShTSsOHzLbH0PjmI/LWf PeVqVv51JCYr0Z20FgdW7i//fCyIT45R3E1SZhVM/sq5jwEq4jNy54iIP YO/IV9+DUQN26ySJjHs+3n0tWSvaHdjjMNrtHb2KjVagbNCRPYJVgA/8u uwOufG1NhEF8/sVp9bCrighL7NgB8nSepCHgu8SZehQ4Pckw2zCAEQqjc snziGeJ3HZfeSUsFT4ZWKmL2Lktr9nk8ZUwiD+vqDM9orXLSuemnPmeuo GiFkIruV73+E7Gio6mSypE1OZNvKXlxvhFsbX86E/eULRSlAQe24e75Zp A==; X-IronPort-AV: E=McAfee;i="6600,9927,10713"; a="341348737" X-IronPort-AV: E=Sophos;i="5.99,284,1677571200"; d="scan'208";a="341348737" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 May 2023 20:18:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10713"; a="652472422" X-IronPort-AV: E=Sophos;i="5.99,284,1677571200"; d="scan'208";a="652472422" Received: from mdroper-desk1.fm.intel.com ([10.1.27.134]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 May 2023 20:18:08 -0700 From: Matt Roper <matthew.d.roper@intel.com> To: intel-gfx@lists.freedesktop.org Date: Wed, 17 May 2023 20:17:59 -0700 Message-Id: <20230518031804.3133486-1-matthew.d.roper@intel.com> X-Mailer: git-send-email 2.40.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Intel-gfx] [PATCH 0/5] i915: Move display identification/probing under display/ 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: Jani Nikula <jani.nikula@intel.com>, Lucas De Marchi <lucas.demarchi@intel.com>, Matt Roper <matthew.d.roper@intel.com>, intel-xe@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> |
Series |
i915: Move display identification/probing under display/
|
expand
|