git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fa7eb2
)
drm: fix irq naming for kms drivers.
author
Dave Airlie
<airlied@redhat.com>
Tue, 2 Jun 2009 06:50:35 +0000
(16:50 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Wed, 3 Jun 2009 23:14:07 +0000
(09:14 +1000)
allocating devname in the i915 driver was a hack originally and I
forgot to figure out how to do this properly back then.
So this is the cleaner version that just picks devname or driver name
in the irq code.
It removes the devname allocs from the i915 driver.
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found