Skip to content

Commit f8237c8

Browse files
committed
drm/xe: use drm based debugging instead of dev
Prefer drm_dbg() over dev_dbg(). Reviewed-by: Thomas Hellström <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Jani Nikula <[email protected]>
1 parent 63fb531 commit f8237c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/xe/xe_irq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ static irqreturn_t dg1_irq_handler(int irq, void *arg)
442442
* irq as device is inaccessible.
443443
*/
444444
if (master_ctl == REG_GENMASK(31, 0)) {
445-
dev_dbg(tile_to_xe(tile)->drm.dev,
445+
drm_dbg(&tile_to_xe(tile)->drm,
446446
"Ignore this IRQ as device might be in DPC containment.\n");
447447
return IRQ_HANDLED;
448448
}

0 commit comments

Comments
 (0)