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 A0C27CA0EF3 for ; Fri, 30 Aug 2024 21:19:25 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 524FB10E5F6; Fri, 30 Aug 2024 21:19:25 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=ravnborg.org header.i=@ravnborg.org header.b="No2Ym7CY"; dkim=permerror (0-bit key) header.d=ravnborg.org header.i=@ravnborg.org header.b="ecEgPjYD"; dkim-atps=neutral Received: from mailrelay2-1.pub.mailoutpod3-cph3.one.com (mailrelay2-1.pub.mailoutpod3-cph3.one.com [46.30.211.241]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6F71010E034 for ; Fri, 30 Aug 2024 21:19:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ravnborg.org; s=rsa1; h=in-reply-to:content-type:mime-version:references:message-id:subject:cc:to: from:date:from; bh=jEuY6S/kI3lo9LV32DY4PfRwtgqFMmCBoy1ALgvtglQ=; b=No2Ym7CYbNo4Ii9iR4AX6Tb1IkuPGthpT3LEw5DrOG46/zS6u94rQHruQy72pEGPt+KvuJeQ9/9f1 BddrL/rqqpSi0F8mHSOxRRujIO6UswVtEVL3TJYWdWw+7nfwUFsfjVWr0n16V7tYKCH9eu+WLrbpJD 84s2yIkEaZJhLtNjJasFgbHOckRkLJofZt+qN9jViHFYeR3FRt02y04Lc6KDLeoObhJtHts/XhuOiy rcJrBJ+t8Im63GYgpxFqZt9wZadZXYoKP26CkkkgkOTxCGh4siE+C5CvpWZG5n1piVyLpb2OpNNtII +tmE1nT8UJLdislxpB+kWhenTzkM5mg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ravnborg.org; s=ed1; h=in-reply-to:content-type:mime-version:references:message-id:subject:cc:to: from:date:from; bh=jEuY6S/kI3lo9LV32DY4PfRwtgqFMmCBoy1ALgvtglQ=; b=ecEgPjYDBf424PaqVkwxwu3dDbTwybsZ5Dg5ktHwPp6P8sfOVeUxSMlxgkPjBVX84+oOmBvYVWWvm sDBFO85DQ== X-HalOne-ID: 605bb9c5-6715-11ef-bd32-7155eb331864 Received: from ravnborg.org (2-105-16-150-cable.dk.customer.tdc.net [2.105.16.150]) by mailrelay2.pub.mailoutpod3-cph3.one.com (Halon) with ESMTPSA id 605bb9c5-6715-11ef-bd32-7155eb331864; Fri, 30 Aug 2024 21:18:19 +0000 (UTC) Date: Fri, 30 Aug 2024 23:18:18 +0200 From: Sam Ravnborg To: Thomas Zimmermann Cc: daniel@ffwll.ch, airlied@gmail.com, jfalempe@redhat.com, javierm@redhat.com, dri-devel@lists.freedesktop.org, amd-gfx@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org, nouveau@lists.freedesktop.org, Boris Brezillon , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea Subject: Re: [PATCH v3 11/81] drm/atmel-hdlcd: Run DRM default client setup Message-ID: <20240830211818.GA142134@ravnborg.org> References: <20240830084456.77630-1-tzimmermann@suse.de> <20240830084456.77630-12-tzimmermann@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240830084456.77630-12-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: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" On Fri, Aug 30, 2024 at 10:39:55AM +0200, 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. > > v3: > - add DRM_FBDEV_DMA_DRIVER_OPS macro (Sam) > v2: > - use drm_client_setup_with_fourcc() > > Signed-off-by: Thomas Zimmermann > Cc: Sam Ravnborg > Cc: Boris Brezillon > Cc: Nicolas Ferre > Cc: Alexandre Belloni > Cc: Claudiu Beznea Acked-by: Sam Ravnborg