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 CA3F3C3DA4A for ; Thu, 22 Aug 2024 08:39:01 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8818610E02B; Thu, 22 Aug 2024 08:39:01 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=foss.st.com header.i=@foss.st.com header.b="4e5UPVcM"; dkim-atps=neutral Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [185.132.182.106]) by gabe.freedesktop.org (Postfix) with ESMTPS id DDAD110E02B; Thu, 22 Aug 2024 08:38:59 +0000 (UTC) Received: from pps.filterd (m0288072.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 47M72FpY027840; Thu, 22 Aug 2024 10:38:55 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=selector1; bh= /WciXrPWaFlLkyznHTBF6EbYQ81JU4gKjUZCLa5G1Xw=; b=4e5UPVcMImNxHaOg Q4VGUMnQ6HEA5Sewf0+COSBvN0VAZwKAcWTLKMtda1KlgUkj2fD9so2lgCRDC5ln IZe4MRL7wajqCeiIDth3yhHpzW7f3j2qw+LD+Xd0+DXPObyTrM1otCxNBvivhnH3 gbxfBUGPyOvNLPyfv8pN/uWOoa86sOJxLWPlw6fIshpWVRmrKPa3a5DAFmLwIpoN lesvnJiJ64ylfPFR9sO0+CwpH9M9J0f4p6grms2ZBlRzRI6m5HdJPx390sheybCe sfhwnukUn0WUCSiYl5weaTLPUdmMXz+wTL/+obBFw74KLX/BONey9aARemTLdplc MjY75Q== Received: from beta.dmz-ap.st.com (beta.dmz-ap.st.com [138.198.100.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 4160kc8dfh-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 22 Aug 2024 10:38:55 +0200 (MEST) Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id 6EEE64002D; Thu, 22 Aug 2024 10:38:50 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node2.st.com [10.75.129.70]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 4FE2B24BCC0; Thu, 22 Aug 2024 10:38:08 +0200 (CEST) Received: from [10.129.178.17] (10.129.178.17) by SHFDAG1NODE2.st.com (10.75.129.70) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.37; Thu, 22 Aug 2024 10:38:07 +0200 Message-ID: <47ff8e8d-b880-45a5-afd4-663df5480c99@foss.st.com> Date: Thu, 22 Aug 2024 10:38:07 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 40/86] drm/stm: Run DRM default client setup To: Thomas Zimmermann , , , , CC: , , , , , Yannick Fertre , Philippe Cornu , Maxime Coquelin , Alexandre Torgue References: <20240821130348.73038-1-tzimmermann@suse.de> <20240821130348.73038-41-tzimmermann@suse.de> Content-Language: en-US From: Raphael Gallais-Pou In-Reply-To: <20240821130348.73038-41-tzimmermann@suse.de> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.129.178.17] X-ClientProxiedBy: SHFCAS1NODE1.st.com (10.75.129.72) To SHFDAG1NODE2.st.com (10.75.129.70) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.28.16 definitions=2024-08-22_03,2024-08-19_03,2024-05-17_01 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: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" On 8/21/24 14:59, Thomas Zimmermann wrote: > Call drm_client_setup_with-fourcc() to run the kernel's default client > setup for DRM. Set fbdev_probe in struct drm_driver, so that the client > setup can start the common fbdev client. > > v2: > - use drm_client_setup_with_fourcc() > > Signed-off-by: Thomas Zimmermann > Cc: Yannick Fertre > Cc: Raphael Gallais-Pou > Cc: Philippe Cornu > Cc: Maxime Coquelin > Cc: Alexandre Torgue > Acked-by: Raphael Gallais-Pou Hi Thomas, Thanks for this work. Again for v2: Acked-by: Raphael Gallais-Pou Regards, Raphaƫl