All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andi Shyti <andi.shyti@linux.intel.com>
To: Andi Shyti <andi.shyti@linux.intel.com>
Cc: Daniel Vetter <daniel@ffwll.ch>,
	intel-gfx@lists.freedesktop.org,
	Matthew Auld <matthew.auld@intel.com>,
	dri-devel@lists.freedesktop.org,
	Maxime Ripard <mripard@kernel.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	David Airlie <airlied@gmail.com>,
	Nirmoy Das <nirmoy.das@intel.com>
Subject: Re: [Intel-gfx] [PATCH 1/2] drm/print: Add drm_dbg_ratelimited
Date: Fri, 10 Feb 2023 12:46:36 +0100	[thread overview]
Message-ID: <Y+YunA2d9kC68UJ1@ashyti-mobl2.lan> (raw)
In-Reply-To: <Y8aoxGzUHMryRJ3C@ashyti-mobl2.lan>

Hi,

> can any of the DRM maintainers please check and eventually ack
> this patch?

I renew my request for an ack from any of the drm maintainers.
This patch has been already reviewd.

If it's OK I can take it into the drm-intel-gt-next branch.

Thanks,
Andi

> On Tue, Jan 17, 2023 at 12:53:49PM +0100, Nirmoy Das wrote:
> > Add a function for ratelimitted debug print.
> > 
> > Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> > Cc: Maxime Ripard <mripard@kernel.org>
> > Cc: Thomas Zimmermann <tzimmermann@suse.de>
> > Cc: David Airlie <airlied@gmail.com>
> > Cc: Daniel Vetter <daniel@ffwll.ch>
> > Reviewed-by: Matthew Auld <matthew.auld@intel.com>
> > Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
> 
> Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
> 
> Thanks,
> Andi
> 
> > ---
> >  include/drm/drm_print.h | 3 +++
> >  1 file changed, 3 insertions(+)
> > 
> > diff --git a/include/drm/drm_print.h b/include/drm/drm_print.h
> > index a44fb7ef257f..1d839f507319 100644
> > --- a/include/drm/drm_print.h
> > +++ b/include/drm/drm_print.h
> > @@ -602,6 +602,9 @@ void __drm_err(const char *format, ...);
> >  		drm_dev_printk(drm_ ? drm_->dev : NULL, KERN_DEBUG, fmt, ## __VA_ARGS__);	\
> >  })
> >  
> > +#define drm_dbg_ratelimited(drm, fmt, ...) \
> > +	__DRM_DEFINE_DBG_RATELIMITED(DRIVER, drm, fmt, ## __VA_ARGS__)
> > +
> >  #define drm_dbg_kms_ratelimited(drm, fmt, ...) \
> >  	__DRM_DEFINE_DBG_RATELIMITED(KMS, drm, fmt, ## __VA_ARGS__)
> >  
> > -- 
> > 2.39.0

WARNING: multiple messages have this Message-ID (diff)
From: Andi Shyti <andi.shyti@linux.intel.com>
To: Andi Shyti <andi.shyti@linux.intel.com>
Cc: intel-gfx@lists.freedesktop.org,
	Matthew Auld <matthew.auld@intel.com>,
	dri-devel@lists.freedesktop.org,
	Thomas Zimmermann <tzimmermann@suse.de>,
	Nirmoy Das <nirmoy.das@intel.com>
Subject: Re: [Intel-gfx] [PATCH 1/2] drm/print: Add drm_dbg_ratelimited
Date: Fri, 10 Feb 2023 12:46:36 +0100	[thread overview]
Message-ID: <Y+YunA2d9kC68UJ1@ashyti-mobl2.lan> (raw)
In-Reply-To: <Y8aoxGzUHMryRJ3C@ashyti-mobl2.lan>

Hi,

> can any of the DRM maintainers please check and eventually ack
> this patch?

I renew my request for an ack from any of the drm maintainers.
This patch has been already reviewd.

If it's OK I can take it into the drm-intel-gt-next branch.

Thanks,
Andi

> On Tue, Jan 17, 2023 at 12:53:49PM +0100, Nirmoy Das wrote:
> > Add a function for ratelimitted debug print.
> > 
> > Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> > Cc: Maxime Ripard <mripard@kernel.org>
> > Cc: Thomas Zimmermann <tzimmermann@suse.de>
> > Cc: David Airlie <airlied@gmail.com>
> > Cc: Daniel Vetter <daniel@ffwll.ch>
> > Reviewed-by: Matthew Auld <matthew.auld@intel.com>
> > Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
> 
> Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
> 
> Thanks,
> Andi
> 
> > ---
> >  include/drm/drm_print.h | 3 +++
> >  1 file changed, 3 insertions(+)
> > 
> > diff --git a/include/drm/drm_print.h b/include/drm/drm_print.h
> > index a44fb7ef257f..1d839f507319 100644
> > --- a/include/drm/drm_print.h
> > +++ b/include/drm/drm_print.h
> > @@ -602,6 +602,9 @@ void __drm_err(const char *format, ...);
> >  		drm_dev_printk(drm_ ? drm_->dev : NULL, KERN_DEBUG, fmt, ## __VA_ARGS__);	\
> >  })
> >  
> > +#define drm_dbg_ratelimited(drm, fmt, ...) \
> > +	__DRM_DEFINE_DBG_RATELIMITED(DRIVER, drm, fmt, ## __VA_ARGS__)
> > +
> >  #define drm_dbg_kms_ratelimited(drm, fmt, ...) \
> >  	__DRM_DEFINE_DBG_RATELIMITED(KMS, drm, fmt, ## __VA_ARGS__)
> >  
> > -- 
> > 2.39.0

  reply	other threads:[~2023-02-10 11:46 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-17 11:53 [Intel-gfx] [PATCH 1/2] drm/print: Add drm_dbg_ratelimited Nirmoy Das
2023-01-17 11:53 ` Nirmoy Das
2023-01-17 11:53 ` [Intel-gfx] [PATCH 2/2] drm/i915: Ratelimit debug log in vm_fault_ttm Nirmoy Das
2023-01-17 11:53   ` Nirmoy Das
2023-01-17 11:59   ` [Intel-gfx] " Andrzej Hajda
2023-01-17 13:56   ` Andi Shyti
2023-01-17 11:58 ` [Intel-gfx] [PATCH 1/2] drm/print: Add drm_dbg_ratelimited Andrzej Hajda
2023-01-17 11:58   ` Andrzej Hajda
2023-01-17 12:22 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/2] " Patchwork
2023-01-17 13:55 ` [Intel-gfx] [PATCH 1/2] " Andi Shyti
2023-01-17 13:55   ` Andi Shyti
2023-02-10 11:46   ` Andi Shyti [this message]
2023-02-10 11:46     ` Andi Shyti
2023-01-17 14:22 ` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] " Patchwork
2023-01-17 14:49 ` [Intel-gfx] [PATCH 1/2] " Sam Ravnborg
2023-01-17 14:49   ` Sam Ravnborg
2023-01-17 15:03   ` [Intel-gfx] " Das, Nirmoy
2023-01-17 15:03     ` Das, Nirmoy
2023-01-17 21:19 ` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] " Patchwork
2023-10-10 21:18 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/print: Add drm_dbg_ratelimited (rev2) Patchwork
2023-10-10 21:18 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2023-10-10 21:29 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2023-10-11  9:08 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2022-10-13  8:40 [Intel-gfx] [PATCH 1/2] drm/print: Add drm_dbg_ratelimited Nirmoy Das
2022-11-17 11:43 ` Matthew Auld
2022-11-17 11:43   ` Matthew Auld

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y+YunA2d9kC68UJ1@ashyti-mobl2.lan \
    --to=andi.shyti@linux.intel.com \
    --cc=airlied@gmail.com \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=matthew.auld@intel.com \
    --cc=mripard@kernel.org \
    --cc=nirmoy.das@intel.com \
    --cc=tzimmermann@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.