diff options
Diffstat (limited to 'shared')
| -rw-r--r-- | shared/radeon_cp.c | 17 | 
1 files changed, 0 insertions, 17 deletions
| diff --git a/shared/radeon_cp.c b/shared/radeon_cp.c index 460c0691..c9e72413 100644 --- a/shared/radeon_cp.c +++ b/shared/radeon_cp.c @@ -36,12 +36,6 @@  #define RADEON_FIFO_DEBUG	0 -#if defined(__alpha__) || defined(__powerpc__) -# define PCIGART_ENABLED -#else -# undef PCIGART_ENABLED -#endif -  /* CP microcode (from ATI) */  static u32 R200_cp_microcode[][2] = { @@ -990,17 +984,6 @@ static int radeon_do_init_cp( drm_device_t *dev, drm_radeon_init_t *init )  	dev_priv->is_pci = init->is_pci; -#if !defined(PCIGART_ENABLED) -	/* PCI support is not 100% working, so we disable it here. -	 */ -	if ( dev_priv->is_pci ) { -		DRM_ERROR( "PCI GART not yet supported for Radeon!\n" ); -		dev->dev_private = (void *)dev_priv; -		radeon_do_cleanup_cp(dev); -		return DRM_ERR(EINVAL); -	} -#endif -  	if ( dev_priv->is_pci && !dev->sg ) {  		DRM_ERROR( "PCI GART memory not allocated!\n" );  		dev->dev_private = (void *)dev_priv; | 
