diff options
author | anholt <anholt@FreeBSD.org> | 2005-07-20 21:10:57 +0000 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2005-07-20 21:10:57 +0000 |
commit | e1ade9ca6498184181b67d270742352e2abb44fc (patch) | |
tree | f8d5015ba84b81c23a865931ee1d2e95b5838c57 /sys/dev/drm/r128_cce.c | |
parent | c07c4936d791dbb94e9540ad2676c718f7459a15 (diff) | |
download | FreeBSD-src-e1ade9ca6498184181b67d270742352e2abb44fc.zip FreeBSD-src-e1ade9ca6498184181b67d270742352e2abb44fc.tar.gz |
Add the latest r300 code from r300.sf.net. This is based on the patch supplied
by Vladimir Dergachev for inclusion in DRM CVS, with minor modifications for
FreeBSD CVS and the appropriate license from Nicolai Haehnle on r300_reg.h.
Fixes hangs when using r300.sf.net userland, tested on a Radeon 9600 on amd64.
Diffstat (limited to 'sys/dev/drm/r128_cce.c')
-rw-r--r-- | sys/dev/drm/r128_cce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/drm/r128_cce.c b/sys/dev/drm/r128_cce.c index 2794798..a7fa0f7 100644 --- a/sys/dev/drm/r128_cce.c +++ b/sys/dev/drm/r128_cce.c @@ -559,7 +559,7 @@ static int r128_do_init_cce(drm_device_t * dev, drm_r128_init_t * init) if (dev_priv->is_pci) { #endif if (!drm_ati_pcigart_init(dev, &dev_priv->phys_pci_gart, - &dev_priv->bus_pci_gart)) { + &dev_priv->bus_pci_gart, 0)) { DRM_ERROR("failed to init PCI GART!\n"); dev->dev_private = (void *)dev_priv; r128_do_cleanup_cce(dev); |