Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe: use drm based debugging instead of dev
@ 2024-02-12 14:57 Jani Nikula
  2024-02-12 15:21 ` Thomas Hellström
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Jani Nikula @ 2024-02-12 14:57 UTC (permalink / raw)
  To: intel-xe; +Cc: Jani Nikula

Prefer drm_dbg() over dev_dbg().

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
 drivers/gpu/drm/xe/xe_irq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_irq.c b/drivers/gpu/drm/xe/xe_irq.c
index 17b3affdb6a0..2f5d179e0d00 100644
--- a/drivers/gpu/drm/xe/xe_irq.c
+++ b/drivers/gpu/drm/xe/xe_irq.c
@@ -442,7 +442,7 @@ static irqreturn_t dg1_irq_handler(int irq, void *arg)
 		 * irq as device is inaccessible.
 		 */
 		if (master_ctl == REG_GENMASK(31, 0)) {
-			dev_dbg(tile_to_xe(tile)->drm.dev,
+			drm_dbg(&tile_to_xe(tile)->drm,
 				"Ignore this IRQ as device might be in DPC containment.\n");
 			return IRQ_HANDLED;
 		}
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-02-12 19:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-12 14:57 [PATCH] drm/xe: use drm based debugging instead of dev Jani Nikula
2024-02-12 15:21 ` Thomas Hellström
2024-02-12 19:30   ` Jani Nikula
2024-02-12 17:25 ` ✓ CI.Patch_applied: success for " Patchwork
2024-02-12 17:25 ` ✓ CI.checkpatch: " Patchwork
2024-02-12 17:26 ` ✓ CI.KUnit: " Patchwork
2024-02-12 17:36 ` ✓ CI.Build: " Patchwork
2024-02-12 17:37 ` ✓ CI.Hooks: " Patchwork
2024-02-12 17:38 ` ✓ CI.checksparse: " Patchwork
2024-02-12 18:15 ` ✓ CI.BAT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox