From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6646A34DB4F for ; Thu, 2 Apr 2026 20:14:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775160892; cv=none; b=HJEeDaFDFMBrzYa35JoHBLzSuzI+gk8lWTWtsH90GOhX8EG1OAm/ns8/8YTEhgfXYdjjyL/rq0J7Y6HWIYJTQXHmJktAWPl3Sp1vc53rreE9MmlxM8iaidEZ3kfTiiaPm7mVc6LTWQdXnf+19S9hRI/RickfGxUY5RjDcR4bCw0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775160892; c=relaxed/simple; bh=HNTeodBqDVGRGqH73B5AhKGxKZ8pTeccNAxLgIKy6X8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=MWPfUOVbFtYzbP7gw9OPTLjyqp+y87qdUFvV7lde+LFMRYtA7pqboPDHfKpXe20oeBTCsgo52YPf5q/q+WnEaLKe0OZQFLk0N2vtSgPnEIvP9V1M94mrrlE2oDsppTRQXKpukkbBYdSxh3I79uRDe15AAA8pac5AfioAvXIzGEI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UUmingpm; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="UUmingpm" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C9F6FC116C6; Thu, 2 Apr 2026 20:14:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775160892; bh=HNTeodBqDVGRGqH73B5AhKGxKZ8pTeccNAxLgIKy6X8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UUmingpm59+E+zJvRBvxXziPXDTybVJowAXF6BtM8uE2u64oB1chE5JsseklIn4sD DVhwxYXn+n7jg0pzkRmNx9+JfbprGgcC25Q4mvBvOI/S9MvaEugP5dl+DP83sStRMs 4c7WJgXedQkWXu8C6eRUFY/ym/kQTi9yReZRGrMTWShgJEhZ08Da5hddghrwR6qhFH YhTCHBqOLFW09Nmmw4rLZnaswqXLtUFuaxE2nsVWQMu3pQmdtSwD+LpxlcJ6hP6P9j 7pxYxs01fxKWMKBoEPkPtZ2YWzRikvBFz+XxB0k5og5R8Qe0ZZPLEfGtLlO+Vn9BSm 1z2zNy0umzhpw== Date: Thu, 2 Apr 2026 15:14:50 -0500 From: Rob Herring To: Jim Cromie Cc: linux-kernel@vger.kernel.org, airlied@gmail.com, simona@ffwll.ch, jbaron@akamai.com, gregkh@linuxfoundation.org, mripard@kernel.org, tzimmermann@suse.de, maarten.lankhorst@linux.intel.com, jani.nikula@intel.com, ville.syrjala@linux.intel.com, christian.koenig@amd.com, matthew.auld@intel.com, arunpravin.paneerselvam@amd.com, louis.chauvet@bootlin.com, skhan@linuxfoundation.org, pmladek@suse.com, ukaszb@chromium.org, dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, amd-gfx@lists.freedesktop.org Subject: Re: [PATCH v12 68/69] accel/ethosu: call DRM_CLASSMAP_USE Message-ID: <20260402201450.GA966967-robh@kernel.org> References: <20260326185413.1205870-1-jim.cromie@gmail.com> <20260326185413.1205870-69-jim.cromie@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260326185413.1205870-69-jim.cromie@gmail.com> On Thu, Mar 26, 2026 at 12:54:12PM -0600, Jim Cromie wrote: > ethosu.ko has several drm*dbg() calls, it must call DRM_CLASSMAP_USE > to tell dynamic-debug what classmap enables them. > Also include drm/drm_print.h explicitly. > > Signed-off-by: Jim Cromie > --- Didn't I ack this already? It is up to you to add tags when you send a new version. Or did it change? I can't tell as there is no changelog here. > drivers/accel/ethosu/ethosu_drv.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/accel/ethosu/ethosu_drv.c b/drivers/accel/ethosu/ethosu_drv.c > index 9992193d7338..a0b8cb81a359 100644 > --- a/drivers/accel/ethosu/ethosu_drv.c > +++ b/drivers/accel/ethosu/ethosu_drv.c > @@ -17,12 +17,15 @@ > #include > #include > #include > +#include > > #include "ethosu_drv.h" > #include "ethosu_device.h" > #include "ethosu_gem.h" > #include "ethosu_job.h" > > +DRM_CLASSMAP_USE(drm_debug_classes); > + > static int ethosu_ioctl_dev_query(struct drm_device *ddev, void *data, > struct drm_file *file) > { > -- > 2.53.0 >