Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (38m)  netbsd-10 (7d)  netbsd-9 (7d)  netbsd-8 (12d) 

2024-05-24 08:31:34 UTC Now

2013-07-24 03:06:16 UTC riastradh-drm2 commitmail json YAML

Use dev->irq_enabled, not dev->pdev->irq, in i915_getparam.

The drm irq establishment code maintains dev->irq_enabled, and this
way we need not maintain it separately in the pci layer.

(riastradh)