[PATCH] drm: populate irq_by_busid-member for pci

2011-06-15 Thread Wolfram Sang
Commit 8410ea (drm: rework PCI/platform driver interface) implemented drm_pci_irq_by_busid() but forgot to make it available in the drm_pci_bus-struct. This caused a freeze on my Radeon9600-equipped laptop when executing glxgears. Thanks to Michel for noticing the flaw. Reported-by: Michel D?nzer

[PATCH] drm: populate irq_by_busid-member for pci

2011-06-15 Thread Wolfram Sang
Commit 8410ea (drm: rework PCI/platform driver interface) implemented drm_pci_irq_by_busid() but forgot to make it available in the drm_pci_bus-struct. This caused a freeze on my Radeon9600-equipped laptop when executing glxgears. Thanks to Michel for noticing the flaw. Reported-by: Michel Dänzer