diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-07-03 18:25:15 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-07-03 18:25:15 +0000 |
commit | a08fe85f07b938c78126e31112e9567e199b618f (patch) | |
tree | 35dacc6a0ee9249613038ca4bada428d3dbf0088 /sys/dev/pci/drm/radeon_irq.c | |
parent | 2780a5f29272b9e6e0afe1f9d950b5abc6fc2c6a (diff) |
Update the radeondrm driver to be level with drm git.
adds:
- support for RS400 chips
- some cleanup of a few things
- fixes a hard lockup for r3-500 cards.
Tested by a few
Diffstat (limited to 'sys/dev/pci/drm/radeon_irq.c')
-rw-r--r-- | sys/dev/pci/drm/radeon_irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/radeon_irq.c b/sys/dev/pci/drm/radeon_irq.c index d21761fb6a5..f58d7fa2bb7 100644 --- a/sys/dev/pci/drm/radeon_irq.c +++ b/sys/dev/pci/drm/radeon_irq.c @@ -35,7 +35,7 @@ #include "radeon_drm.h" #include "radeon_drv.h" -static void radeon_irq_set_state(struct drm_device *dev, u32 mask, int state) +void radeon_irq_set_state(struct drm_device *dev, u32 mask, int state) { drm_radeon_private_t *dev_priv = dev->dev_private; |