From patchwork Mon Mar 4 09:08:09 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Boris Brezillon X-Patchwork-Id: 13580209 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 1F0DAC48BF6 for ; Mon, 4 Mar 2024 09:08:19 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 54FBA10F81D; Mon, 4 Mar 2024 09:08:18 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=collabora.com header.i=@collabora.com header.b="uOhODQ6Z"; dkim-atps=neutral Received: from madrid.collaboradmins.com (madrid.collaboradmins.com [46.235.227.194]) by gabe.freedesktop.org (Postfix) with ESMTPS id 687CB10F81D for ; Mon, 4 Mar 2024 09:08:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1709543295; bh=6mRlUPbfZovKiq4rcnuMPT51uO+ViTMmFzKE+/mqjIs=; h=From:To:Cc:Subject:Date:From; b=uOhODQ6ZEskhvjkZY3lNZBhFuc2JqvVMy6rTNxydm/FJ2A7uflc8JMQnABk0WqV8R 9THpBzYSKLDoSKpntskiqYYM/fgUKGnVT8vIopvm6ZU+J+9JPihDjNORHu5sYeOp3C ufwCP+sCgu6X3ULxl0dAcndkZhrYSthULdt1W12DNiWTYXRW5QflBE1wm7q0mOtU1O wviClYBQs6eduiF/bdlpr4RoBwuhin9B9H5IQN0DBBt9a7uBV0fujGINXSRmTcC169 s1BEj/UaXPrf5O+DE3n50aTRx4lMgs/ljnvZmfixS2KmKvJRBVz2yFQsbcyaOcPtnH ECn/DiLX/e2sw== Received: from localhost.localdomain (cola.collaboradmins.com [195.201.22.229]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: bbrezillon) by madrid.collaboradmins.com (Postfix) with ESMTPSA id 082C03781FE9; Mon, 4 Mar 2024 09:08:14 +0000 (UTC) From: Boris Brezillon To: Boris Brezillon , Steven Price , Liviu Dudau Cc: dri-devel@lists.freedesktop.org, kernel@collabora.com Subject: [PATCH 0/3] drm/panthor: Fix 3 issues reported by the kernel test bot Date: Mon, 4 Mar 2024 10:08:09 +0100 Message-ID: <20240304090812.3941084-1-boris.brezillon@collabora.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 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" Hello, Here are three trivial fixes for bugs reported by the intel kernel test bot. Regards, Boris Boris Brezillon (3): drm/panthor: Fix panthor_devfreq kerneldoc drm/panthor: Explicitly include page.h for the {virt,__phys)_to_pfn() defs drm/panthor: Fix undefined panthor_device_suspend/resume symbol issue drivers/gpu/drm/panthor/Kconfig | 1 + drivers/gpu/drm/panthor/panthor_devfreq.c | 2 +- drivers/gpu/drm/panthor/panthor_device.c | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-)