Message ID | 20231116113859.4151950-1-jouni.hogander@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 1BC01C54FB9 for <intel-gfx@archiver.kernel.org>; Thu, 16 Nov 2023 11:39:17 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 178A110E276; Thu, 16 Nov 2023 11:39:16 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2F59410E27C for <intel-gfx@lists.freedesktop.org>; Thu, 16 Nov 2023 11:39:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1700134754; x=1731670754; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=zSHrReE8+499ihyphtqPBaQlqbPHoL7uhFz2N3ieOds=; b=GfxRQd6wAM1XeM3eJBI5CikAAI77A0xgU/wLgaX61e2bxg3eEmacC+GG AF6g5FBxkc7ivXLoSMgL6A8/5JTUdKj/irGO7z2MYgwOcE2wTXHcv6YkP 8MaPmCnclb9fafvnMWHrwv0eNLZ8g4UUys83jvpI5g8IS0slDqgc1Vrtq gP5zXvezwyjuv2b3MbsbSq07BjwgGRPYgc52MUdcXQYH9nNXR7gEUaNB+ FS4uHmQ6ungoeSHVi6ouW13gdnKckg2I2VGYAj2dbXkZEpHTrDq4yW5sh c8+QME0lt46o2I3Hmj7AOtpzTFDfiFQndR3bdvJoGY06VJjesB5Z8PhDS Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10895"; a="370428563" X-IronPort-AV: E=Sophos;i="6.04,308,1695711600"; d="scan'208";a="370428563" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Nov 2023 03:39:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10895"; a="800145431" X-IronPort-AV: E=Sophos;i="6.04,308,1695711600"; d="scan'208";a="800145431" Received: from dcarcium-mobl.ger.corp.intel.com (HELO jhogande-mobl1.intel.com) ([10.252.40.251]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Nov 2023 03:39:11 -0800 From: =?utf-8?q?Jouni_H=C3=B6gander?= <jouni.hogander@intel.com> To: intel-gfx@lists.freedesktop.org Date: Thu, 16 Nov 2023 13:38:56 +0200 Message-Id: <20231116113859.4151950-1-jouni.hogander@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Content-Transfer-Encoding: 8bit Subject: [Intel-gfx] [PATCH v2 0/3] Prepare intel_fb for Xe 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>, Rodrigo Vivi <rodrigo.vivi@intel.com> Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> |
Series | Prepare intel_fb for Xe | expand |