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 C7AB9E9DE68 for ; Thu, 9 Apr 2026 08:56:27 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2E7EB10E77C; Thu, 9 Apr 2026 08:56:27 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=arm.com header.i=@arm.com header.b="cmmvdEuN"; dkim-atps=neutral Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by gabe.freedesktop.org (Postfix) with ESMTP id 970EC10E788 for ; Thu, 9 Apr 2026 08:56:26 +0000 (UTC) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 765F7168F for ; Thu, 9 Apr 2026 01:56:20 -0700 (PDT) Received: from [192.168.0.1] (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 04E703F641 for ; Thu, 9 Apr 2026 01:56:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1775724986; bh=yKZyjN3mAb5BcRzrJy0g+hOwTEsUpYNsEpjoK4ZzBTI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cmmvdEuNVKLGpZA/EMIqhur9fJZHM6uO8vfm9J/gFDKT9rM6HX2bAQgdIr0CxCUvm fjp/51zZ1rVhoJlz6hUcp2r260xlVEHhLjEgVAliJBnXooQ/26AJHfln0YvoIzicXU v25o5z4iTLHIn/z+z81J88kydKno/XXJX1XSNLw0= Date: Thu, 9 Apr 2026 09:56:23 +0100 From: Liviu Dudau To: =?utf-8?Q?Adri=C3=A1n?= Larumbe Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Steven Price , Boris Brezillon , kernel@collabora.com, Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter Subject: Re: [PATCH v2 2/2] drm/panthor: Fix outdated function documentation Message-ID: References: <20260408191228.537625-1-adrian.larumbe@collabora.com> <20260408191228.537625-2-adrian.larumbe@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20260408191228.537625-2-adrian.larumbe@collabora.com> 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, Apr 08, 2026 at 08:12:24PM +0100, Adrián Larumbe wrote: > 'vm' is no longer allowed to be NULL. > > Signed-off-by: Adrián Larumbe > Reviewed-by: Boris Brezillon Reviewed-by: Liviu Dudau Best regards, Liviu > --- > drivers/gpu/drm/panthor/panthor_gem.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/panthor/panthor_gem.c b/drivers/gpu/drm/panthor/panthor_gem.c > index 69cef05b6ef7..13295d7a593d 100644 > --- a/drivers/gpu/drm/panthor/panthor_gem.c > +++ b/drivers/gpu/drm/panthor/panthor_gem.c > @@ -1264,7 +1264,7 @@ void panthor_kernel_bo_destroy(struct panthor_kernel_bo *bo) > /** > * panthor_kernel_bo_create() - Create and map a GEM object to a VM > * @ptdev: Device. > - * @vm: VM to map the GEM to. If NULL, the kernel object is not GPU mapped. > + * @vm: VM to map the GEM to. > * @size: Size of the buffer object. > * @bo_flags: Combination of drm_panthor_bo_flags flags. > * @vm_map_flags: Combination of drm_panthor_vm_bind_op_flags (only those > -- > 2.53.0 > -- ==================== | I would like to | | fix the world, | | but they're not | | giving me the | \ source code! / --------------- ¯\_(ツ)_/¯