From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 92B27E7717F for ; Thu, 12 Dec 2024 17:53:27 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id F139110E01F; Thu, 12 Dec 2024 17:53:26 +0000 (UTC) Received: from b555e5b46a47 (emeril.freedesktop.org [131.252.210.167]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3BDBC891CC; Thu, 12 Dec 2024 17:53:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: =?utf-8?q?=E2=9C=93_CI=2EPatch=5Fapplied=3A_success_for_drm/=7Bi915=2Cxe=7D?= =?utf-8?q?=3A_Convert_to_DRM_client_setup?= From: Patchwork To: "Thomas Zimmermann" Cc: intel-xe@lists.freedesktop.org Date: Thu, 12 Dec 2024 17:53:26 -0000 Message-ID: <173402600624.1677623.3871119082014655428@b555e5b46a47> X-Patchwork-Hint: ignore References: <20241212170913.185939-1-tzimmermann@suse.de> In-Reply-To: <20241212170913.185939-1-tzimmermann@suse.de> X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: intel-xe@lists.freedesktop.org Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" == Series Details == Series: drm/{i915,xe}: Convert to DRM client setup URL : https://patchwork.freedesktop.org/series/142499/ State : success == Summary == === Applying kernel patches on branch 'drm-tip' with base: === Base commit: 1833817dea7a drm-tip: 2024y-12m-12d-16h-37m-06s UTC integration manifest === git am output follows === Applying: drm/{i915, xe}: Suspend/resume fbdev emulation via client interfaces Applying: drm/client: Add client-hotplug helper Applying: drm/client: Send pending hotplug events after resume Applying: drm/i915/display: Remove fbdev suspend and hotplug tracking Applying: drm/i915/display: fbdev: Move custom restore code to new callback Applying: drm/i915/display: fbdev: Move custom suspend code to new callback Applying: drm/i915/display: Remove preferred_bpp from struct intel_fbdev Applying: drm/i915/display: Remove struct drm_fb_helper from struct intel_fbdev Applying: drm/i915/display: Move fbdev code around Applying: drm/{i915,xe}: Run DRM default client setup Applying: drm/i915/display: Remove compile guard around fbdev debugfs output Applying: drm/fb-helper: Remove struct drm_fb_helper.fb_probe