From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 1E7F833D4E9 for ; Thu, 9 Apr 2026 09:16:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775726173; cv=none; b=rxumHI1yBQ5Ra1z/t3NpB7BoS4f9fseJJUhi/Q2CPgGbMUEE6ZGKDHZCw3ne6RvlZLwkFkPGfSxWOQBFs/mb4AqqO2QH6Qr7Gt4uENYN85g2596Ud2eqlkw/tmxvk0kAkCrWKKdwIWFqgYCXprIrBUDWMvwIPEEdh+Ku3vfU1UU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775726173; c=relaxed/simple; bh=qljerWHdGjcRsoj8DYS4rLm4G3wOF5JV8ZcQ53p18mw=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=S6Pa82Dde0w3ZhOPBcrBBZz+9hKeMekDuCRbO9kpL5sTPC+/WOw929sr790elOL3EuqDAheFZXXeQWspJBlnzC7unBde/hn/2If6HN2rPrR9bqD2sZR/evQePKjUeyfEgllxRNhw11JN5Xihq+dae7WJ+nykZ94XwQjGgt9Be+g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; dkim=pass (1024-bit key) header.d=arm.com header.i=@arm.com header.b=kUp408rw; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=arm.com header.i=@arm.com header.b="kUp408rw" 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 33EE94453; Thu, 9 Apr 2026 02:15:59 -0700 (PDT) Received: from [10.1.29.18] (e122027.cambridge.arm.com [10.1.29.18]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id CD4D93F641; Thu, 9 Apr 2026 02:16:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1775726164; bh=qljerWHdGjcRsoj8DYS4rLm4G3wOF5JV8ZcQ53p18mw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=kUp408rwWPUzuKyMrMFDSczoe1VWnC43mIyA1OgM2Oz0F6HFW5yHa9UXhWizci6hH CMWOOjvo4WIsWPrzN9oFTmbV8NDWvEQCcfAscbJI8SZmvpD5Yk84iyU4L3G9YUbbrB 1fjvWYENiu7Gg4p9kcPMSuXhpsUTt4lBoFLQlfsA= Message-ID: <33e62b90-b9ab-4913-a2cd-aa18e35c7378@arm.com> Date: Thu, 9 Apr 2026 10:15:59 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 2/2] drm/panthor: Fix outdated function documentation To: =?UTF-8?Q?Adri=C3=A1n_Larumbe?= , linux-kernel@vger.kernel.org Cc: dri-devel@lists.freedesktop.org, Boris Brezillon , kernel@collabora.com, Liviu Dudau , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter References: <20260408191228.537625-1-adrian.larumbe@collabora.com> <20260408191228.537625-2-adrian.larumbe@collabora.com> From: Steven Price Content-Language: en-GB In-Reply-To: <20260408191228.537625-2-adrian.larumbe@collabora.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On 08/04/2026 20:12, Adrián Larumbe wrote: > 'vm' is no longer allowed to be NULL. > > Signed-off-by: Adrián Larumbe > Reviewed-by: Boris Brezillon Reviewed-by: Steven Price And for completeness: Fixes: 8a1cc07578bf ("drm/panthor: Add GEM logical block") Thanks, Steve > --- > 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