Message ID | cover.1730374470.git.jani.nikula@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 DB2ADE68977 for <intel-gfx@archiver.kernel.org>; Thu, 31 Oct 2024 11:38:43 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7BC1610E3F6; Thu, 31 Oct 2024 11:38:43 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="W7klQdVs"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.11]) by gabe.freedesktop.org (Postfix) with ESMTPS id D4C1810E3F6; Thu, 31 Oct 2024 11:38:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1730374722; x=1761910722; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=MgCJf/ONKMtTscMnUn/3v2oeEHj9O1SBmVKf/YHzq3M=; b=W7klQdVsNQAWwOinm2/pBxL8pMJHEH5jYbWb5MqHG8U0hMeARxYKATuS gGmEQmcToZZ4i12xRChDAd2eaaPM8bJbLR8hyT0Vu1/6CmmUWhQln5OA2 MsWbOsSP+f+O8ZQsE1nngS5wAcnruja5uPlYmHUoneyhHL3aVjJcZytt2 zi+JQhpWY7WzrQzZ2ROKatX//pXHJnWGoHxn6P/n/61uxhAk2xTswThZi OOj4LHN78Tq5E1pteiW3WVio2OJyO3AgLC5Tlb5N+PW+mqnm4J6iccMeK 0Za56H7NlY7XIAoxQscrbZGMfJ0wj+1oginE/QZFWTc49BXlwdL0sksMH g==; X-CSE-ConnectionGUID: tRX9KxSCRnidoBnyALXjsQ== X-CSE-MsgGUID: fXVY76joTgattqJHbj8W+g== X-IronPort-AV: E=McAfee;i="6700,10204,11241"; a="40682195" X-IronPort-AV: E=Sophos;i="6.11,247,1725346800"; d="scan'208";a="40682195" Received: from fmviesa008.fm.intel.com ([10.60.135.148]) by fmvoesa105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Oct 2024 04:38:41 -0700 X-CSE-ConnectionGUID: X1eXbxl2SAmLjm2bjylM8g== X-CSE-MsgGUID: fsqUVzl5TyyC3tNj7b1MIg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.11,247,1725346800"; d="scan'208";a="82724562" Received: from sschumil-mobl2.ger.corp.intel.com (HELO localhost) ([10.245.246.204]) by fmviesa008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Oct 2024 04:38:40 -0700 From: Jani Nikula <jani.nikula@intel.com> To: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org Cc: jani.nikula@intel.com Subject: [PATCH 0/6] drm/i915/display: make all i915_drv.h includes explicit Date: Thu, 31 Oct 2024 13:38:30 +0200 Message-Id: <cover.1730374470.git.jani.nikula@intel.com> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo 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 |
drm/i915/display: make all i915_drv.h includes explicit
|
expand
|