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 516EEC3271E for ; Mon, 8 Jul 2024 11:29:10 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D037410E1B7; Mon, 8 Jul 2024 11:29:09 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="LBI6hagt"; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by gabe.freedesktop.org (Postfix) with ESMTPS id 57EB110E1B7 for ; Mon, 8 Jul 2024 11:29:08 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 90C5760B73; Mon, 8 Jul 2024 11:29:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E6AF3C116B1; Mon, 8 Jul 2024 11:29:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1720438147; bh=AJX4JJPeImfTEiasi4WTYkC4srF1L06nqHvoXhLRadE=; h=Date:From:To:Subject:In-Reply-To:References:Cc:From; b=LBI6hagtTRfbr3ZpXuCZjgqSQZ0j2q1TQXSEyqB316nRH7VWz1QKQ9Mvk5ff3i+RZ HEQ48jG4JWhaCkMzBsJ+FjtsEHyX1RHVsEUOARvtnGEpq9QltYyLcwhJ9NcPqLmOCx cbptQCfCn+yJ8Lbe/kB9GMDW+a6De+BQIQtN9iZrpsfOXYWNEQgEKKo7+/9GIaa+c5 eBWLMyjD9x6Np5V88P6LPE16txoKFIl8cx/0y63wAkbb8qw4EMHCmB1gmDwkxrLnv6 3kMRDDmcWzU4VuWHgJ+NmNyp11nblgxQcqpmSeYa1yixmQOFaEGTpWhZ89mMHOUiHd BLgvzGUEsonEA== Message-ID: <43ab87898753393007ba324e8be6e6d5@kernel.org> Date: Mon, 08 Jul 2024 11:29:04 +0000 From: "Maxime Ripard" To: "Carlos Eduardo Gallo Filho" Subject: Re: [PATCH v3 6/9] drm/tests: Add test for drm_framebuffer_cleanup() In-Reply-To: <20240703172228.11166-7-gcarlos@disroot.org> References: <20240703172228.11166-7-gcarlos@disroot.org> Cc: dri-devel@lists.freedesktop.org, =?utf-8?b?QW5kcsOpIEFsbWVpZGE=?= , "Arthur Grillo" , "Daniel Vetter" , "David Airlie" , "Maarten Lankhorst" , "Maxime Ripard" , =?utf-8?b?TWHDrXJhIENhbmFs?= , "Tales Lelo da Aparecida" , "Thomas Zimmermann" Content-Transfer-Encoding: 7bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, 3 Jul 2024 14:22:25 -0300, Carlos Eduardo Gallo Filho wrote: > Add a single KUnit test case for the drm_framebuffer_cleanup function. > > Signed-off-by: Carlos Eduardo Gallo Filho Acked-by: Maxime Ripard Thanks! Maxime