Message ID | cover.1729776384.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 06582CE8E70 for <intel-gfx@archiver.kernel.org>; Thu, 24 Oct 2024 13:27:50 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9AF7E10E93B; Thu, 24 Oct 2024 13:27:49 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="Ii0Nz1fJ"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) by gabe.freedesktop.org (Postfix) with ESMTPS id 46E9910E93A; Thu, 24 Oct 2024 13:27:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1729776468; x=1761312468; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=ROwvJkMnFv/X9TXCMc4KUS4evwZfYgVbNyiiqPvQu7M=; b=Ii0Nz1fJQkfQA6UyxoWtRlz6cMYcz16n0dRDIG7y89LC/lN190j1yvjB XGLItX9dNLCUYtdbNA2Zl2swfAZjHJNzEBHAJHgMjOMHcQyU6gqlc8ks7 36m51Togp1YBsaeYMRX+yK1hm6mVeDulsY3k4OJe6DBwE9x7lewA0pk1m r6s8nboXUUHM21i4RxhvIx2gOBojHB4v6+SggEYz5zT+vAgORg2ka8ztg TBPuDQQjsXZQ1FWybp3CHl+/joqyr+AMrUNGtwFox3ll/w016MwGVxT0z DER7U6W9sV7YOtKj8iJYRUM1B7AtXfcaeaLG6OmCh3JyADaHK3OL7fp+f Q==; X-CSE-ConnectionGUID: Zg6EE8dJRJKUFshZPru+XA== X-CSE-MsgGUID: 0F2QPxxaQUeGQet8hVU1YA== X-IronPort-AV: E=McAfee;i="6700,10204,11222"; a="51947952" X-IronPort-AV: E=Sophos;i="6.11,199,1725346800"; d="scan'208";a="51947952" Received: from orviesa010.jf.intel.com ([10.64.159.150]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Oct 2024 06:27:48 -0700 X-CSE-ConnectionGUID: dlK0W9okQ02ImbXAibNxVw== X-CSE-MsgGUID: BwbLbLKxR8SmqZdGEKO7uA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.11,229,1725346800"; d="scan'208";a="80511488" Received: from unknown (HELO localhost) ([10.237.66.160]) by orviesa010-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Oct 2024 06:27:46 -0700 From: Jani Nikula <jani.nikula@intel.com> To: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org Cc: rodrigo.vivi@intel.com, jani.nikula@intel.com Subject: [PATCH v2 00/12] drm/i915/display: bunch of struct intel_display conversions Date: Thu, 24 Oct 2024 16:27:30 +0300 Message-Id: <cover.1729776384.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: bunch of struct intel_display conversions
|
expand
|