mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 20:00:13 +01:00
Don't spam dmesg if PMC_INTSTAT is 0
This commit is contained in:
parent
9ac7a8b0b4
commit
adf71cb29b
1 changed files with 2 additions and 0 deletions
|
|
@ -385,6 +385,8 @@ irqreturn_t nouveau_irq_handler(DRM_IRQ_ARGS)
|
|||
uint32_t status;
|
||||
|
||||
status = NV_READ(NV_PMC_INTSTAT);
|
||||
if (!status)
|
||||
return IRQ_NONE;
|
||||
|
||||
DRM_DEBUG("PMC INTSTAT: 0x%08x\n", status);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue