Message ID | cover.1731011435.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 98E23D5D688 for <intel-gfx@archiver.kernel.org>; Thu, 7 Nov 2024 20:32:34 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id EB12410E8D7; Thu, 7 Nov 2024 20:32:33 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="jhP9DKX7"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.11]) by gabe.freedesktop.org (Postfix) with ESMTPS id B55D210E8D4; Thu, 7 Nov 2024 20:32:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1731011553; x=1762547553; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=CJHTWb/zUxDyn7sb3C4PAvp7Lk7n0/5cRZ+7F33EB7U=; b=jhP9DKX7BU4Ke6AH+2rISqTpT2QCbAu0kRrAMfgQu237PxsckzJiTvJn +trxuULqHJ6WQceertY9cpIRrr3w/OYftjXehmHCLeUrsNttUpSQ5DQEQ fZyTOPjAqFi+5mzp5JHMatwg9m4evhycVhFO0CRVy7q7mYjInc1z41dyk f/mPnceAHi/IoLioSdw2Gtt5WY1BGtlsfTUIUmK2fYtNN+krrCBHftFRp QwU/HeaXNbp6X3odN5RqyH2zGlo+1NL+Cs++h/Fv8gZrI7rtr817v3YUG gY7aS1n/9TkuMGgfHvChhWfOeA7RxYtVPH4U6Hn3fKHu+EsTfABvF3C5K A==; X-CSE-ConnectionGUID: o8AQGKsQQ32713IN5dctFA== X-CSE-MsgGUID: aprUhWBgRO6MXemFAcqCJw== X-IronPort-AV: E=McAfee;i="6700,10204,11222"; a="41439129" X-IronPort-AV: E=Sophos;i="6.11,199,1725346800"; d="scan'208";a="41439129" Received: from orviesa001.jf.intel.com ([10.64.159.141]) by orvoesa103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Nov 2024 12:32:28 -0800 X-CSE-ConnectionGUID: 8+wA0jzQRGi7ht5BpFx7MA== X-CSE-MsgGUID: LLCOOacASqiXEmEkS3J3DA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.12,136,1728975600"; d="scan'208";a="122738288" Received: from klitkey1-mobl1.ger.corp.intel.com (HELO localhost) ([10.245.246.233]) by smtpauth.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Nov 2024 12:32:25 -0800 From: Jani Nikula <jani.nikula@intel.com> To: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org Cc: jani.nikula@intel.com, imre.deak@intel.com, ville.syrjala@linux.intel.com Subject: [PATCH 0/8] drm/i915/mst: cleanups, renames, clarifications Date: Thu, 7 Nov 2024 22:32:13 +0200 Message-Id: <cover.1731011435.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/mst: cleanups, renames, clarifications
|
expand
|